Shades of Hollywood Cerise #F80AAE
Tints of Hollywood Cerise #F80AAE
RGB
CMYK
RGB Variations
Color information
#F80AAE (or 0xF80AAE) is known color: Hollywood Cerise. HEX triplet: F8, 0A and AE. RGB value is (248,10,174). Sum of RGB (Red+Green+Blue) = 248+10+174=432 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.41% from 432); Green value is 10 (4.30% from 255 or 2.31% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 248 - color contains mainly: red. Hex color #F80AAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80AAE is #07F551. Grayscale: #636363. Windows color (decimal): -521554 or 11406072. OLE color: 11406072.
HSL color Cylindrical-coordinate representation of color #F80AAE: hue angle of 318.66º 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 #F80AAE is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 174 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.03 |
| HSL | 318.66º | 0.94% | 0.51% | - |
| HSV(B) | 318.66º | 0.96% | 0.97% | - |
| XYZ | 46.46 | 23.23 | 42.08 | - |
| YUV | 99.86 | 169.85 | 233.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 174 | 0 | 0.96 | 0.30 | 0.03 | 318.66 | 0.94 | 0.51 |
| Hex | F8 | A | AE | 0 | 60 | 1E | 3 | 13F | 5E | 33 |
| Octal | 370 | 12 | 256 | 0 | 140 | 36 | 3 | 477 | 136 | 63 |
| Binary | 11111000 | 1010 | 10101110 | 0 | 1100000 | 11110 | 11 | 100111111 | 1011110 | 110011 |
Color Harmonies of #F80AAE
Complementary color
Monochromatic Colors of #F80AAE
Black with #F80AAE
Text Example
Text Example
White with #F80AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80AAE; }
p { color: rgb(248,10,174); }
H1.HeaderClassName
{
color: #F80AAE;
}
.AnyTagClassName
{
color: #F80AAE;
}
</style>
background-color css
<style>
a { background-color: #F80AAE; }
a { background-color: rgb(248,10,174); }
div.DivClassName
{
background-color: #F80AAE;
}
.BgClassName
{
background-color: #F80AAE;
}
</style>
border-color css
<style>
span { border-color: #F80AAE; }
span { border-color: rgb(248,10,174); }
td.TdClassName
{
border-color: #F80AAE;
}
.TagClassName
{
border-color: #F80AAE;
}
</style>