Shades of Hollywood Cerise #F80799
Tints of Hollywood Cerise #F80799
RGB
CMYK
RGB Variations
Color information
#F80799 (or 0xF80799) is known color: Hollywood Cerise. HEX triplet: F8, 07 and 99. RGB value is (248,7,153). Sum of RGB (Red+Green+Blue) = 248+7+153=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F80799 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80799 is #07F866. Grayscale: #5F5F5F. Windows color (decimal): -522343 or 10029048. OLE color: 10029048.
HSL color Cylindrical-coordinate representation of color #F80799: hue angle of 323.65º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F80799 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 153 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.03 |
| HSL | 323.65º | 0.95% | 0.5% | - |
| HSV(B) | 323.65º | 0.97% | 0.97% | - |
| XYZ | 44.54 | 22.41 | 32.11 | - |
| YUV | 95.7 | 160.34 | 236.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 153 | 0 | 0.97 | 0.38 | 0.03 | 323.65 | 0.95 | 0.5 |
| Hex | F8 | 7 | 99 | 0 | 61 | 26 | 3 | 144 | 5F | 32 |
| Octal | 370 | 7 | 231 | 0 | 141 | 46 | 3 | 504 | 137 | 62 |
| Binary | 11111000 | 111 | 10011001 | 0 | 1100001 | 100110 | 11 | 101000100 | 1011111 | 110010 |
Color Harmonies of #F80799
Complementary color
Monochromatic Colors of #F80799
Black with #F80799
Text Example
Text Example
White with #F80799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80799; }
p { color: rgb(248,7,153); }
H1.HeaderClassName
{
color: #F80799;
}
.AnyTagClassName
{
color: #F80799;
}
</style>
background-color css
<style>
a { background-color: #F80799; }
a { background-color: rgb(248,7,153); }
div.DivClassName
{
background-color: #F80799;
}
.BgClassName
{
background-color: #F80799;
}
</style>
border-color css
<style>
span { border-color: #F80799; }
span { border-color: rgb(248,7,153); }
td.TdClassName
{
border-color: #F80799;
}
.TagClassName
{
border-color: #F80799;
}
</style>