Shades of Hollywood Cerise #F00CAC
Tints of Hollywood Cerise #F00CAC
RGB
CMYK
RGB Variations
Color information
#F00CAC (or 0xF00CAC) is known color: Hollywood Cerise. HEX triplet: F0, 0C and AC. RGB value is (240,12,172). Sum of RGB (Red+Green+Blue) = 240+12+172=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F00CAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00CAC is #0FF353. Grayscale: #626262. Windows color (decimal): -1045332 or 11275504. OLE color: 11275504.
HSL color Cylindrical-coordinate representation of color #F00CAC: hue angle of 317.89º 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 #F00CAC is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 172 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.06 |
| HSL | 317.89º | 0.9% | 0.49% | - |
| HSV(B) | 317.89º | 0.95% | 0.94% | - |
| XYZ | 43.51 | 21.77 | 40.94 | - |
| YUV | 98.41 | 169.54 | 228.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 172 | 0 | 0.95 | 0.28 | 0.06 | 317.89 | 0.9 | 0.49 |
| Hex | F0 | C | AC | 0 | 5F | 1C | 6 | 13E | 5A | 31 |
| Octal | 360 | 14 | 254 | 0 | 137 | 34 | 6 | 476 | 132 | 61 |
| Binary | 11110000 | 1100 | 10101100 | 0 | 1011111 | 11100 | 110 | 100111110 | 1011010 | 110001 |
Color Harmonies of #F00CAC
Complementary color
Monochromatic Colors of #F00CAC
Black with #F00CAC
Text Example
Text Example
White with #F00CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00CAC; }
p { color: rgb(240,12,172); }
H1.HeaderClassName
{
color: #F00CAC;
}
.AnyTagClassName
{
color: #F00CAC;
}
</style>
background-color css
<style>
a { background-color: #F00CAC; }
a { background-color: rgb(240,12,172); }
div.DivClassName
{
background-color: #F00CAC;
}
.BgClassName
{
background-color: #F00CAC;
}
</style>
border-color css
<style>
span { border-color: #F00CAC; }
span { border-color: rgb(240,12,172); }
td.TdClassName
{
border-color: #F00CAC;
}
.TagClassName
{
border-color: #F00CAC;
}
</style>