Shades of Hollywood Cerise #FF01A8
Tints of Hollywood Cerise #FF01A8
RGB
CMYK
RGB Variations
Color information
#FF01A8 (or 0xFF01A8) is known color: Hollywood Cerise. HEX triplet: FF, 01 and A8. RGB value is (255,1,168). Sum of RGB (Red+Green+Blue) = 255+1+168=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 1 (0.78% from 255 or 0.24% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF01A8 is #00FE57. Grayscale: #5F5F5F. Windows color (decimal): -65112 or 11010559. OLE color: 11010559.
HSL color Cylindrical-coordinate representation of color #FF01A8: hue angle of 320.55º 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 #FF01A8 is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 168 | - |
| CMYK | 0 | 1.00 | 0.34 | 0 |
| HSL | 320.55º | 1% | 0.5% | - |
| HSV(B) | 320.55º | 1% | 1% | - |
| XYZ | 48.32 | 24.11 | 39.15 | - |
| YUV | 95.98 | 168.65 | 241.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 168 | 0 | 1.00 | 0.34 | 0 | 320.55 | 1 | 0.5 |
| Hex | FF | 1 | A8 | 0 | 64 | 22 | 0 | 141 | 64 | 32 |
| Octal | 377 | 1 | 250 | 0 | 144 | 42 | 0 | 501 | 144 | 62 |
| Binary | 11111111 | 1 | 10101000 | 0 | 1100100 | 100010 | 0 | 101000001 | 1100100 | 110010 |
Color Harmonies of #FF01A8
Complementary color
Monochromatic Colors of #FF01A8
Black with #FF01A8
Text Example
Text Example
White with #FF01A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF01A8; }
p { color: rgb(255,1,168); }
H1.HeaderClassName
{
color: #FF01A8;
}
.AnyTagClassName
{
color: #FF01A8;
}
</style>
background-color css
<style>
a { background-color: #FF01A8; }
a { background-color: rgb(255,1,168); }
div.DivClassName
{
background-color: #FF01A8;
}
.BgClassName
{
background-color: #FF01A8;
}
</style>
border-color css
<style>
span { border-color: #FF01A8; }
span { border-color: rgb(255,1,168); }
td.TdClassName
{
border-color: #FF01A8;
}
.TagClassName
{
border-color: #FF01A8;
}
</style>