Shades of Hollywood Cerise #FF05A2
Tints of Hollywood Cerise #FF05A2
RGB
CMYK
RGB Variations
Color information
#FF05A2 (or 0xFF05A2) is known color: Hollywood Cerise. HEX triplet: FF, 05 and A2. RGB value is (255,5,162). Sum of RGB (Red+Green+Blue) = 255+5+162=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF05A2 is #00FA5D. Grayscale: #616161. Windows color (decimal): -64094 or 10618367. OLE color: 10618367.
HSL color Cylindrical-coordinate representation of color #FF05A2: hue angle of 322.32º 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 #FF05A2 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 162 | - |
| CMYK | 0 | 0.98 | 0.36 | 0 |
| HSL | 322.32º | 1% | 0.51% | - |
| HSV(B) | 322.32º | 0.98% | 1% | - |
| XYZ | 47.82 | 23.98 | 36.29 | - |
| YUV | 97.65 | 164.33 | 240.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 162 | 0 | 0.98 | 0.36 | 0 | 322.32 | 1 | 0.51 |
| Hex | FF | 5 | A2 | 0 | 62 | 24 | 0 | 142 | 64 | 33 |
| Octal | 377 | 5 | 242 | 0 | 142 | 44 | 0 | 502 | 144 | 63 |
| Binary | 11111111 | 101 | 10100010 | 0 | 1100010 | 100100 | 0 | 101000010 | 1100100 | 110011 |
Color Harmonies of #FF05A2
Complementary color
Monochromatic Colors of #FF05A2
Black with #FF05A2
Text Example
Text Example
White with #FF05A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05A2; }
p { color: rgb(255,5,162); }
H1.HeaderClassName
{
color: #FF05A2;
}
.AnyTagClassName
{
color: #FF05A2;
}
</style>
background-color css
<style>
a { background-color: #FF05A2; }
a { background-color: rgb(255,5,162); }
div.DivClassName
{
background-color: #FF05A2;
}
.BgClassName
{
background-color: #FF05A2;
}
</style>
border-color css
<style>
span { border-color: #FF05A2; }
span { border-color: rgb(255,5,162); }
td.TdClassName
{
border-color: #FF05A2;
}
.TagClassName
{
border-color: #FF05A2;
}
</style>