Shades of Hollywood Cerise #FF05A9
Tints of Hollywood Cerise #FF05A9
RGB
CMYK
RGB Variations
Color information
#FF05A9 (or 0xFF05A9) is known color: Hollywood Cerise. HEX triplet: FF, 05 and A9. RGB value is (255,5,169). Sum of RGB (Red+Green+Blue) = 255+5+169=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF05A9 is #00FA56. Grayscale: #626262. Windows color (decimal): -64087 or 11077119. OLE color: 11077119.
HSL color Cylindrical-coordinate representation of color #FF05A9: hue angle of 320.64º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF05A9 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 169 | - |
| CMYK | 0 | 0.98 | 0.34 | 0 |
| HSL | 320.64º | 1% | 0.51% | - |
| HSV(B) | 320.64º | 0.98% | 1% | - |
| XYZ | 48.46 | 24.23 | 39.66 | - |
| YUV | 98.45 | 167.83 | 239.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 169 | 0 | 0.98 | 0.34 | 0 | 320.64 | 1 | 0.51 |
| Hex | FF | 5 | A9 | 0 | 62 | 22 | 0 | 141 | 64 | 33 |
| Octal | 377 | 5 | 251 | 0 | 142 | 42 | 0 | 501 | 144 | 63 |
| Binary | 11111111 | 101 | 10101001 | 0 | 1100010 | 100010 | 0 | 101000001 | 1100100 | 110011 |
Color Harmonies of #FF05A9
Complementary color
Monochromatic Colors of #FF05A9
Black with #FF05A9
Text Example
Text Example
White with #FF05A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05A9; }
p { color: rgb(255,5,169); }
H1.HeaderClassName
{
color: #FF05A9;
}
.AnyTagClassName
{
color: #FF05A9;
}
</style>
background-color css
<style>
a { background-color: #FF05A9; }
a { background-color: rgb(255,5,169); }
div.DivClassName
{
background-color: #FF05A9;
}
.BgClassName
{
background-color: #FF05A9;
}
</style>
border-color css
<style>
span { border-color: #FF05A9; }
span { border-color: rgb(255,5,169); }
td.TdClassName
{
border-color: #FF05A9;
}
.TagClassName
{
border-color: #FF05A9;
}
</style>