Shades of Hollywood Cerise #FF05AB
Tints of Hollywood Cerise #FF05AB
RGB
CMYK
RGB Variations
Color information
#FF05AB (or 0xFF05AB) is known color: Hollywood Cerise. HEX triplet: FF, 05 and AB. RGB value is (255,5,171). Sum of RGB (Red+Green+Blue) = 255+5+171=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 5 (2.34% from 255 or 1.16% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF05AB is #00FA54. Grayscale: #626262. Windows color (decimal): -64085 or 11208191. OLE color: 11208191.
HSL color Cylindrical-coordinate representation of color #FF05AB: hue angle of 320.16º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF05AB is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 171 | - |
| CMYK | 0 | 0.98 | 0.33 | 0 |
| HSL | 320.16º | 1% | 0.51% | - |
| HSV(B) | 320.16º | 0.98% | 1% | - |
| XYZ | 48.64 | 24.31 | 40.66 | - |
| YUV | 98.67 | 168.83 | 239.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 171 | 0 | 0.98 | 0.33 | 0 | 320.16 | 1 | 0.51 |
| Hex | FF | 5 | AB | 0 | 62 | 21 | 0 | 140 | 64 | 33 |
| Octal | 377 | 5 | 253 | 0 | 142 | 41 | 0 | 500 | 144 | 63 |
| Binary | 11111111 | 101 | 10101011 | 0 | 1100010 | 100001 | 0 | 101000000 | 1100100 | 110011 |
Color Harmonies of #FF05AB
Complementary color
Monochromatic Colors of #FF05AB
Black with #FF05AB
Text Example
Text Example
White with #FF05AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05AB; }
p { color: rgb(255,5,171); }
H1.HeaderClassName
{
color: #FF05AB;
}
.AnyTagClassName
{
color: #FF05AB;
}
</style>
background-color css
<style>
a { background-color: #FF05AB; }
a { background-color: rgb(255,5,171); }
div.DivClassName
{
background-color: #FF05AB;
}
.BgClassName
{
background-color: #FF05AB;
}
</style>
border-color css
<style>
span { border-color: #FF05AB; }
span { border-color: rgb(255,5,171); }
td.TdClassName
{
border-color: #FF05AB;
}
.TagClassName
{
border-color: #FF05AB;
}
</style>