Shades of Hollywood Cerise #F80798
Tints of Hollywood Cerise #F80798
RGB
CMYK
RGB Variations
Color information
#F80798 (or 0xF80798) is known color: Hollywood Cerise. HEX triplet: F8, 07 and 98. RGB value is (248,7,152). Sum of RGB (Red+Green+Blue) = 248+7+152=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F80798 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80798 is #07F867. Grayscale: #5F5F5F. Windows color (decimal): -522344 or 9963512. OLE color: 9963512.
HSL color Cylindrical-coordinate representation of color #F80798: hue angle of 323.9º 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 #F80798 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 152 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.03 |
| HSL | 323.9º | 0.95% | 0.5% | - |
| HSV(B) | 323.9º | 0.97% | 0.97% | - |
| XYZ | 44.45 | 22.38 | 31.68 | - |
| YUV | 95.59 | 159.84 | 236.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 152 | 0 | 0.97 | 0.39 | 0.03 | 323.9 | 0.95 | 0.5 |
| Hex | F8 | 7 | 98 | 0 | 61 | 27 | 3 | 144 | 5F | 32 |
| Octal | 370 | 7 | 230 | 0 | 141 | 47 | 3 | 504 | 137 | 62 |
| Binary | 11111000 | 111 | 10011000 | 0 | 1100001 | 100111 | 11 | 101000100 | 1011111 | 110010 |
Color Harmonies of #F80798
Complementary color
Monochromatic Colors of #F80798
Black with #F80798
Text Example
Text Example
White with #F80798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80798; }
p { color: rgb(248,7,152); }
H1.HeaderClassName
{
color: #F80798;
}
.AnyTagClassName
{
color: #F80798;
}
</style>
background-color css
<style>
a { background-color: #F80798; }
a { background-color: rgb(248,7,152); }
div.DivClassName
{
background-color: #F80798;
}
.BgClassName
{
background-color: #F80798;
}
</style>
border-color css
<style>
span { border-color: #F80798; }
span { border-color: rgb(248,7,152); }
td.TdClassName
{
border-color: #F80798;
}
.TagClassName
{
border-color: #F80798;
}
</style>