Shades of Hollywood Cerise #F0058D
Tints of Hollywood Cerise #F0058D
RGB
CMYK
RGB Variations
Color information
#F0058D (or 0xF0058D) is known color: Hollywood Cerise. HEX triplet: F0, 05 and 8D. RGB value is (240,5,141). Sum of RGB (Red+Green+Blue) = 240+5+141=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F0058D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0058D is #0FFA72. Grayscale: #5A5A5A. Windows color (decimal): -1047155 or 9242096. OLE color: 9242096.
HSL color Cylindrical-coordinate representation of color #F0058D: hue angle of 325.28º 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 #F0058D is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 141 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.06 |
| HSL | 325.28º | 0.96% | 0.48% | - |
| HSV(B) | 325.28º | 0.98% | 0.94% | - |
| XYZ | 40.8 | 20.56 | 27.02 | - |
| YUV | 90.77 | 156.36 | 234.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 141 | 0 | 0.98 | 0.41 | 0.06 | 325.28 | 0.96 | 0.48 |
| Hex | F0 | 5 | 8D | 0 | 62 | 29 | 6 | 145 | 60 | 30 |
| Octal | 360 | 5 | 215 | 0 | 142 | 51 | 6 | 505 | 140 | 60 |
| Binary | 11110000 | 101 | 10001101 | 0 | 1100010 | 101001 | 110 | 101000101 | 1100000 | 110000 |
Color Harmonies of #F0058D
Complementary color
Monochromatic Colors of #F0058D
Black with #F0058D
Text Example
Text Example
White with #F0058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0058D; }
p { color: rgb(240,5,141); }
H1.HeaderClassName
{
color: #F0058D;
}
.AnyTagClassName
{
color: #F0058D;
}
</style>
background-color css
<style>
a { background-color: #F0058D; }
a { background-color: rgb(240,5,141); }
div.DivClassName
{
background-color: #F0058D;
}
.BgClassName
{
background-color: #F0058D;
}
</style>
border-color css
<style>
span { border-color: #F0058D; }
span { border-color: rgb(240,5,141); }
td.TdClassName
{
border-color: #F0058D;
}
.TagClassName
{
border-color: #F0058D;
}
</style>