Shades of Hollywood Cerise #FF05A6
Tints of Hollywood Cerise #FF05A6
RGB
CMYK
RGB Variations
Color information
#FF05A6 (or 0xFF05A6) is known color: Hollywood Cerise. HEX triplet: FF, 05 and A6. RGB value is (255,5,166). Sum of RGB (Red+Green+Blue) = 255+5+166=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 5 (2.34% from 255 or 1.17% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF05A6 is #00FA59. Grayscale: #616161. Windows color (decimal): -64090 or 10880511. OLE color: 10880511.
HSL color Cylindrical-coordinate representation of color #FF05A6: hue angle of 321.36º 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 #FF05A6 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 166 | - |
| CMYK | 0 | 0.98 | 0.35 | 0 |
| HSL | 321.36º | 1% | 0.51% | - |
| HSV(B) | 321.36º | 0.98% | 1% | - |
| XYZ | 48.18 | 24.12 | 38.19 | - |
| YUV | 98.1 | 166.33 | 239.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 166 | 0 | 0.98 | 0.35 | 0 | 321.36 | 1 | 0.51 |
| Hex | FF | 5 | A6 | 0 | 62 | 23 | 0 | 141 | 64 | 33 |
| Octal | 377 | 5 | 246 | 0 | 142 | 43 | 0 | 501 | 144 | 63 |
| Binary | 11111111 | 101 | 10100110 | 0 | 1100010 | 100011 | 0 | 101000001 | 1100100 | 110011 |
Color Harmonies of #FF05A6
Complementary color
Monochromatic Colors of #FF05A6
Black with #FF05A6
Text Example
Text Example
White with #FF05A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05A6; }
p { color: rgb(255,5,166); }
H1.HeaderClassName
{
color: #FF05A6;
}
.AnyTagClassName
{
color: #FF05A6;
}
</style>
background-color css
<style>
a { background-color: #FF05A6; }
a { background-color: rgb(255,5,166); }
div.DivClassName
{
background-color: #FF05A6;
}
.BgClassName
{
background-color: #FF05A6;
}
</style>
border-color css
<style>
span { border-color: #FF05A6; }
span { border-color: rgb(255,5,166); }
td.TdClassName
{
border-color: #FF05A6;
}
.TagClassName
{
border-color: #FF05A6;
}
</style>