Shades of Hollywood Cerise #FF0AA0
Tints of Hollywood Cerise #FF0AA0
RGB
CMYK
RGB Variations
Color information
#FF0AA0 (or 0xFF0AA0) is known color: Hollywood Cerise. HEX triplet: FF, 0A and A0. RGB value is (255,10,160). Sum of RGB (Red+Green+Blue) = 255+10+160=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0AA0 is #00F55F. Grayscale: #646464. Windows color (decimal): -62816 or 10488575. OLE color: 10488575.
HSL color Cylindrical-coordinate representation of color #FF0AA0: hue angle of 323.27º 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 #FF0AA0 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 160 | - |
| CMYK | 0 | 0.96 | 0.37 | 0 |
| HSL | 323.27º | 1% | 0.52% | - |
| HSV(B) | 323.27º | 0.96% | 1% | - |
| XYZ | 47.69 | 24.02 | 35.38 | - |
| YUV | 100.36 | 161.67 | 238.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 160 | 0 | 0.96 | 0.37 | 0 | 323.27 | 1 | 0.52 |
| Hex | FF | A | A0 | 0 | 60 | 25 | 0 | 143 | 64 | 34 |
| Octal | 377 | 12 | 240 | 0 | 140 | 45 | 0 | 503 | 144 | 64 |
| Binary | 11111111 | 1010 | 10100000 | 0 | 1100000 | 100101 | 0 | 101000011 | 1100100 | 110100 |
Color Harmonies of #FF0AA0
Complementary color
Monochromatic Colors of #FF0AA0
Black with #FF0AA0
Text Example
Text Example
White with #FF0AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AA0; }
p { color: rgb(255,10,160); }
H1.HeaderClassName
{
color: #FF0AA0;
}
.AnyTagClassName
{
color: #FF0AA0;
}
</style>
background-color css
<style>
a { background-color: #FF0AA0; }
a { background-color: rgb(255,10,160); }
div.DivClassName
{
background-color: #FF0AA0;
}
.BgClassName
{
background-color: #FF0AA0;
}
</style>
border-color css
<style>
span { border-color: #FF0AA0; }
span { border-color: rgb(255,10,160); }
td.TdClassName
{
border-color: #FF0AA0;
}
.TagClassName
{
border-color: #FF0AA0;
}
</style>