Shades of Hollywood Cerise #F50592
Tints of Hollywood Cerise #F50592
RGB
CMYK
RGB Variations
Color information
#F50592 (or 0xF50592) is known color: Hollywood Cerise. HEX triplet: F5, 05 and 92. RGB value is (245,5,146). Sum of RGB (Red+Green+Blue) = 245+5+146=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F50592 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50592 is #0AFA6D. Grayscale: #5C5C5C. Windows color (decimal): -719470 or 9569781. OLE color: 9569781.
HSL color Cylindrical-coordinate representation of color #F50592: hue angle of 324.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F50592 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 146 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.04 |
| HSL | 324.75º | 0.96% | 0.49% | - |
| HSV(B) | 324.75º | 0.98% | 0.96% | - |
| XYZ | 42.9 | 21.6 | 29.1 | - |
| YUV | 92.83 | 158.01 | 236.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 146 | 0 | 0.98 | 0.40 | 0.04 | 324.75 | 0.96 | 0.49 |
| Hex | F5 | 5 | 92 | 0 | 62 | 28 | 4 | 145 | 60 | 31 |
| Octal | 365 | 5 | 222 | 0 | 142 | 50 | 4 | 505 | 140 | 61 |
| Binary | 11110101 | 101 | 10010010 | 0 | 1100010 | 101000 | 100 | 101000101 | 1100000 | 110001 |
Color Harmonies of #F50592
Complementary color
Monochromatic Colors of #F50592
Black with #F50592
Text Example
Text Example
White with #F50592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50592; }
p { color: rgb(245,5,146); }
H1.HeaderClassName
{
color: #F50592;
}
.AnyTagClassName
{
color: #F50592;
}
</style>
background-color css
<style>
a { background-color: #F50592; }
a { background-color: rgb(245,5,146); }
div.DivClassName
{
background-color: #F50592;
}
.BgClassName
{
background-color: #F50592;
}
</style>
border-color css
<style>
span { border-color: #F50592; }
span { border-color: rgb(245,5,146); }
td.TdClassName
{
border-color: #F50592;
}
.TagClassName
{
border-color: #F50592;
}
</style>