Shades of Hollywood Cerise #F212A0
Tints of Hollywood Cerise #F212A0
RGB
CMYK
RGB Variations
Color information
#F212A0 (or 0xF212A0) is known color: Hollywood Cerise. HEX triplet: F2, 12 and A0. RGB value is (242,18,160). Sum of RGB (Red+Green+Blue) = 242+18+160=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F212A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F212A0 is #0DED5F. Grayscale: #646464. Windows color (decimal): -912736 or 10490610. OLE color: 10490610.
HSL color Cylindrical-coordinate representation of color #F212A0: hue angle of 321.96º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F212A0 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 160 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.05 |
| HSL | 321.96º | 0.9% | 0.51% | - |
| HSV(B) | 321.96º | 0.93% | 0.95% | - |
| XYZ | 43.18 | 21.85 | 35.2 | - |
| YUV | 101.16 | 161.21 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 160 | 0 | 0.93 | 0.34 | 0.05 | 321.96 | 0.9 | 0.51 |
| Hex | F2 | 12 | A0 | 0 | 5D | 22 | 5 | 142 | 5A | 33 |
| Octal | 362 | 22 | 240 | 0 | 135 | 42 | 5 | 502 | 132 | 63 |
| Binary | 11110010 | 10010 | 10100000 | 0 | 1011101 | 100010 | 101 | 101000010 | 1011010 | 110011 |
Color Harmonies of #F212A0
Complementary color
Monochromatic Colors of #F212A0
Black with #F212A0
Text Example
Text Example
White with #F212A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212A0; }
p { color: rgb(242,18,160); }
H1.HeaderClassName
{
color: #F212A0;
}
.AnyTagClassName
{
color: #F212A0;
}
</style>
background-color css
<style>
a { background-color: #F212A0; }
a { background-color: rgb(242,18,160); }
div.DivClassName
{
background-color: #F212A0;
}
.BgClassName
{
background-color: #F212A0;
}
</style>
border-color css
<style>
span { border-color: #F212A0; }
span { border-color: rgb(242,18,160); }
td.TdClassName
{
border-color: #F212A0;
}
.TagClassName
{
border-color: #F212A0;
}
</style>