Shades of Hollywood Cerise #F50490
Tints of Hollywood Cerise #F50490
RGB
CMYK
RGB Variations
Color information
#F50490 (or 0xF50490) is known color: Hollywood Cerise. HEX triplet: F5, 04 and 90. RGB value is (245,4,144). Sum of RGB (Red+Green+Blue) = 245+4+144=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 4 (1.95% from 255 or 1.02% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F50490 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50490 is #0AFB6F. Grayscale: #5B5B5B. Windows color (decimal): -719728 or 9438453. OLE color: 9438453.
HSL color Cylindrical-coordinate representation of color #F50490: hue angle of 325.15º 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 #F50490 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 144 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.04 |
| HSL | 325.15º | 0.97% | 0.49% | - |
| HSV(B) | 325.15º | 0.98% | 0.96% | - |
| XYZ | 42.73 | 21.51 | 28.29 | - |
| YUV | 92.02 | 157.34 | 237.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 144 | 0 | 0.98 | 0.41 | 0.04 | 325.15 | 0.97 | 0.49 |
| Hex | F5 | 4 | 90 | 0 | 62 | 29 | 4 | 145 | 61 | 31 |
| Octal | 365 | 4 | 220 | 0 | 142 | 51 | 4 | 505 | 141 | 61 |
| Binary | 11110101 | 100 | 10010000 | 0 | 1100010 | 101001 | 100 | 101000101 | 1100001 | 110001 |
Color Harmonies of #F50490
Complementary color
Monochromatic Colors of #F50490
Black with #F50490
Text Example
Text Example
White with #F50490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50490; }
p { color: rgb(245,4,144); }
H1.HeaderClassName
{
color: #F50490;
}
.AnyTagClassName
{
color: #F50490;
}
</style>
background-color css
<style>
a { background-color: #F50490; }
a { background-color: rgb(245,4,144); }
div.DivClassName
{
background-color: #F50490;
}
.BgClassName
{
background-color: #F50490;
}
</style>
border-color css
<style>
span { border-color: #F50490; }
span { border-color: rgb(245,4,144); }
td.TdClassName
{
border-color: #F50490;
}
.TagClassName
{
border-color: #F50490;
}
</style>