Shades of Hollywood Cerise #F80998
Tints of Hollywood Cerise #F80998
RGB
CMYK
RGB Variations
Color information
#F80998 (or 0xF80998) is known color: Hollywood Cerise. HEX triplet: F8, 09 and 98. RGB value is (248,9,152). Sum of RGB (Red+Green+Blue) = 248+9+152=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F80998 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80998 is #07F667. Grayscale: #606060. Windows color (decimal): -521832 or 9964024. OLE color: 9964024.
HSL color Cylindrical-coordinate representation of color #F80998: hue angle of 324.1º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80998 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 152 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.03 |
| HSL | 324.1º | 0.94% | 0.5% | - |
| HSV(B) | 324.1º | 0.96% | 0.97% | - |
| XYZ | 44.48 | 22.42 | 31.69 | - |
| YUV | 96.76 | 159.18 | 235.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 152 | 0 | 0.96 | 0.39 | 0.03 | 324.1 | 0.94 | 0.5 |
| Hex | F8 | 9 | 98 | 0 | 60 | 27 | 3 | 144 | 5E | 32 |
| Octal | 370 | 11 | 230 | 0 | 140 | 47 | 3 | 504 | 136 | 62 |
| Binary | 11111000 | 1001 | 10011000 | 0 | 1100000 | 100111 | 11 | 101000100 | 1011110 | 110010 |
Color Harmonies of #F80998
Complementary color
Monochromatic Colors of #F80998
Black with #F80998
Text Example
Text Example
White with #F80998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80998; }
p { color: rgb(248,9,152); }
H1.HeaderClassName
{
color: #F80998;
}
.AnyTagClassName
{
color: #F80998;
}
</style>
background-color css
<style>
a { background-color: #F80998; }
a { background-color: rgb(248,9,152); }
div.DivClassName
{
background-color: #F80998;
}
.BgClassName
{
background-color: #F80998;
}
</style>
border-color css
<style>
span { border-color: #F80998; }
span { border-color: rgb(248,9,152); }
td.TdClassName
{
border-color: #F80998;
}
.TagClassName
{
border-color: #F80998;
}
</style>