Shades of Hollywood Cerise #FD04AD
Tints of Hollywood Cerise #FD04AD
RGB
CMYK
RGB Variations
Color information
#FD04AD (or 0xFD04AD) is known color: Hollywood Cerise. HEX triplet: FD, 04 and AD. RGB value is (253,4,173). Sum of RGB (Red+Green+Blue) = 253+4+173=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 4 (1.95% from 255 or 0.93% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD04AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD04AD is #02FB52. Grayscale: #616161. Windows color (decimal): -195411 or 11339005. OLE color: 11339005.
HSL color Cylindrical-coordinate representation of color #FD04AD: hue angle of 319.28º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD04AD is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 173 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.01 |
| HSL | 319.28º | 0.98% | 0.5% | - |
| HSV(B) | 319.28º | 0.98% | 0.99% | - |
| XYZ | 48.09 | 23.99 | 41.63 | - |
| YUV | 97.72 | 170.49 | 238.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 173 | 0 | 0.98 | 0.32 | 0.01 | 319.28 | 0.98 | 0.5 |
| Hex | FD | 4 | AD | 0 | 62 | 20 | 1 | 13F | 62 | 32 |
| Octal | 375 | 4 | 255 | 0 | 142 | 40 | 1 | 477 | 142 | 62 |
| Binary | 11111101 | 100 | 10101101 | 0 | 1100010 | 100000 | 1 | 100111111 | 1100010 | 110010 |
Color Harmonies of #FD04AD
Complementary color
Monochromatic Colors of #FD04AD
Black with #FD04AD
Text Example
Text Example
White with #FD04AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD04AD; }
p { color: rgb(253,4,173); }
H1.HeaderClassName
{
color: #FD04AD;
}
.AnyTagClassName
{
color: #FD04AD;
}
</style>
background-color css
<style>
a { background-color: #FD04AD; }
a { background-color: rgb(253,4,173); }
div.DivClassName
{
background-color: #FD04AD;
}
.BgClassName
{
background-color: #FD04AD;
}
</style>
border-color css
<style>
span { border-color: #FD04AD; }
span { border-color: rgb(253,4,173); }
td.TdClassName
{
border-color: #FD04AD;
}
.TagClassName
{
border-color: #FD04AD;
}
</style>