Shades of Hollywood Cerise #F00CAA
Tints of Hollywood Cerise #F00CAA
RGB
CMYK
RGB Variations
Color information
#F00CAA (or 0xF00CAA) is known color: Hollywood Cerise. HEX triplet: F0, 0C and AA. RGB value is (240,12,170). Sum of RGB (Red+Green+Blue) = 240+12+170=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 12 (5.08% from 255 or 2.84% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F00CAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00CAA is #0FF355. Grayscale: #616161. Windows color (decimal): -1045334 or 11144432. OLE color: 11144432.
HSL color Cylindrical-coordinate representation of color #F00CAA: hue angle of 318.42º 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 #F00CAA is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 170 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.06 |
| HSL | 318.42º | 0.9% | 0.49% | - |
| HSV(B) | 318.42º | 0.95% | 0.94% | - |
| XYZ | 43.32 | 21.69 | 39.93 | - |
| YUV | 98.18 | 168.54 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 170 | 0 | 0.95 | 0.29 | 0.06 | 318.42 | 0.9 | 0.49 |
| Hex | F0 | C | AA | 0 | 5F | 1D | 6 | 13E | 5A | 31 |
| Octal | 360 | 14 | 252 | 0 | 137 | 35 | 6 | 476 | 132 | 61 |
| Binary | 11110000 | 1100 | 10101010 | 0 | 1011111 | 11101 | 110 | 100111110 | 1011010 | 110001 |
Color Harmonies of #F00CAA
Complementary color
Monochromatic Colors of #F00CAA
Black with #F00CAA
Text Example
Text Example
White with #F00CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00CAA; }
p { color: rgb(240,12,170); }
H1.HeaderClassName
{
color: #F00CAA;
}
.AnyTagClassName
{
color: #F00CAA;
}
</style>
background-color css
<style>
a { background-color: #F00CAA; }
a { background-color: rgb(240,12,170); }
div.DivClassName
{
background-color: #F00CAA;
}
.BgClassName
{
background-color: #F00CAA;
}
</style>
border-color css
<style>
span { border-color: #F00CAA; }
span { border-color: rgb(240,12,170); }
td.TdClassName
{
border-color: #F00CAA;
}
.TagClassName
{
border-color: #F00CAA;
}
</style>