Shades of Hollywood Cerise #F805AB
Tints of Hollywood Cerise #F805AB
RGB
CMYK
RGB Variations
Color information
#F805AB (or 0xF805AB) is known color: Hollywood Cerise. HEX triplet: F8, 05 and AB. RGB value is (248,5,171). Sum of RGB (Red+Green+Blue) = 248+5+171=424 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.49% from 424); Green value is 5 (2.34% from 255 or 1.18% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 248 - color contains mainly: red. Hex color #F805AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F805AB is #07FA54. Grayscale: #606060. Windows color (decimal): -522837 or 11208184. OLE color: 11208184.
HSL color Cylindrical-coordinate representation of color #F805AB: hue angle of 319.01º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F805AB is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 171 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.03 |
| HSL | 319.01º | 0.96% | 0.5% | - |
| HSV(B) | 319.01º | 0.98% | 0.97% | - |
| XYZ | 46.12 | 23.01 | 40.54 | - |
| YUV | 96.58 | 170.01 | 236 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 171 | 0 | 0.98 | 0.31 | 0.03 | 319.01 | 0.96 | 0.5 |
| Hex | F8 | 5 | AB | 0 | 62 | 1F | 3 | 13F | 60 | 32 |
| Octal | 370 | 5 | 253 | 0 | 142 | 37 | 3 | 477 | 140 | 62 |
| Binary | 11111000 | 101 | 10101011 | 0 | 1100010 | 11111 | 11 | 100111111 | 1100000 | 110010 |
Color Harmonies of #F805AB
Complementary color
Monochromatic Colors of #F805AB
Black with #F805AB
Text Example
Text Example
White with #F805AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F805AB; }
p { color: rgb(248,5,171); }
H1.HeaderClassName
{
color: #F805AB;
}
.AnyTagClassName
{
color: #F805AB;
}
</style>
background-color css
<style>
a { background-color: #F805AB; }
a { background-color: rgb(248,5,171); }
div.DivClassName
{
background-color: #F805AB;
}
.BgClassName
{
background-color: #F805AB;
}
</style>
border-color css
<style>
span { border-color: #F805AB; }
span { border-color: rgb(248,5,171); }
td.TdClassName
{
border-color: #F805AB;
}
.TagClassName
{
border-color: #F805AB;
}
</style>