Shades of Hollywood Cerise #F2059D
Tints of Hollywood Cerise #F2059D
RGB
CMYK
RGB Variations
Color information
#F2059D (or 0xF2059D) is known color: Hollywood Cerise. HEX triplet: F2, 05 and 9D. RGB value is (242,5,157). Sum of RGB (Red+Green+Blue) = 242+5+157=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2059D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2059D is #0DFA62. Grayscale: #5C5C5C. Windows color (decimal): -916067 or 10290674. OLE color: 10290674.
HSL color Cylindrical-coordinate representation of color #F2059D: hue angle of 321.52º 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 #F2059D is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 157 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.05 |
| HSL | 321.52º | 0.96% | 0.48% | - |
| HSV(B) | 321.52º | 0.98% | 0.95% | - |
| XYZ | 42.76 | 21.42 | 33.78 | - |
| YUV | 93.19 | 164.02 | 234.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 157 | 0 | 0.98 | 0.35 | 0.05 | 321.52 | 0.96 | 0.48 |
| Hex | F2 | 5 | 9D | 0 | 62 | 23 | 5 | 142 | 60 | 30 |
| Octal | 362 | 5 | 235 | 0 | 142 | 43 | 5 | 502 | 140 | 60 |
| Binary | 11110010 | 101 | 10011101 | 0 | 1100010 | 100011 | 101 | 101000010 | 1100000 | 110000 |
Color Harmonies of #F2059D
Complementary color
Monochromatic Colors of #F2059D
Black with #F2059D
Text Example
Text Example
White with #F2059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2059D; }
p { color: rgb(242,5,157); }
H1.HeaderClassName
{
color: #F2059D;
}
.AnyTagClassName
{
color: #F2059D;
}
</style>
background-color css
<style>
a { background-color: #F2059D; }
a { background-color: rgb(242,5,157); }
div.DivClassName
{
background-color: #F2059D;
}
.BgClassName
{
background-color: #F2059D;
}
</style>
border-color css
<style>
span { border-color: #F2059D; }
span { border-color: rgb(242,5,157); }
td.TdClassName
{
border-color: #F2059D;
}
.TagClassName
{
border-color: #F2059D;
}
</style>