Shades of Hollywood Cerise #FF05A8
Tints of Hollywood Cerise #FF05A8
RGB
CMYK
RGB Variations
Color information
#FF05A8 (or 0xFF05A8) is known color: Hollywood Cerise. HEX triplet: FF, 05 and A8. RGB value is (255,5,168). Sum of RGB (Red+Green+Blue) = 255+5+168=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 5 (2.34% from 255 or 1.17% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF05A8 is #00FA57. Grayscale: #616161. Windows color (decimal): -64088 or 11011583. OLE color: 11011583.
HSL color Cylindrical-coordinate representation of color #FF05A8: hue angle of 320.88º 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 #FF05A8 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 168 | - |
| CMYK | 0 | 0.98 | 0.34 | 0 |
| HSL | 320.88º | 1% | 0.51% | - |
| HSV(B) | 320.88º | 0.98% | 1% | - |
| XYZ | 48.36 | 24.2 | 39.17 | - |
| YUV | 98.33 | 167.33 | 239.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 168 | 0 | 0.98 | 0.34 | 0 | 320.88 | 1 | 0.51 |
| Hex | FF | 5 | A8 | 0 | 62 | 22 | 0 | 141 | 64 | 33 |
| Octal | 377 | 5 | 250 | 0 | 142 | 42 | 0 | 501 | 144 | 63 |
| Binary | 11111111 | 101 | 10101000 | 0 | 1100010 | 100010 | 0 | 101000001 | 1100100 | 110011 |
Color Harmonies of #FF05A8
Complementary color
Monochromatic Colors of #FF05A8
Black with #FF05A8
Text Example
Text Example
White with #FF05A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05A8; }
p { color: rgb(255,5,168); }
H1.HeaderClassName
{
color: #FF05A8;
}
.AnyTagClassName
{
color: #FF05A8;
}
</style>
background-color css
<style>
a { background-color: #FF05A8; }
a { background-color: rgb(255,5,168); }
div.DivClassName
{
background-color: #FF05A8;
}
.BgClassName
{
background-color: #FF05A8;
}
</style>
border-color css
<style>
span { border-color: #FF05A8; }
span { border-color: rgb(255,5,168); }
td.TdClassName
{
border-color: #FF05A8;
}
.TagClassName
{
border-color: #FF05A8;
}
</style>