Shades of Hollywood Cerise #F20299
Tints of Hollywood Cerise #F20299
RGB
CMYK
RGB Variations
Color information
#F20299 (or 0xF20299) is known color: Hollywood Cerise. HEX triplet: F2, 02 and 99. RGB value is (242,2,153). Sum of RGB (Red+Green+Blue) = 242+2+153=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F20299 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20299 is #0DFD66. Grayscale: #5A5A5A. Windows color (decimal): -916839 or 10027762. OLE color: 10027762.
HSL color Cylindrical-coordinate representation of color #F20299: hue angle of 322.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20299 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 153 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.05 |
| HSL | 322.25º | 0.98% | 0.48% | - |
| HSV(B) | 322.25º | 0.99% | 0.95% | - |
| XYZ | 42.39 | 21.22 | 32 | - |
| YUV | 90.97 | 163.01 | 235.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 153 | 0 | 0.99 | 0.37 | 0.05 | 322.25 | 0.98 | 0.48 |
| Hex | F2 | 2 | 99 | 0 | 63 | 25 | 5 | 142 | 62 | 30 |
| Octal | 362 | 2 | 231 | 0 | 143 | 45 | 5 | 502 | 142 | 60 |
| Binary | 11110010 | 10 | 10011001 | 0 | 1100011 | 100101 | 101 | 101000010 | 1100010 | 110000 |
Color Harmonies of #F20299
Complementary color
Monochromatic Colors of #F20299
Black with #F20299
Text Example
Text Example
White with #F20299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20299; }
p { color: rgb(242,2,153); }
H1.HeaderClassName
{
color: #F20299;
}
.AnyTagClassName
{
color: #F20299;
}
</style>
background-color css
<style>
a { background-color: #F20299; }
a { background-color: rgb(242,2,153); }
div.DivClassName
{
background-color: #F20299;
}
.BgClassName
{
background-color: #F20299;
}
</style>
border-color css
<style>
span { border-color: #F20299; }
span { border-color: rgb(242,2,153); }
td.TdClassName
{
border-color: #F20299;
}
.TagClassName
{
border-color: #F20299;
}
</style>