Shades of Hollywood Cerise #FF0AA2
Tints of Hollywood Cerise #FF0AA2
RGB
CMYK
RGB Variations
Color information
#FF0AA2 (or 0xFF0AA2) is known color: Hollywood Cerise. HEX triplet: FF, 0A and A2. RGB value is (255,10,162). Sum of RGB (Red+Green+Blue) = 255+10+162=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 10 (4.30% from 255 or 2.34% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0AA2 is #00F55D. Grayscale: #646464. Windows color (decimal): -62814 or 10619647. OLE color: 10619647.
HSL color Cylindrical-coordinate representation of color #FF0AA2: hue angle of 322.78º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0AA2 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 162 | - |
| CMYK | 0 | 0.96 | 0.36 | 0 |
| HSL | 322.78º | 1% | 0.52% | - |
| HSV(B) | 322.78º | 0.96% | 1% | - |
| XYZ | 47.87 | 24.09 | 36.31 | - |
| YUV | 100.58 | 162.67 | 238.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 162 | 0 | 0.96 | 0.36 | 0 | 322.78 | 1 | 0.52 |
| Hex | FF | A | A2 | 0 | 60 | 24 | 0 | 143 | 64 | 34 |
| Octal | 377 | 12 | 242 | 0 | 140 | 44 | 0 | 503 | 144 | 64 |
| Binary | 11111111 | 1010 | 10100010 | 0 | 1100000 | 100100 | 0 | 101000011 | 1100100 | 110100 |
Color Harmonies of #FF0AA2
Complementary color
Monochromatic Colors of #FF0AA2
Black with #FF0AA2
Text Example
Text Example
White with #FF0AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AA2; }
p { color: rgb(255,10,162); }
H1.HeaderClassName
{
color: #FF0AA2;
}
.AnyTagClassName
{
color: #FF0AA2;
}
</style>
background-color css
<style>
a { background-color: #FF0AA2; }
a { background-color: rgb(255,10,162); }
div.DivClassName
{
background-color: #FF0AA2;
}
.BgClassName
{
background-color: #FF0AA2;
}
</style>
border-color css
<style>
span { border-color: #FF0AA2; }
span { border-color: rgb(255,10,162); }
td.TdClassName
{
border-color: #FF0AA2;
}
.TagClassName
{
border-color: #FF0AA2;
}
</style>