Shades of Hollywood Cerise #F20199
Tints of Hollywood Cerise #F20199
RGB
CMYK
RGB Variations
Color information
#F20199 (or 0xF20199) is known color: Hollywood Cerise. HEX triplet: F2, 01 and 99. RGB value is (242,1,153). Sum of RGB (Red+Green+Blue) = 242+1+153=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F20199 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20199 is #0DFE66. Grayscale: #5A5A5A. Windows color (decimal): -917095 or 10027506. OLE color: 10027506.
HSL color Cylindrical-coordinate representation of color #F20199: hue angle of 322.16º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20199 is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 153 | - |
| CMYK | 0 | 1.00 | 0.37 | 0.05 |
| HSL | 322.16º | 0.99% | 0.48% | - |
| HSV(B) | 322.16º | 1% | 0.95% | - |
| XYZ | 42.38 | 21.2 | 32 | - |
| YUV | 90.39 | 163.34 | 236.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 153 | 0 | 1.00 | 0.37 | 0.05 | 322.16 | 0.99 | 0.48 |
| Hex | F2 | 1 | 99 | 0 | 64 | 25 | 5 | 142 | 63 | 30 |
| Octal | 362 | 1 | 231 | 0 | 144 | 45 | 5 | 502 | 143 | 60 |
| Binary | 11110010 | 1 | 10011001 | 0 | 1100100 | 100101 | 101 | 101000010 | 1100011 | 110000 |
Color Harmonies of #F20199
Complementary color
Monochromatic Colors of #F20199
Black with #F20199
Text Example
Text Example
White with #F20199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20199; }
p { color: rgb(242,1,153); }
H1.HeaderClassName
{
color: #F20199;
}
.AnyTagClassName
{
color: #F20199;
}
</style>
background-color css
<style>
a { background-color: #F20199; }
a { background-color: rgb(242,1,153); }
div.DivClassName
{
background-color: #F20199;
}
.BgClassName
{
background-color: #F20199;
}
</style>
border-color css
<style>
span { border-color: #F20199; }
span { border-color: rgb(242,1,153); }
td.TdClassName
{
border-color: #F20199;
}
.TagClassName
{
border-color: #F20199;
}
</style>