Shades of Hollywood Cerise #FF01A2
Tints of Hollywood Cerise #FF01A2
RGB
CMYK
RGB Variations
Color information
#FF01A2 (or 0xFF01A2) is known color: Hollywood Cerise. HEX triplet: FF, 01 and A2. RGB value is (255,1,162). Sum of RGB (Red+Green+Blue) = 255+1+162=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 1 (0.78% from 255 or 0.24% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF01A2 is #00FE5D. Grayscale: #5E5E5E. Windows color (decimal): -65118 or 10617343. OLE color: 10617343.
HSL color Cylindrical-coordinate representation of color #FF01A2: hue angle of 321.97º 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 #FF01A2 is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 162 | - |
| CMYK | 0 | 1.00 | 0.36 | 0 |
| HSL | 321.97º | 1% | 0.5% | - |
| HSV(B) | 321.97º | 1% | 1% | - |
| XYZ | 47.77 | 23.89 | 36.28 | - |
| YUV | 95.3 | 165.65 | 241.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 162 | 0 | 1.00 | 0.36 | 0 | 321.97 | 1 | 0.5 |
| Hex | FF | 1 | A2 | 0 | 64 | 24 | 0 | 142 | 64 | 32 |
| Octal | 377 | 1 | 242 | 0 | 144 | 44 | 0 | 502 | 144 | 62 |
| Binary | 11111111 | 1 | 10100010 | 0 | 1100100 | 100100 | 0 | 101000010 | 1100100 | 110010 |
Color Harmonies of #FF01A2
Complementary color
Monochromatic Colors of #FF01A2
Black with #FF01A2
Text Example
Text Example
White with #FF01A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF01A2; }
p { color: rgb(255,1,162); }
H1.HeaderClassName
{
color: #FF01A2;
}
.AnyTagClassName
{
color: #FF01A2;
}
</style>
background-color css
<style>
a { background-color: #FF01A2; }
a { background-color: rgb(255,1,162); }
div.DivClassName
{
background-color: #FF01A2;
}
.BgClassName
{
background-color: #FF01A2;
}
</style>
border-color css
<style>
span { border-color: #FF01A2; }
span { border-color: rgb(255,1,162); }
td.TdClassName
{
border-color: #FF01A2;
}
.TagClassName
{
border-color: #FF01A2;
}
</style>