Shades of Hollywood Cerise #F00592
Tints of Hollywood Cerise #F00592
RGB
CMYK
RGB Variations
Color information
#F00592 (or 0xF00592) is known color: Hollywood Cerise. HEX triplet: F0, 05 and 92. RGB value is (240,5,146). Sum of RGB (Red+Green+Blue) = 240+5+146=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F00592 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00592 is #0FFA6D. Grayscale: #5B5B5B. Windows color (decimal): -1047150 or 9569776. OLE color: 9569776.
HSL color Cylindrical-coordinate representation of color #F00592: hue angle of 324º 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 #F00592 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 146 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.06 |
| HSL | 324º | 0.96% | 0.48% | - |
| HSV(B) | 324º | 0.98% | 0.94% | - |
| XYZ | 41.18 | 20.71 | 29.02 | - |
| YUV | 91.34 | 158.86 | 234.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 146 | 0 | 0.98 | 0.39 | 0.06 | 324 | 0.96 | 0.48 |
| Hex | F0 | 5 | 92 | 0 | 62 | 27 | 6 | 144 | 60 | 30 |
| Octal | 360 | 5 | 222 | 0 | 142 | 47 | 6 | 504 | 140 | 60 |
| Binary | 11110000 | 101 | 10010010 | 0 | 1100010 | 100111 | 110 | 101000100 | 1100000 | 110000 |
Color Harmonies of #F00592
Complementary color
Monochromatic Colors of #F00592
Black with #F00592
Text Example
Text Example
White with #F00592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00592; }
p { color: rgb(240,5,146); }
H1.HeaderClassName
{
color: #F00592;
}
.AnyTagClassName
{
color: #F00592;
}
</style>
background-color css
<style>
a { background-color: #F00592; }
a { background-color: rgb(240,5,146); }
div.DivClassName
{
background-color: #F00592;
}
.BgClassName
{
background-color: #F00592;
}
</style>
border-color css
<style>
span { border-color: #F00592; }
span { border-color: rgb(240,5,146); }
td.TdClassName
{
border-color: #F00592;
}
.TagClassName
{
border-color: #F00592;
}
</style>