Shades of Hollywood Cerise #FF05AD
Tints of Hollywood Cerise #FF05AD
RGB
CMYK
RGB Variations
Color information
#FF05AD (or 0xFF05AD) is known color: Hollywood Cerise. HEX triplet: FF, 05 and AD. RGB value is (255,5,173). Sum of RGB (Red+Green+Blue) = 255+5+173=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 5 (2.34% from 255 or 1.15% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF05AD is #00FA52. Grayscale: #626262. Windows color (decimal): -64083 or 11339263. OLE color: 11339263.
HSL color Cylindrical-coordinate representation of color #FF05AD: hue angle of 319.68º 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 #FF05AD is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 173 | - |
| CMYK | 0 | 0.98 | 0.32 | 0 |
| HSL | 319.68º | 1% | 0.51% | - |
| HSV(B) | 319.68º | 0.98% | 1% | - |
| XYZ | 48.84 | 24.39 | 41.67 | - |
| YUV | 98.9 | 169.83 | 239.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 173 | 0 | 0.98 | 0.32 | 0 | 319.68 | 1 | 0.51 |
| Hex | FF | 5 | AD | 0 | 62 | 20 | 0 | 140 | 64 | 33 |
| Octal | 377 | 5 | 255 | 0 | 142 | 40 | 0 | 500 | 144 | 63 |
| Binary | 11111111 | 101 | 10101101 | 0 | 1100010 | 100000 | 0 | 101000000 | 1100100 | 110011 |
Color Harmonies of #FF05AD
Complementary color
Monochromatic Colors of #FF05AD
Black with #FF05AD
Text Example
Text Example
White with #FF05AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05AD; }
p { color: rgb(255,5,173); }
H1.HeaderClassName
{
color: #FF05AD;
}
.AnyTagClassName
{
color: #FF05AD;
}
</style>
background-color css
<style>
a { background-color: #FF05AD; }
a { background-color: rgb(255,5,173); }
div.DivClassName
{
background-color: #FF05AD;
}
.BgClassName
{
background-color: #FF05AD;
}
</style>
border-color css
<style>
span { border-color: #FF05AD; }
span { border-color: rgb(255,5,173); }
td.TdClassName
{
border-color: #FF05AD;
}
.TagClassName
{
border-color: #FF05AD;
}
</style>