Shades of Hollywood Cerise #F80CAA
Tints of Hollywood Cerise #F80CAA
RGB
CMYK
RGB Variations
Color information
#F80CAA (or 0xF80CAA) is known color: Hollywood Cerise. HEX triplet: F8, 0C and AA. RGB value is (248,12,170). Sum of RGB (Red+Green+Blue) = 248+12+170=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80CAA is #07F355. Grayscale: #646464. Windows color (decimal): -521046 or 11144440. OLE color: 11144440.
HSL color Cylindrical-coordinate representation of color #F80CAA: hue angle of 319.83º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80CAA is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 12 | 170 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.03 |
| HSL | 319.83º | 0.94% | 0.51% | - |
| HSV(B) | 319.83º | 0.95% | 0.97% | - |
| XYZ | 46.1 | 23.12 | 40.06 | - |
| YUV | 100.58 | 167.19 | 233.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 12 | 170 | 0 | 0.95 | 0.31 | 0.03 | 319.83 | 0.94 | 0.51 |
| Hex | F8 | C | AA | 0 | 5F | 1F | 3 | 140 | 5E | 33 |
| Octal | 370 | 14 | 252 | 0 | 137 | 37 | 3 | 500 | 136 | 63 |
| Binary | 11111000 | 1100 | 10101010 | 0 | 1011111 | 11111 | 11 | 101000000 | 1011110 | 110011 |
Color Harmonies of #F80CAA
Complementary color
Monochromatic Colors of #F80CAA
Black with #F80CAA
Text Example
Text Example
White with #F80CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80CAA; }
p { color: rgb(248,12,170); }
H1.HeaderClassName
{
color: #F80CAA;
}
.AnyTagClassName
{
color: #F80CAA;
}
</style>
background-color css
<style>
a { background-color: #F80CAA; }
a { background-color: rgb(248,12,170); }
div.DivClassName
{
background-color: #F80CAA;
}
.BgClassName
{
background-color: #F80CAA;
}
</style>
border-color css
<style>
span { border-color: #F80CAA; }
span { border-color: rgb(248,12,170); }
td.TdClassName
{
border-color: #F80CAA;
}
.TagClassName
{
border-color: #F80CAA;
}
</style>