Shades of Hollywood Cerise #FF04AD
Tints of Hollywood Cerise #FF04AD
RGB
CMYK
RGB Variations
Color information
#FF04AD (or 0xFF04AD) is known color: Hollywood Cerise. HEX triplet: FF, 04 and AD. RGB value is (255,4,173). Sum of RGB (Red+Green+Blue) = 255+4+173=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 4 (1.95% from 255 or 0.93% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF04AD is #00FB52. Grayscale: #616161. Windows color (decimal): -64339 or 11339007. OLE color: 11339007.
HSL color Cylindrical-coordinate representation of color #FF04AD: hue angle of 319.6º 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 #FF04AD is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 173 | - |
| CMYK | 0 | 0.98 | 0.32 | 0 |
| HSL | 319.6º | 1% | 0.51% | - |
| HSV(B) | 319.6º | 0.98% | 1% | - |
| XYZ | 48.83 | 24.36 | 41.66 | - |
| YUV | 98.32 | 170.16 | 239.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 173 | 0 | 0.98 | 0.32 | 0 | 319.6 | 1 | 0.51 |
| Hex | FF | 4 | AD | 0 | 62 | 20 | 0 | 140 | 64 | 33 |
| Octal | 377 | 4 | 255 | 0 | 142 | 40 | 0 | 500 | 144 | 63 |
| Binary | 11111111 | 100 | 10101101 | 0 | 1100010 | 100000 | 0 | 101000000 | 1100100 | 110011 |
Color Harmonies of #FF04AD
Complementary color
Monochromatic Colors of #FF04AD
Black with #FF04AD
Text Example
Text Example
White with #FF04AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF04AD; }
p { color: rgb(255,4,173); }
H1.HeaderClassName
{
color: #FF04AD;
}
.AnyTagClassName
{
color: #FF04AD;
}
</style>
background-color css
<style>
a { background-color: #FF04AD; }
a { background-color: rgb(255,4,173); }
div.DivClassName
{
background-color: #FF04AD;
}
.BgClassName
{
background-color: #FF04AD;
}
</style>
border-color css
<style>
span { border-color: #FF04AD; }
span { border-color: rgb(255,4,173); }
td.TdClassName
{
border-color: #FF04AD;
}
.TagClassName
{
border-color: #FF04AD;
}
</style>