Shades of Hollywood Cerise #F80AAF
Tints of Hollywood Cerise #F80AAF
RGB
CMYK
RGB Variations
Color information
#F80AAF (or 0xF80AAF) is known color: Hollywood Cerise. HEX triplet: F8, 0A and AF. RGB value is (248,10,175). Sum of RGB (Red+Green+Blue) = 248+10+175=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F80AAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80AAF is #07F550. Grayscale: #636363. Windows color (decimal): -521553 or 11471608. OLE color: 11471608.
HSL color Cylindrical-coordinate representation of color #F80AAF: hue angle of 318.4º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80AAF is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 175 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.03 |
| HSL | 318.4º | 0.94% | 0.51% | - |
| HSV(B) | 318.4º | 0.96% | 0.97% | - |
| XYZ | 46.56 | 23.27 | 42.59 | - |
| YUV | 99.97 | 170.35 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 175 | 0 | 0.96 | 0.29 | 0.03 | 318.4 | 0.94 | 0.51 |
| Hex | F8 | A | AF | 0 | 60 | 1D | 3 | 13E | 5E | 33 |
| Octal | 370 | 12 | 257 | 0 | 140 | 35 | 3 | 476 | 136 | 63 |
| Binary | 11111000 | 1010 | 10101111 | 0 | 1100000 | 11101 | 11 | 100111110 | 1011110 | 110011 |
Color Harmonies of #F80AAF
Complementary color
Monochromatic Colors of #F80AAF
Black with #F80AAF
Text Example
Text Example
White with #F80AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80AAF; }
p { color: rgb(248,10,175); }
H1.HeaderClassName
{
color: #F80AAF;
}
.AnyTagClassName
{
color: #F80AAF;
}
</style>
background-color css
<style>
a { background-color: #F80AAF; }
a { background-color: rgb(248,10,175); }
div.DivClassName
{
background-color: #F80AAF;
}
.BgClassName
{
background-color: #F80AAF;
}
</style>
border-color css
<style>
span { border-color: #F80AAF; }
span { border-color: rgb(248,10,175); }
td.TdClassName
{
border-color: #F80AAF;
}
.TagClassName
{
border-color: #F80AAF;
}
</style>