#F06FB6

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

Shades of Hot Pink #F06FB6

Tints of Hot Pink #F06FB6

Color information

#F06FB6 (or 0xF06FB6) is unknown color: approx Hot Pink. HEX triplet: F0, 6F and B6. RGB value is (240,111,182). Sum of RGB (Red+Green+Blue) = 240+111+182=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FB6 is #0F9049. Grayscale: #9D9D9D. Windows color (decimal): -1019978 or 11956208. OLE color: 11956208.

HSL color Cylindrical-coordinate representation of color #F06FB6: hue angle of 326.98º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06FB6 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB240111182-
CMYK00.540.240.06
HSL326.98º81.13%68.82%-
HSV(B)326.98º53.75%94.12%-
XYZ50.0633.2748.04-
YUV157.66141.74186.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.03%
GREEN value IS 111 (43.75% from 255) = 20.83%
BLUE value IS 182 (71.48% from 255) = 34.15%
R=45.03%
G=20.83%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011118200.540.240.06326.9881.1368.82
HexF06FB60361861475145
Octal360157266066306507121105
Binary1111000011011111011011001101101100011010100011110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06FB6; }

 p { color: rgb(240,111,182); }

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

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

 a { background-color: rgb(240,111,182); }

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

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

 span { border-color: rgb(240,111,182); }

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