#F06CB4

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

Shades of Hot Pink #F06CB4

Tints of Hot Pink #F06CB4

Color information

#F06CB4 (or 0xF06CB4) is unknown color: approx Hot Pink. HEX triplet: F0, 6C and B4. RGB value is (240,108,180). Sum of RGB (Red+Green+Blue) = 240+108+180=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06CB4 is #0F934B. Grayscale: #9B9B9B. Windows color (decimal): -1020748 or 11824368. OLE color: 11824368.

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

Color convert

RGB240108180-
CMYK00.550.250.06
HSL327.27º81.48%68.24%-
HSV(B)327.27º55%94.12%-
XYZ49.5432.5546.85-
YUV155.68141.73188.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.45%
GREEN value IS 108 (42.58% from 255) = 20.45%
BLUE value IS 180 (70.70% from 255) = 34.09%
R=45.45%
G=20.45%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010818000.550.250.06327.2781.4868.24
HexF06CB40371961475144
Octal360154264067316507121104
Binary1111000011011001011010001101111100111010100011110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06CB4; }

 p { color: rgb(240,108,180); }

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

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

 a { background-color: rgb(240,108,180); }

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

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

 span { border-color: rgb(240,108,180); }

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