Shades of Hollywood Cerise #F50899
Tints of Hollywood Cerise #F50899
RGB
CMYK
RGB Variations
Color information
#F50899 (or 0xF50899) is known color: Hollywood Cerise. HEX triplet: F5, 08 and 99. RGB value is (245,8,153). Sum of RGB (Red+Green+Blue) = 245+8+153=406 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.34% from 406); Green value is 8 (3.52% from 255 or 1.97% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 245 - color contains mainly: red. Hex color #F50899 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50899 is #0AF766. Grayscale: #5F5F5F. Windows color (decimal): -718695 or 10029301. OLE color: 10029301.
HSL color Cylindrical-coordinate representation of color #F50899: hue angle of 323.29º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50899 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 153 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.04 |
| HSL | 323.29º | 0.94% | 0.5% | - |
| HSV(B) | 323.29º | 0.97% | 0.96% | - |
| XYZ | 43.49 | 21.89 | 32.07 | - |
| YUV | 95.39 | 160.52 | 234.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 153 | 0 | 0.97 | 0.38 | 0.04 | 323.29 | 0.94 | 0.5 |
| Hex | F5 | 8 | 99 | 0 | 61 | 26 | 4 | 143 | 5E | 32 |
| Octal | 365 | 10 | 231 | 0 | 141 | 46 | 4 | 503 | 136 | 62 |
| Binary | 11110101 | 1000 | 10011001 | 0 | 1100001 | 100110 | 100 | 101000011 | 1011110 | 110010 |
Color Harmonies of #F50899
Complementary color
Monochromatic Colors of #F50899
Black with #F50899
Text Example
Text Example
White with #F50899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50899; }
p { color: rgb(245,8,153); }
H1.HeaderClassName
{
color: #F50899;
}
.AnyTagClassName
{
color: #F50899;
}
</style>
background-color css
<style>
a { background-color: #F50899; }
a { background-color: rgb(245,8,153); }
div.DivClassName
{
background-color: #F50899;
}
.BgClassName
{
background-color: #F50899;
}
</style>
border-color css
<style>
span { border-color: #F50899; }
span { border-color: rgb(245,8,153); }
td.TdClassName
{
border-color: #F50899;
}
.TagClassName
{
border-color: #F50899;
}
</style>