Shades of Hollywood Cerise #FD00A0
Tints of Hollywood Cerise #FD00A0
RGB
CMYK
RGB Variations
Color information
#FD00A0 (or 0xFD00A0) is known color: Hollywood Cerise. HEX triplet: FD, 00 and A0. RGB value is (253,0,160). Sum of RGB (Red+Green+Blue) = 253+0+160=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD00A0 is #02FF5F. Grayscale: #5D5D5D. Windows color (decimal): -196448 or 10486013. OLE color: 10486013.
HSL color Cylindrical-coordinate representation of color #FD00A0: hue angle of 322.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD00A0 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 160 | - |
| CMYK | 0 | 1 | 0.37 | 0.01 |
| HSL | 322.06º | 1% | 0.5% | - |
| HSV(B) | 322.06º | 1% | 0.99% | - |
| XYZ | 46.85 | 23.42 | 35.31 | - |
| YUV | 93.89 | 165.32 | 241.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 160 | 0 | 1 | 0.37 | 0.01 | 322.06 | 1 | 0.5 |
| Hex | FD | 0 | A0 | 0 | 64 | 25 | 1 | 142 | 64 | 32 |
| Octal | 375 | 0 | 240 | 0 | 144 | 45 | 1 | 502 | 144 | 62 |
| Binary | 11111101 | 0 | 10100000 | 0 | 1100100 | 100101 | 1 | 101000010 | 1100100 | 110010 |
Color Harmonies of #FD00A0
Complementary color
Monochromatic Colors of #FD00A0
Black with #FD00A0
Text Example
Text Example
White with #FD00A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD00A0; }
p { color: rgb(253,0,160); }
H1.HeaderClassName
{
color: #FD00A0;
}
.AnyTagClassName
{
color: #FD00A0;
}
</style>
background-color css
<style>
a { background-color: #FD00A0; }
a { background-color: rgb(253,0,160); }
div.DivClassName
{
background-color: #FD00A0;
}
.BgClassName
{
background-color: #FD00A0;
}
</style>
border-color css
<style>
span { border-color: #FD00A0; }
span { border-color: rgb(253,0,160); }
td.TdClassName
{
border-color: #FD00A0;
}
.TagClassName
{
border-color: #FD00A0;
}
</style>