#f16bba

Color #F16BBA Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #F16BBA

Tints of Hot Pink #F16BBA

Color information

#F16BBA (or 0xF16BBA) is unknown color: approx Hot Pink. HEX triplet: F1, 6B and BA. RGB value is (241,107,186). Sum of RGB (Red+Green+Blue) = 241+107+186=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16BBA is #0E9445. Grayscale: #9B9B9B. Windows color (decimal): -955462 or 12217329. OLE color: 12217329.

HSL color Cylindrical-coordinate representation of color #F16BBA: hue angle of 324.63º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16BBA is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB241107186-
CMYK00.560.230.05
HSL324.63º82.72%68.24%-
HSV(B)324.63º55.6%94.51%-
XYZ50.432.7650.12-
YUV156.07144.89188.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 45.13%
GREEN value IS 107 (42.19% from 255) = 20.04%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=45.13%
G=20.04%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110718600.560.230.05324.6382.7268.24
HexF16BBA0381751455344
Octal361153272070275505123104
Binary1111000111010111011101001110001011110110100010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f16bba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f16bba; }

 p { color: rgb(241,107,186); }

 H1.HeaderClassName
 {
   color: #f16bba;
 }
 .AnyTagClassName
 {
   color: #f16bba;
 }
</style>
background-color css

<style>
 a { background-color: #f16bba; }

 a { background-color: rgb(241,107,186); }

 div.DivClassName
 {
   background-color: #f16bba;
 }
 .BgClassName
 {
   background-color: #f16bba;
 }
</style>
border-color css

<style>
 span { border-color: #f16bba; }

 span { border-color: rgb(241,107,186); }

 td.TdClassName
 {
   border-color: #f16bba;
 }
 .TagClassName
 {
   border-color: #f16bba;
 }
</style>