Shades of Hollywood Cerise #FF0AA5
Tints of Hollywood Cerise #FF0AA5
RGB
CMYK
RGB Variations
Color information
#FF0AA5 (or 0xFF0AA5) is known color: Hollywood Cerise. HEX triplet: FF, 0A and A5. RGB value is (255,10,165). Sum of RGB (Red+Green+Blue) = 255+10+165=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 10 (4.30% from 255 or 2.33% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0AA5 is #00F55A. Grayscale: #646464. Windows color (decimal): -62811 or 10816255. OLE color: 10816255.
HSL color Cylindrical-coordinate representation of color #FF0AA5: hue angle of 322.04º 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 #FF0AA5 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 165 | - |
| CMYK | 0 | 0.96 | 0.35 | 0 |
| HSL | 322.04º | 1% | 0.52% | - |
| HSV(B) | 322.04º | 0.96% | 1% | - |
| XYZ | 48.14 | 24.19 | 37.73 | - |
| YUV | 100.93 | 164.17 | 237.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 165 | 0 | 0.96 | 0.35 | 0 | 322.04 | 1 | 0.52 |
| Hex | FF | A | A5 | 0 | 60 | 23 | 0 | 142 | 64 | 34 |
| Octal | 377 | 12 | 245 | 0 | 140 | 43 | 0 | 502 | 144 | 64 |
| Binary | 11111111 | 1010 | 10100101 | 0 | 1100000 | 100011 | 0 | 101000010 | 1100100 | 110100 |
Color Harmonies of #FF0AA5
Complementary color
Monochromatic Colors of #FF0AA5
Black with #FF0AA5
Text Example
Text Example
White with #FF0AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AA5; }
p { color: rgb(255,10,165); }
H1.HeaderClassName
{
color: #FF0AA5;
}
.AnyTagClassName
{
color: #FF0AA5;
}
</style>
background-color css
<style>
a { background-color: #FF0AA5; }
a { background-color: rgb(255,10,165); }
div.DivClassName
{
background-color: #FF0AA5;
}
.BgClassName
{
background-color: #FF0AA5;
}
</style>
border-color css
<style>
span { border-color: #FF0AA5; }
span { border-color: rgb(255,10,165); }
td.TdClassName
{
border-color: #FF0AA5;
}
.TagClassName
{
border-color: #FF0AA5;
}
</style>