Shades of Hollywood Cerise #F20699
Tints of Hollywood Cerise #F20699
RGB
CMYK
RGB Variations
Color information
#F20699 (or 0xF20699) is known color: Hollywood Cerise. HEX triplet: F2, 06 and 99. RGB value is (242,6,153). Sum of RGB (Red+Green+Blue) = 242+6+153=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F20699 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20699 is #0DF966. Grayscale: #5C5C5C. Windows color (decimal): -915815 or 10028786. OLE color: 10028786.
HSL color Cylindrical-coordinate representation of color #F20699: hue angle of 322.63º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20699 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 153 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.05 |
| HSL | 322.63º | 0.95% | 0.49% | - |
| HSV(B) | 322.63º | 0.98% | 0.95% | - |
| XYZ | 42.43 | 21.31 | 32.01 | - |
| YUV | 93.32 | 161.69 | 234.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 153 | 0 | 0.98 | 0.37 | 0.05 | 322.63 | 0.95 | 0.49 |
| Hex | F2 | 6 | 99 | 0 | 62 | 25 | 5 | 143 | 5F | 31 |
| Octal | 362 | 6 | 231 | 0 | 142 | 45 | 5 | 503 | 137 | 61 |
| Binary | 11110010 | 110 | 10011001 | 0 | 1100010 | 100101 | 101 | 101000011 | 1011111 | 110001 |
Color Harmonies of #F20699
Complementary color
Monochromatic Colors of #F20699
Black with #F20699
Text Example
Text Example
White with #F20699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20699; }
p { color: rgb(242,6,153); }
H1.HeaderClassName
{
color: #F20699;
}
.AnyTagClassName
{
color: #F20699;
}
</style>
background-color css
<style>
a { background-color: #F20699; }
a { background-color: rgb(242,6,153); }
div.DivClassName
{
background-color: #F20699;
}
.BgClassName
{
background-color: #F20699;
}
</style>
border-color css
<style>
span { border-color: #F20699; }
span { border-color: rgb(242,6,153); }
td.TdClassName
{
border-color: #F20699;
}
.TagClassName
{
border-color: #F20699;
}
</style>