Shades of Hollywood Cerise #F00EAC
Tints of Hollywood Cerise #F00EAC
RGB
CMYK
RGB Variations
Color information
#F00EAC (or 0xF00EAC) is known color: Hollywood Cerise. HEX triplet: F0, 0E and AC. RGB value is (240,14,172). Sum of RGB (Red+Green+Blue) = 240+14+172=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00EAC is #0FF153. Grayscale: #636363. Windows color (decimal): -1044820 or 11276016. OLE color: 11276016.
HSL color Cylindrical-coordinate representation of color #F00EAC: hue angle of 318.05º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00EAC is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 172 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.06 |
| HSL | 318.05º | 0.89% | 0.5% | - |
| HSV(B) | 318.05º | 0.94% | 0.94% | - |
| XYZ | 43.54 | 21.82 | 40.95 | - |
| YUV | 99.59 | 168.87 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 172 | 0 | 0.94 | 0.28 | 0.06 | 318.05 | 0.89 | 0.5 |
| Hex | F0 | E | AC | 0 | 5E | 1C | 6 | 13E | 59 | 32 |
| Octal | 360 | 16 | 254 | 0 | 136 | 34 | 6 | 476 | 131 | 62 |
| Binary | 11110000 | 1110 | 10101100 | 0 | 1011110 | 11100 | 110 | 100111110 | 1011001 | 110010 |
Color Harmonies of #F00EAC
Complementary color
Monochromatic Colors of #F00EAC
Black with #F00EAC
Text Example
Text Example
White with #F00EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00EAC; }
p { color: rgb(240,14,172); }
H1.HeaderClassName
{
color: #F00EAC;
}
.AnyTagClassName
{
color: #F00EAC;
}
</style>
background-color css
<style>
a { background-color: #F00EAC; }
a { background-color: rgb(240,14,172); }
div.DivClassName
{
background-color: #F00EAC;
}
.BgClassName
{
background-color: #F00EAC;
}
</style>
border-color css
<style>
span { border-color: #F00EAC; }
span { border-color: rgb(240,14,172); }
td.TdClassName
{
border-color: #F00EAC;
}
.TagClassName
{
border-color: #F00EAC;
}
</style>