Shades of Hollywood Cerise #FD02A0
Tints of Hollywood Cerise #FD02A0
RGB
CMYK
RGB Variations
Color information
#FD02A0 (or 0xFD02A0) is known color: Hollywood Cerise. HEX triplet: FD, 02 and A0. RGB value is (253,2,160). Sum of RGB (Red+Green+Blue) = 253+2+160=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FD02A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD02A0 is #02FD5F. Grayscale: #5E5E5E. Windows color (decimal): -195936 or 10486525. OLE color: 10486525.
HSL color Cylindrical-coordinate representation of color #FD02A0: hue angle of 322.23º 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 #FD02A0 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 160 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.01 |
| HSL | 322.23º | 0.98% | 0.5% | - |
| HSV(B) | 322.23º | 0.99% | 0.99% | - |
| XYZ | 46.87 | 23.46 | 35.32 | - |
| YUV | 95.06 | 164.66 | 240.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 160 | 0 | 0.99 | 0.37 | 0.01 | 322.23 | 0.98 | 0.5 |
| Hex | FD | 2 | A0 | 0 | 63 | 25 | 1 | 142 | 62 | 32 |
| Octal | 375 | 2 | 240 | 0 | 143 | 45 | 1 | 502 | 142 | 62 |
| Binary | 11111101 | 10 | 10100000 | 0 | 1100011 | 100101 | 1 | 101000010 | 1100010 | 110010 |
Color Harmonies of #FD02A0
Complementary color
Monochromatic Colors of #FD02A0
Black with #FD02A0
Text Example
Text Example
White with #FD02A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD02A0; }
p { color: rgb(253,2,160); }
H1.HeaderClassName
{
color: #FD02A0;
}
.AnyTagClassName
{
color: #FD02A0;
}
</style>
background-color css
<style>
a { background-color: #FD02A0; }
a { background-color: rgb(253,2,160); }
div.DivClassName
{
background-color: #FD02A0;
}
.BgClassName
{
background-color: #FD02A0;
}
</style>
border-color css
<style>
span { border-color: #FD02A0; }
span { border-color: rgb(253,2,160); }
td.TdClassName
{
border-color: #FD02A0;
}
.TagClassName
{
border-color: #FD02A0;
}
</style>