Shades of Hollywood Cerise #F20A96
Tints of Hollywood Cerise #F20A96
RGB
CMYK
RGB Variations
Color information
#F20A96 (or 0xF20A96) is known color: Hollywood Cerise. HEX triplet: F2, 0A and 96. RGB value is (242,10,150). Sum of RGB (Red+Green+Blue) = 242+10+150=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 10 (4.30% from 255 or 2.49% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F20A96 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20A96 is #0DF569. Grayscale: #5F5F5F. Windows color (decimal): -914794 or 9833202. OLE color: 9833202.
HSL color Cylindrical-coordinate representation of color #F20A96: hue angle of 323.79º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20A96 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 10 | 150 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.05 |
| HSL | 323.79º | 0.92% | 0.49% | - |
| HSV(B) | 323.79º | 0.96% | 0.95% | - |
| XYZ | 42.23 | 21.3 | 30.74 | - |
| YUV | 95.33 | 158.86 | 232.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 10 | 150 | 0 | 0.96 | 0.38 | 0.05 | 323.79 | 0.92 | 0.49 |
| Hex | F2 | A | 96 | 0 | 60 | 26 | 5 | 144 | 5C | 31 |
| Octal | 362 | 12 | 226 | 0 | 140 | 46 | 5 | 504 | 134 | 61 |
| Binary | 11110010 | 1010 | 10010110 | 0 | 1100000 | 100110 | 101 | 101000100 | 1011100 | 110001 |
Color Harmonies of #F20A96
Complementary color
Monochromatic Colors of #F20A96
Black with #F20A96
Text Example
Text Example
White with #F20A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20A96; }
p { color: rgb(242,10,150); }
H1.HeaderClassName
{
color: #F20A96;
}
.AnyTagClassName
{
color: #F20A96;
}
</style>
background-color css
<style>
a { background-color: #F20A96; }
a { background-color: rgb(242,10,150); }
div.DivClassName
{
background-color: #F20A96;
}
.BgClassName
{
background-color: #F20A96;
}
</style>
border-color css
<style>
span { border-color: #F20A96; }
span { border-color: rgb(242,10,150); }
td.TdClassName
{
border-color: #F20A96;
}
.TagClassName
{
border-color: #F20A96;
}
</style>