Shades of Hollywood Cerise #FF0AA3
Tints of Hollywood Cerise #FF0AA3
RGB
CMYK
RGB Variations
Color information
#FF0AA3 (or 0xFF0AA3) is known color: Hollywood Cerise. HEX triplet: FF, 0A and A3. RGB value is (255,10,163). Sum of RGB (Red+Green+Blue) = 255+10+163=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 10 (4.30% from 255 or 2.34% from 428); Blue value is 163 (64.06% from 255 or 38.08% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AA3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0AA3 is #00F55C. Grayscale: #646464. Windows color (decimal): -62813 or 10685183. OLE color: 10685183.
HSL color Cylindrical-coordinate representation of color #FF0AA3: hue angle of 322.53º 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 #FF0AA3 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 163 | - |
| CMYK | 0 | 0.96 | 0.36 | 0 |
| HSL | 322.53º | 1% | 0.52% | - |
| HSV(B) | 322.53º | 0.96% | 1% | - |
| XYZ | 47.96 | 24.12 | 36.78 | - |
| YUV | 100.7 | 163.17 | 238.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 163 | 0 | 0.96 | 0.36 | 0 | 322.53 | 1 | 0.52 |
| Hex | FF | A | A3 | 0 | 60 | 24 | 0 | 143 | 64 | 34 |
| Octal | 377 | 12 | 243 | 0 | 140 | 44 | 0 | 503 | 144 | 64 |
| Binary | 11111111 | 1010 | 10100011 | 0 | 1100000 | 100100 | 0 | 101000011 | 1100100 | 110100 |
Color Harmonies of #FF0AA3
Complementary color
Monochromatic Colors of #FF0AA3
Black with #FF0AA3
Text Example
Text Example
White with #FF0AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AA3; }
p { color: rgb(255,10,163); }
H1.HeaderClassName
{
color: #FF0AA3;
}
.AnyTagClassName
{
color: #FF0AA3;
}
</style>
background-color css
<style>
a { background-color: #FF0AA3; }
a { background-color: rgb(255,10,163); }
div.DivClassName
{
background-color: #FF0AA3;
}
.BgClassName
{
background-color: #FF0AA3;
}
</style>
border-color css
<style>
span { border-color: #FF0AA3; }
span { border-color: rgb(255,10,163); }
td.TdClassName
{
border-color: #FF0AA3;
}
.TagClassName
{
border-color: #FF0AA3;
}
</style>