Shades of Hollywood Cerise #FF04AB
Tints of Hollywood Cerise #FF04AB
RGB
CMYK
RGB Variations
Color information
#FF04AB (or 0xFF04AB) is known color: Hollywood Cerise. HEX triplet: FF, 04 and AB. RGB value is (255,4,171). Sum of RGB (Red+Green+Blue) = 255+4+171=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 4 (1.95% from 255 or 0.93% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF04AB is #00FB54. Grayscale: #616161. Windows color (decimal): -64341 or 11207935. OLE color: 11207935.
HSL color Cylindrical-coordinate representation of color #FF04AB: hue angle of 320.08º 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 #FF04AB is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 171 | - |
| CMYK | 0 | 0.98 | 0.33 | 0 |
| HSL | 320.08º | 1% | 0.51% | - |
| HSV(B) | 320.08º | 0.98% | 1% | - |
| XYZ | 48.63 | 24.29 | 40.65 | - |
| YUV | 98.09 | 169.16 | 239.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 171 | 0 | 0.98 | 0.33 | 0 | 320.08 | 1 | 0.51 |
| Hex | FF | 4 | AB | 0 | 62 | 21 | 0 | 140 | 64 | 33 |
| Octal | 377 | 4 | 253 | 0 | 142 | 41 | 0 | 500 | 144 | 63 |
| Binary | 11111111 | 100 | 10101011 | 0 | 1100010 | 100001 | 0 | 101000000 | 1100100 | 110011 |
Color Harmonies of #FF04AB
Complementary color
Monochromatic Colors of #FF04AB
Black with #FF04AB
Text Example
Text Example
White with #FF04AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF04AB; }
p { color: rgb(255,4,171); }
H1.HeaderClassName
{
color: #FF04AB;
}
.AnyTagClassName
{
color: #FF04AB;
}
</style>
background-color css
<style>
a { background-color: #FF04AB; }
a { background-color: rgb(255,4,171); }
div.DivClassName
{
background-color: #FF04AB;
}
.BgClassName
{
background-color: #FF04AB;
}
</style>
border-color css
<style>
span { border-color: #FF04AB; }
span { border-color: rgb(255,4,171); }
td.TdClassName
{
border-color: #FF04AB;
}
.TagClassName
{
border-color: #FF04AB;
}
</style>