Shades of Hollywood Cerise #F80AAB
Tints of Hollywood Cerise #F80AAB
RGB
CMYK
RGB Variations
Color information
#F80AAB (or 0xF80AAB) is known color: Hollywood Cerise. HEX triplet: F8, 0A and AB. RGB value is (248,10,171). Sum of RGB (Red+Green+Blue) = 248+10+171=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F80AAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80AAB is #07F554. Grayscale: #636363. Windows color (decimal): -521557 or 11209464. OLE color: 11209464.
HSL color Cylindrical-coordinate representation of color #F80AAB: hue angle of 319.41º 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 #F80AAB is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 171 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.03 |
| HSL | 319.41º | 0.94% | 0.51% | - |
| HSV(B) | 319.41º | 0.96% | 0.97% | - |
| XYZ | 46.17 | 23.11 | 40.56 | - |
| YUV | 99.52 | 168.35 | 233.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 171 | 0 | 0.96 | 0.31 | 0.03 | 319.41 | 0.94 | 0.51 |
| Hex | F8 | A | AB | 0 | 60 | 1F | 3 | 13F | 5E | 33 |
| Octal | 370 | 12 | 253 | 0 | 140 | 37 | 3 | 477 | 136 | 63 |
| Binary | 11111000 | 1010 | 10101011 | 0 | 1100000 | 11111 | 11 | 100111111 | 1011110 | 110011 |
Color Harmonies of #F80AAB
Complementary color
Monochromatic Colors of #F80AAB
Black with #F80AAB
Text Example
Text Example
White with #F80AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80AAB; }
p { color: rgb(248,10,171); }
H1.HeaderClassName
{
color: #F80AAB;
}
.AnyTagClassName
{
color: #F80AAB;
}
</style>
background-color css
<style>
a { background-color: #F80AAB; }
a { background-color: rgb(248,10,171); }
div.DivClassName
{
background-color: #F80AAB;
}
.BgClassName
{
background-color: #F80AAB;
}
</style>
border-color css
<style>
span { border-color: #F80AAB; }
span { border-color: rgb(248,10,171); }
td.TdClassName
{
border-color: #F80AAB;
}
.TagClassName
{
border-color: #F80AAB;
}
</style>