Shades of Hollywood Cerise #F80399
Tints of Hollywood Cerise #F80399
RGB
CMYK
RGB Variations
Color information
#F80399 (or 0xF80399) is known color: Hollywood Cerise. HEX triplet: F8, 03 and 99. RGB value is (248,3,153). Sum of RGB (Red+Green+Blue) = 248+3+153=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F80399 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80399 is #07FC66. Grayscale: #5C5C5C. Windows color (decimal): -523367 or 10028024. OLE color: 10028024.
HSL color Cylindrical-coordinate representation of color #F80399: hue angle of 323.27º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F80399 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 153 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.03 |
| HSL | 323.27º | 0.98% | 0.49% | - |
| HSV(B) | 323.27º | 0.99% | 0.97% | - |
| XYZ | 44.49 | 22.32 | 32.1 | - |
| YUV | 93.36 | 161.67 | 238.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 153 | 0 | 0.99 | 0.38 | 0.03 | 323.27 | 0.98 | 0.49 |
| Hex | F8 | 3 | 99 | 0 | 63 | 26 | 3 | 143 | 62 | 31 |
| Octal | 370 | 3 | 231 | 0 | 143 | 46 | 3 | 503 | 142 | 61 |
| Binary | 11111000 | 11 | 10011001 | 0 | 1100011 | 100110 | 11 | 101000011 | 1100010 | 110001 |
Color Harmonies of #F80399
Complementary color
Monochromatic Colors of #F80399
Black with #F80399
Text Example
Text Example
White with #F80399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80399; }
p { color: rgb(248,3,153); }
H1.HeaderClassName
{
color: #F80399;
}
.AnyTagClassName
{
color: #F80399;
}
</style>
background-color css
<style>
a { background-color: #F80399; }
a { background-color: rgb(248,3,153); }
div.DivClassName
{
background-color: #F80399;
}
.BgClassName
{
background-color: #F80399;
}
</style>
border-color css
<style>
span { border-color: #F80399; }
span { border-color: rgb(248,3,153); }
td.TdClassName
{
border-color: #F80399;
}
.TagClassName
{
border-color: #F80399;
}
</style>