Shades of Hollywood Cerise #F80EA5
Tints of Hollywood Cerise #F80EA5
RGB
CMYK
RGB Variations
Color information
#F80EA5 (or 0xF80EA5) is known color: Hollywood Cerise. HEX triplet: F8, 0E and A5. RGB value is (248,14,165). Sum of RGB (Red+Green+Blue) = 248+14+165=427 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.08% from 427); Green value is 14 (5.86% from 255 or 3.28% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 248 - color contains mainly: red. Hex color #F80EA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80EA5 is #07F15A. Grayscale: #646464. Windows color (decimal): -520539 or 10817272. OLE color: 10817272.
HSL color Cylindrical-coordinate representation of color #F80EA5: hue angle of 321.28º 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 #F80EA5 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 14 | 165 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.03 |
| HSL | 321.28º | 0.94% | 0.51% | - |
| HSV(B) | 321.28º | 0.94% | 0.97% | - |
| XYZ | 45.66 | 22.99 | 37.63 | - |
| YUV | 101.18 | 164.02 | 232.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 14 | 165 | 0 | 0.94 | 0.33 | 0.03 | 321.28 | 0.94 | 0.51 |
| Hex | F8 | E | A5 | 0 | 5E | 21 | 3 | 141 | 5E | 33 |
| Octal | 370 | 16 | 245 | 0 | 136 | 41 | 3 | 501 | 136 | 63 |
| Binary | 11111000 | 1110 | 10100101 | 0 | 1011110 | 100001 | 11 | 101000001 | 1011110 | 110011 |
Color Harmonies of #F80EA5
Complementary color
Monochromatic Colors of #F80EA5
Black with #F80EA5
Text Example
Text Example
White with #F80EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80EA5; }
p { color: rgb(248,14,165); }
H1.HeaderClassName
{
color: #F80EA5;
}
.AnyTagClassName
{
color: #F80EA5;
}
</style>
background-color css
<style>
a { background-color: #F80EA5; }
a { background-color: rgb(248,14,165); }
div.DivClassName
{
background-color: #F80EA5;
}
.BgClassName
{
background-color: #F80EA5;
}
</style>
border-color css
<style>
span { border-color: #F80EA5; }
span { border-color: rgb(248,14,165); }
td.TdClassName
{
border-color: #F80EA5;
}
.TagClassName
{
border-color: #F80EA5;
}
</style>