Shades of Hollywood Cerise #FF01AB
Tints of Hollywood Cerise #FF01AB
RGB
CMYK
RGB Variations
Color information
#FF01AB (or 0xFF01AB) is known color: Hollywood Cerise. HEX triplet: FF, 01 and AB. RGB value is (255,1,171). Sum of RGB (Red+Green+Blue) = 255+1+171=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF01AB is #00FE54. Grayscale: #5F5F5F. Windows color (decimal): -65109 or 11207167. OLE color: 11207167.
HSL color Cylindrical-coordinate representation of color #FF01AB: hue angle of 319.84º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF01AB is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 171 | - |
| CMYK | 0 | 1.00 | 0.33 | 0 |
| HSL | 319.84º | 1% | 0.5% | - |
| HSV(B) | 319.84º | 1% | 1% | - |
| XYZ | 48.6 | 24.22 | 40.64 | - |
| YUV | 96.33 | 170.15 | 241.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 171 | 0 | 1.00 | 0.33 | 0 | 319.84 | 1 | 0.5 |
| Hex | FF | 1 | AB | 0 | 64 | 21 | 0 | 140 | 64 | 32 |
| Octal | 377 | 1 | 253 | 0 | 144 | 41 | 0 | 500 | 144 | 62 |
| Binary | 11111111 | 1 | 10101011 | 0 | 1100100 | 100001 | 0 | 101000000 | 1100100 | 110010 |
Color Harmonies of #FF01AB
Complementary color
Monochromatic Colors of #FF01AB
Black with #FF01AB
Text Example
Text Example
White with #FF01AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF01AB; }
p { color: rgb(255,1,171); }
H1.HeaderClassName
{
color: #FF01AB;
}
.AnyTagClassName
{
color: #FF01AB;
}
</style>
background-color css
<style>
a { background-color: #FF01AB; }
a { background-color: rgb(255,1,171); }
div.DivClassName
{
background-color: #FF01AB;
}
.BgClassName
{
background-color: #FF01AB;
}
</style>
border-color css
<style>
span { border-color: #FF01AB; }
span { border-color: rgb(255,1,171); }
td.TdClassName
{
border-color: #FF01AB;
}
.TagClassName
{
border-color: #FF01AB;
}
</style>