Shades of Hollywood Cerise #FD03A0
Tints of Hollywood Cerise #FD03A0
RGB
CMYK
RGB Variations
Color information
#FD03A0 (or 0xFD03A0) is known color: Hollywood Cerise. HEX triplet: FD, 03 and A0. RGB value is (253,3,160). Sum of RGB (Red+Green+Blue) = 253+3+160=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 3 (1.56% from 255 or 0.72% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD03A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD03A0 is #02FC5F. Grayscale: #5F5F5F. Windows color (decimal): -195680 or 10486781. OLE color: 10486781.
HSL color Cylindrical-coordinate representation of color #FD03A0: hue angle of 322.32º 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 #FD03A0 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 160 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.01 |
| HSL | 322.32º | 0.98% | 0.5% | - |
| HSV(B) | 322.32º | 0.99% | 0.99% | - |
| XYZ | 46.89 | 23.49 | 35.32 | - |
| YUV | 95.65 | 164.33 | 240.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 160 | 0 | 0.99 | 0.37 | 0.01 | 322.32 | 0.98 | 0.5 |
| Hex | FD | 3 | A0 | 0 | 63 | 25 | 1 | 142 | 62 | 32 |
| Octal | 375 | 3 | 240 | 0 | 143 | 45 | 1 | 502 | 142 | 62 |
| Binary | 11111101 | 11 | 10100000 | 0 | 1100011 | 100101 | 1 | 101000010 | 1100010 | 110010 |
Color Harmonies of #FD03A0
Complementary color
Monochromatic Colors of #FD03A0
Black with #FD03A0
Text Example
Text Example
White with #FD03A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD03A0; }
p { color: rgb(253,3,160); }
H1.HeaderClassName
{
color: #FD03A0;
}
.AnyTagClassName
{
color: #FD03A0;
}
</style>
background-color css
<style>
a { background-color: #FD03A0; }
a { background-color: rgb(253,3,160); }
div.DivClassName
{
background-color: #FD03A0;
}
.BgClassName
{
background-color: #FD03A0;
}
</style>
border-color css
<style>
span { border-color: #FD03A0; }
span { border-color: rgb(253,3,160); }
td.TdClassName
{
border-color: #FD03A0;
}
.TagClassName
{
border-color: #FD03A0;
}
</style>