Shades of Hollywood Cerise #F20599
Tints of Hollywood Cerise #F20599
RGB
CMYK
RGB Variations
Color information
#F20599 (or 0xF20599) is known color: Hollywood Cerise. HEX triplet: F2, 05 and 99. RGB value is (242,5,153). Sum of RGB (Red+Green+Blue) = 242+5+153=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F20599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20599 is #0DFA66. Grayscale: #5C5C5C. Windows color (decimal): -916071 or 10028530. OLE color: 10028530.
HSL color Cylindrical-coordinate representation of color #F20599: hue angle of 322.53º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20599 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 153 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.05 |
| HSL | 322.53º | 0.96% | 0.48% | - |
| HSV(B) | 322.53º | 0.98% | 0.95% | - |
| XYZ | 42.42 | 21.29 | 32.01 | - |
| YUV | 92.74 | 162.02 | 234.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 153 | 0 | 0.98 | 0.37 | 0.05 | 322.53 | 0.96 | 0.48 |
| Hex | F2 | 5 | 99 | 0 | 62 | 25 | 5 | 143 | 60 | 30 |
| Octal | 362 | 5 | 231 | 0 | 142 | 45 | 5 | 503 | 140 | 60 |
| Binary | 11110010 | 101 | 10011001 | 0 | 1100010 | 100101 | 101 | 101000011 | 1100000 | 110000 |
Color Harmonies of #F20599
Complementary color
Monochromatic Colors of #F20599
Black with #F20599
Text Example
Text Example
White with #F20599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20599; }
p { color: rgb(242,5,153); }
H1.HeaderClassName
{
color: #F20599;
}
.AnyTagClassName
{
color: #F20599;
}
</style>
background-color css
<style>
a { background-color: #F20599; }
a { background-color: rgb(242,5,153); }
div.DivClassName
{
background-color: #F20599;
}
.BgClassName
{
background-color: #F20599;
}
</style>
border-color css
<style>
span { border-color: #F20599; }
span { border-color: rgb(242,5,153); }
td.TdClassName
{
border-color: #F20599;
}
.TagClassName
{
border-color: #F20599;
}
</style>