Shades of Hollywood Cerise #F80699
Tints of Hollywood Cerise #F80699
RGB
CMYK
RGB Variations
Color information
#F80699 (or 0xF80699) is known color: Hollywood Cerise. HEX triplet: F8, 06 and 99. RGB value is (248,6,153). Sum of RGB (Red+Green+Blue) = 248+6+153=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F80699 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80699 is #07F966. Grayscale: #5E5E5E. Windows color (decimal): -522599 or 10028792. OLE color: 10028792.
HSL color Cylindrical-coordinate representation of color #F80699: hue angle of 323.55º degrees, saturation: 0.95, 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 #F80699 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 153 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.03 |
| HSL | 323.55º | 0.95% | 0.5% | - |
| HSV(B) | 323.55º | 0.98% | 0.97% | - |
| XYZ | 44.53 | 22.39 | 32.11 | - |
| YUV | 95.12 | 160.67 | 237.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 153 | 0 | 0.98 | 0.38 | 0.03 | 323.55 | 0.95 | 0.5 |
| Hex | F8 | 6 | 99 | 0 | 62 | 26 | 3 | 144 | 5F | 32 |
| Octal | 370 | 6 | 231 | 0 | 142 | 46 | 3 | 504 | 137 | 62 |
| Binary | 11111000 | 110 | 10011001 | 0 | 1100010 | 100110 | 11 | 101000100 | 1011111 | 110010 |
Color Harmonies of #F80699
Complementary color
Monochromatic Colors of #F80699
Black with #F80699
Text Example
Text Example
White with #F80699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80699; }
p { color: rgb(248,6,153); }
H1.HeaderClassName
{
color: #F80699;
}
.AnyTagClassName
{
color: #F80699;
}
</style>
background-color css
<style>
a { background-color: #F80699; }
a { background-color: rgb(248,6,153); }
div.DivClassName
{
background-color: #F80699;
}
.BgClassName
{
background-color: #F80699;
}
</style>
border-color css
<style>
span { border-color: #F80699; }
span { border-color: rgb(248,6,153); }
td.TdClassName
{
border-color: #F80699;
}
.TagClassName
{
border-color: #F80699;
}
</style>