Shades of Hollywood Cerise #F80598
Tints of Hollywood Cerise #F80598
RGB
CMYK
RGB Variations
Color information
#F80598 (or 0xF80598) is known color: Hollywood Cerise. HEX triplet: F8, 05 and 98. RGB value is (248,5,152). Sum of RGB (Red+Green+Blue) = 248+5+152=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F80598 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80598 is #07FA67. Grayscale: #5E5E5E. Windows color (decimal): -522856 or 9963000. OLE color: 9963000.
HSL color Cylindrical-coordinate representation of color #F80598: hue angle of 323.7º 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 #F80598 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 152 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.03 |
| HSL | 323.7º | 0.96% | 0.5% | - |
| HSV(B) | 323.7º | 0.98% | 0.97% | - |
| XYZ | 44.43 | 22.33 | 31.67 | - |
| YUV | 94.42 | 160.51 | 237.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 152 | 0 | 0.98 | 0.39 | 0.03 | 323.7 | 0.96 | 0.5 |
| Hex | F8 | 5 | 98 | 0 | 62 | 27 | 3 | 144 | 60 | 32 |
| Octal | 370 | 5 | 230 | 0 | 142 | 47 | 3 | 504 | 140 | 62 |
| Binary | 11111000 | 101 | 10011000 | 0 | 1100010 | 100111 | 11 | 101000100 | 1100000 | 110010 |
Color Harmonies of #F80598
Complementary color
Monochromatic Colors of #F80598
Black with #F80598
Text Example
Text Example
White with #F80598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80598; }
p { color: rgb(248,5,152); }
H1.HeaderClassName
{
color: #F80598;
}
.AnyTagClassName
{
color: #F80598;
}
</style>
background-color css
<style>
a { background-color: #F80598; }
a { background-color: rgb(248,5,152); }
div.DivClassName
{
background-color: #F80598;
}
.BgClassName
{
background-color: #F80598;
}
</style>
border-color css
<style>
span { border-color: #F80598; }
span { border-color: rgb(248,5,152); }
td.TdClassName
{
border-color: #F80598;
}
.TagClassName
{
border-color: #F80598;
}
</style>