Shades of Hollywood Cerise #F50492
Tints of Hollywood Cerise #F50492
RGB
CMYK
RGB Variations
Color information
#F50492 (or 0xF50492) is known color: Hollywood Cerise. HEX triplet: F5, 04 and 92. RGB value is (245,4,146). Sum of RGB (Red+Green+Blue) = 245+4+146=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F50492 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50492 is #0AFB6D. Grayscale: #5B5B5B. Windows color (decimal): -719726 or 9569525. OLE color: 9569525.
HSL color Cylindrical-coordinate representation of color #F50492: hue angle of 324.65º degrees, saturation: 0.97, 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 #F50492 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 146 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.04 |
| HSL | 324.65º | 0.97% | 0.49% | - |
| HSV(B) | 324.65º | 0.98% | 0.96% | - |
| XYZ | 42.89 | 21.57 | 29.1 | - |
| YUV | 92.25 | 158.34 | 236.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 146 | 0 | 0.98 | 0.40 | 0.04 | 324.65 | 0.97 | 0.49 |
| Hex | F5 | 4 | 92 | 0 | 62 | 28 | 4 | 145 | 61 | 31 |
| Octal | 365 | 4 | 222 | 0 | 142 | 50 | 4 | 505 | 141 | 61 |
| Binary | 11110101 | 100 | 10010010 | 0 | 1100010 | 101000 | 100 | 101000101 | 1100001 | 110001 |
Color Harmonies of #F50492
Complementary color
Monochromatic Colors of #F50492
Black with #F50492
Text Example
Text Example
White with #F50492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50492; }
p { color: rgb(245,4,146); }
H1.HeaderClassName
{
color: #F50492;
}
.AnyTagClassName
{
color: #F50492;
}
</style>
background-color css
<style>
a { background-color: #F50492; }
a { background-color: rgb(245,4,146); }
div.DivClassName
{
background-color: #F50492;
}
.BgClassName
{
background-color: #F50492;
}
</style>
border-color css
<style>
span { border-color: #F50492; }
span { border-color: rgb(245,4,146); }
td.TdClassName
{
border-color: #F50492;
}
.TagClassName
{
border-color: #F50492;
}
</style>