Shades of Hollywood Cerise #F0059D
Tints of Hollywood Cerise #F0059D
RGB
CMYK
RGB Variations
Color information
#F0059D (or 0xF0059D) is known color: Hollywood Cerise. HEX triplet: F0, 05 and 9D. RGB value is (240,5,157). Sum of RGB (Red+Green+Blue) = 240+5+157=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F0059D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0059D is #0FFA62. Grayscale: #5C5C5C. Windows color (decimal): -1047139 or 10290672. OLE color: 10290672.
HSL color Cylindrical-coordinate representation of color #F0059D: hue angle of 321.19º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0059D is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 157 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.06 |
| HSL | 321.19º | 0.96% | 0.48% | - |
| HSV(B) | 321.19º | 0.98% | 0.94% | - |
| XYZ | 42.08 | 21.07 | 33.75 | - |
| YUV | 92.59 | 164.36 | 233.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 157 | 0 | 0.98 | 0.35 | 0.06 | 321.19 | 0.96 | 0.48 |
| Hex | F0 | 5 | 9D | 0 | 62 | 23 | 6 | 141 | 60 | 30 |
| Octal | 360 | 5 | 235 | 0 | 142 | 43 | 6 | 501 | 140 | 60 |
| Binary | 11110000 | 101 | 10011101 | 0 | 1100010 | 100011 | 110 | 101000001 | 1100000 | 110000 |
Color Harmonies of #F0059D
Complementary color
Monochromatic Colors of #F0059D
Black with #F0059D
Text Example
Text Example
White with #F0059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0059D; }
p { color: rgb(240,5,157); }
H1.HeaderClassName
{
color: #F0059D;
}
.AnyTagClassName
{
color: #F0059D;
}
</style>
background-color css
<style>
a { background-color: #F0059D; }
a { background-color: rgb(240,5,157); }
div.DivClassName
{
background-color: #F0059D;
}
.BgClassName
{
background-color: #F0059D;
}
</style>
border-color css
<style>
span { border-color: #F0059D; }
span { border-color: rgb(240,5,157); }
td.TdClassName
{
border-color: #F0059D;
}
.TagClassName
{
border-color: #F0059D;
}
</style>