Shades of Hollywood Cerise #F80595
Tints of Hollywood Cerise #F80595
RGB
CMYK
RGB Variations
Color information
#F80595 (or 0xF80595) is known color: Hollywood Cerise. HEX triplet: F8, 05 and 95. RGB value is (248,5,149). Sum of RGB (Red+Green+Blue) = 248+5+149=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F80595 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80595 is #07FA6A. Grayscale: #5D5D5D. Windows color (decimal): -522859 or 9766392. OLE color: 9766392.
HSL color Cylindrical-coordinate representation of color #F80595: hue angle of 324.44º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80595 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 149 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.03 |
| HSL | 324.44º | 0.96% | 0.5% | - |
| HSV(B) | 324.44º | 0.98% | 0.97% | - |
| XYZ | 44.19 | 22.23 | 30.4 | - |
| YUV | 94.07 | 159.01 | 237.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 149 | 0 | 0.98 | 0.40 | 0.03 | 324.44 | 0.96 | 0.5 |
| Hex | F8 | 5 | 95 | 0 | 62 | 28 | 3 | 144 | 60 | 32 |
| Octal | 370 | 5 | 225 | 0 | 142 | 50 | 3 | 504 | 140 | 62 |
| Binary | 11111000 | 101 | 10010101 | 0 | 1100010 | 101000 | 11 | 101000100 | 1100000 | 110010 |
Color Harmonies of #F80595
Complementary color
Monochromatic Colors of #F80595
Black with #F80595
Text Example
Text Example
White with #F80595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80595; }
p { color: rgb(248,5,149); }
H1.HeaderClassName
{
color: #F80595;
}
.AnyTagClassName
{
color: #F80595;
}
</style>
background-color css
<style>
a { background-color: #F80595; }
a { background-color: rgb(248,5,149); }
div.DivClassName
{
background-color: #F80595;
}
.BgClassName
{
background-color: #F80595;
}
</style>
border-color css
<style>
span { border-color: #F80595; }
span { border-color: rgb(248,5,149); }
td.TdClassName
{
border-color: #F80595;
}
.TagClassName
{
border-color: #F80595;
}
</style>