#F06CB9

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

Shades of Hot Pink #F06CB9

Tints of Hot Pink #F06CB9

Color information

#F06CB9 (or 0xF06CB9) is unknown color: approx Hot Pink. HEX triplet: F0, 6C and B9. RGB value is (240,108,185). Sum of RGB (Red+Green+Blue) = 240+108+185=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06CB9 is #0F9346. Grayscale: #9C9C9C. Windows color (decimal): -1020743 or 12152048. OLE color: 12152048.

HSL color Cylindrical-coordinate representation of color #F06CB9: hue angle of 325º 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 #F06CB9 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB240108185-
CMYK00.550.230.06
HSL325º81.48%68.24%-
HSV(B)325º55%94.12%-
XYZ50.0532.7549.58-
YUV156.25144.23187.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.03%
GREEN value IS 108 (42.58% from 255) = 20.26%
BLUE value IS 185 (72.66% from 255) = 34.71%
R=45.03%
G=20.26%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010818500.550.230.0632581.4868.24
HexF06CB90371761455144
Octal360154271067276505121104
Binary1111000011011001011100101101111011111010100010110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06CB9; }

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

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

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

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

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

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

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

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