Shades of Hollywood Cerise #F210A2
Tints of Hollywood Cerise #F210A2
RGB
CMYK
RGB Variations
Color information
#F210A2 (or 0xF210A2) is known color: Hollywood Cerise. HEX triplet: F2, 10 and A2. RGB value is (242,16,162). Sum of RGB (Red+Green+Blue) = 242+16+162=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 16 (6.64% from 255 or 3.81% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F210A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F210A2 is #0DEF5D. Grayscale: #636363. Windows color (decimal): -913246 or 10621170. OLE color: 10621170.
HSL color Cylindrical-coordinate representation of color #F210A2: hue angle of 321.24º 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 #F210A2 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 162 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.05 |
| HSL | 321.24º | 0.9% | 0.51% | - |
| HSV(B) | 321.24º | 0.93% | 0.95% | - |
| XYZ | 43.32 | 21.86 | 36.12 | - |
| YUV | 100.22 | 162.87 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 162 | 0 | 0.93 | 0.33 | 0.05 | 321.24 | 0.9 | 0.51 |
| Hex | F2 | 10 | A2 | 0 | 5D | 21 | 5 | 141 | 5A | 33 |
| Octal | 362 | 20 | 242 | 0 | 135 | 41 | 5 | 501 | 132 | 63 |
| Binary | 11110010 | 10000 | 10100010 | 0 | 1011101 | 100001 | 101 | 101000001 | 1011010 | 110011 |
Color Harmonies of #F210A2
Complementary color
Monochromatic Colors of #F210A2
Black with #F210A2
Text Example
Text Example
White with #F210A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210A2; }
p { color: rgb(242,16,162); }
H1.HeaderClassName
{
color: #F210A2;
}
.AnyTagClassName
{
color: #F210A2;
}
</style>
background-color css
<style>
a { background-color: #F210A2; }
a { background-color: rgb(242,16,162); }
div.DivClassName
{
background-color: #F210A2;
}
.BgClassName
{
background-color: #F210A2;
}
</style>
border-color css
<style>
span { border-color: #F210A2; }
span { border-color: rgb(242,16,162); }
td.TdClassName
{
border-color: #F210A2;
}
.TagClassName
{
border-color: #F210A2;
}
</style>