Shades of Hollywood Cerise #F50896
Tints of Hollywood Cerise #F50896
RGB
CMYK
RGB Variations
Color information
#F50896 (or 0xF50896) is known color: Hollywood Cerise. HEX triplet: F5, 08 and 96. RGB value is (245,8,150). Sum of RGB (Red+Green+Blue) = 245+8+150=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F50896 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50896 is #0AF769. Grayscale: #5E5E5E. Windows color (decimal): -718698 or 9832693. OLE color: 9832693.
HSL color Cylindrical-coordinate representation of color #F50896: hue angle of 324.05º 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 #F50896 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 150 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.04 |
| HSL | 324.05º | 0.94% | 0.5% | - |
| HSV(B) | 324.05º | 0.97% | 0.96% | - |
| XYZ | 43.25 | 21.79 | 30.78 | - |
| YUV | 95.05 | 159.02 | 234.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 150 | 0 | 0.97 | 0.39 | 0.04 | 324.05 | 0.94 | 0.5 |
| Hex | F5 | 8 | 96 | 0 | 61 | 27 | 4 | 144 | 5E | 32 |
| Octal | 365 | 10 | 226 | 0 | 141 | 47 | 4 | 504 | 136 | 62 |
| Binary | 11110101 | 1000 | 10010110 | 0 | 1100001 | 100111 | 100 | 101000100 | 1011110 | 110010 |
Color Harmonies of #F50896
Complementary color
Monochromatic Colors of #F50896
Black with #F50896
Text Example
Text Example
White with #F50896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50896; }
p { color: rgb(245,8,150); }
H1.HeaderClassName
{
color: #F50896;
}
.AnyTagClassName
{
color: #F50896;
}
</style>
background-color css
<style>
a { background-color: #F50896; }
a { background-color: rgb(245,8,150); }
div.DivClassName
{
background-color: #F50896;
}
.BgClassName
{
background-color: #F50896;
}
</style>
border-color css
<style>
span { border-color: #F50896; }
span { border-color: rgb(245,8,150); }
td.TdClassName
{
border-color: #F50896;
}
.TagClassName
{
border-color: #F50896;
}
</style>