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