Shades of Hollywood Cerise #F80099
Tints of Hollywood Cerise #F80099
RGB
CMYK
RGB Variations
Color information
#F80099 (or 0xF80099) is known color: Hollywood Cerise. HEX triplet: F8, 00 and 99. RGB value is (248,0,153). Sum of RGB (Red+Green+Blue) = 248+0+153=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F80099 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80099 is #07FF66. Grayscale: #5B5B5B. Windows color (decimal): -524135 or 10027256. OLE color: 10027256.
HSL color Cylindrical-coordinate representation of color #F80099: hue angle of 322.98º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80099 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 153 | - |
| CMYK | 0 | 1 | 0.38 | 0.03 |
| HSL | 322.98º | 1% | 0.49% | - |
| HSV(B) | 322.98º | 1% | 0.97% | - |
| XYZ | 44.46 | 22.26 | 32.09 | - |
| YUV | 91.59 | 162.66 | 239.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 153 | 0 | 1 | 0.38 | 0.03 | 322.98 | 1 | 0.49 |
| Hex | F8 | 0 | 99 | 0 | 64 | 26 | 3 | 143 | 64 | 31 |
| Octal | 370 | 0 | 231 | 0 | 144 | 46 | 3 | 503 | 144 | 61 |
| Binary | 11111000 | 0 | 10011001 | 0 | 1100100 | 100110 | 11 | 101000011 | 1100100 | 110001 |
Color Harmonies of #F80099
Complementary color
Monochromatic Colors of #F80099
Black with #F80099
Text Example
Text Example
White with #F80099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80099; }
p { color: rgb(248,0,153); }
H1.HeaderClassName
{
color: #F80099;
}
.AnyTagClassName
{
color: #F80099;
}
</style>
background-color css
<style>
a { background-color: #F80099; }
a { background-color: rgb(248,0,153); }
div.DivClassName
{
background-color: #F80099;
}
.BgClassName
{
background-color: #F80099;
}
</style>
border-color css
<style>
span { border-color: #F80099; }
span { border-color: rgb(248,0,153); }
td.TdClassName
{
border-color: #F80099;
}
.TagClassName
{
border-color: #F80099;
}
</style>