Shades of Hollywood Cerise #F80EA4
Tints of Hollywood Cerise #F80EA4
RGB
CMYK
RGB Variations
Color information
#F80EA4 (or 0xF80EA4) is known color: Hollywood Cerise. HEX triplet: F8, 0E and A4. RGB value is (248,14,164). Sum of RGB (Red+Green+Blue) = 248+14+164=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F80EA4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80EA4 is #07F15B. Grayscale: #646464. Windows color (decimal): -520540 or 10751736. OLE color: 10751736.
HSL color Cylindrical-coordinate representation of color #F80EA4: hue angle of 321.54º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80EA4 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 14 | 164 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.03 |
| HSL | 321.54º | 0.94% | 0.51% | - |
| HSV(B) | 321.54º | 0.94% | 0.97% | - |
| XYZ | 45.57 | 22.95 | 37.15 | - |
| YUV | 101.07 | 163.52 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 14 | 164 | 0 | 0.94 | 0.34 | 0.03 | 321.54 | 0.94 | 0.51 |
| Hex | F8 | E | A4 | 0 | 5E | 22 | 3 | 142 | 5E | 33 |
| Octal | 370 | 16 | 244 | 0 | 136 | 42 | 3 | 502 | 136 | 63 |
| Binary | 11111000 | 1110 | 10100100 | 0 | 1011110 | 100010 | 11 | 101000010 | 1011110 | 110011 |
Color Harmonies of #F80EA4
Complementary color
Monochromatic Colors of #F80EA4
Black with #F80EA4
Text Example
Text Example
White with #F80EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80EA4; }
p { color: rgb(248,14,164); }
H1.HeaderClassName
{
color: #F80EA4;
}
.AnyTagClassName
{
color: #F80EA4;
}
</style>
background-color css
<style>
a { background-color: #F80EA4; }
a { background-color: rgb(248,14,164); }
div.DivClassName
{
background-color: #F80EA4;
}
.BgClassName
{
background-color: #F80EA4;
}
</style>
border-color css
<style>
span { border-color: #F80EA4; }
span { border-color: rgb(248,14,164); }
td.TdClassName
{
border-color: #F80EA4;
}
.TagClassName
{
border-color: #F80EA4;
}
</style>