Shades of Hollywood Cerise #F00CAF
Tints of Hollywood Cerise #F00CAF
RGB
CMYK
RGB Variations
Color information
#F00CAF (or 0xF00CAF) is known color: Hollywood Cerise. HEX triplet: F0, 0C and AF. RGB value is (240,12,175). Sum of RGB (Red+Green+Blue) = 240+12+175=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F00CAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00CAF is #0FF350. Grayscale: #626262. Windows color (decimal): -1045329 or 11472112. OLE color: 11472112.
HSL color Cylindrical-coordinate representation of color #F00CAF: hue angle of 317.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00CAF is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 175 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.06 |
| HSL | 317.11º | 0.9% | 0.49% | - |
| HSV(B) | 317.11º | 0.95% | 0.94% | - |
| XYZ | 43.8 | 21.88 | 42.47 | - |
| YUV | 98.75 | 171.04 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 175 | 0 | 0.95 | 0.27 | 0.06 | 317.11 | 0.9 | 0.49 |
| Hex | F0 | C | AF | 0 | 5F | 1B | 6 | 13D | 5A | 31 |
| Octal | 360 | 14 | 257 | 0 | 137 | 33 | 6 | 475 | 132 | 61 |
| Binary | 11110000 | 1100 | 10101111 | 0 | 1011111 | 11011 | 110 | 100111101 | 1011010 | 110001 |
Color Harmonies of #F00CAF
Complementary color
Monochromatic Colors of #F00CAF
Black with #F00CAF
Text Example
Text Example
White with #F00CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00CAF; }
p { color: rgb(240,12,175); }
H1.HeaderClassName
{
color: #F00CAF;
}
.AnyTagClassName
{
color: #F00CAF;
}
</style>
background-color css
<style>
a { background-color: #F00CAF; }
a { background-color: rgb(240,12,175); }
div.DivClassName
{
background-color: #F00CAF;
}
.BgClassName
{
background-color: #F00CAF;
}
</style>
border-color css
<style>
span { border-color: #F00CAF; }
span { border-color: rgb(240,12,175); }
td.TdClassName
{
border-color: #F00CAF;
}
.TagClassName
{
border-color: #F00CAF;
}
</style>