Shades of Hollywood Cerise #FD03AD
Tints of Hollywood Cerise #FD03AD
RGB
CMYK
RGB Variations
Color information
#FD03AD (or 0xFD03AD) is known color: Hollywood Cerise. HEX triplet: FD, 03 and AD. RGB value is (253,3,173). Sum of RGB (Red+Green+Blue) = 253+3+173=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 3 (1.56% from 255 or 0.70% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD03AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD03AD is #02FC52. Grayscale: #606060. Windows color (decimal): -195667 or 11338749. OLE color: 11338749.
HSL color Cylindrical-coordinate representation of color #FD03AD: hue angle of 319.2º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD03AD is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 173 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.01 |
| HSL | 319.2º | 0.98% | 0.5% | - |
| HSV(B) | 319.2º | 0.99% | 0.99% | - |
| XYZ | 48.08 | 23.96 | 41.63 | - |
| YUV | 97.13 | 170.83 | 239.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 173 | 0 | 0.99 | 0.32 | 0.01 | 319.2 | 0.98 | 0.5 |
| Hex | FD | 3 | AD | 0 | 63 | 20 | 1 | 13F | 62 | 32 |
| Octal | 375 | 3 | 255 | 0 | 143 | 40 | 1 | 477 | 142 | 62 |
| Binary | 11111101 | 11 | 10101101 | 0 | 1100011 | 100000 | 1 | 100111111 | 1100010 | 110010 |
Color Harmonies of #FD03AD
Complementary color
Monochromatic Colors of #FD03AD
Black with #FD03AD
Text Example
Text Example
White with #FD03AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD03AD; }
p { color: rgb(253,3,173); }
H1.HeaderClassName
{
color: #FD03AD;
}
.AnyTagClassName
{
color: #FD03AD;
}
</style>
background-color css
<style>
a { background-color: #FD03AD; }
a { background-color: rgb(253,3,173); }
div.DivClassName
{
background-color: #FD03AD;
}
.BgClassName
{
background-color: #FD03AD;
}
</style>
border-color css
<style>
span { border-color: #FD03AD; }
span { border-color: rgb(253,3,173); }
td.TdClassName
{
border-color: #FD03AD;
}
.TagClassName
{
border-color: #FD03AD;
}
</style>