Shades of Hollywood Cerise #FD00A2
Tints of Hollywood Cerise #FD00A2
RGB
CMYK
RGB Variations
Color information
#FD00A2 (or 0xFD00A2) is known color: Hollywood Cerise. HEX triplet: FD, 00 and A2. RGB value is (253,0,162). Sum of RGB (Red+Green+Blue) = 253+0+162=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD00A2 is #02FF5D. Grayscale: #5D5D5D. Windows color (decimal): -196446 or 10617085. OLE color: 10617085.
HSL color Cylindrical-coordinate representation of color #FD00A2: hue angle of 321.58º 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 #FD00A2 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 162 | - |
| CMYK | 0 | 1 | 0.36 | 0.01 |
| HSL | 321.58º | 1% | 0.5% | - |
| HSV(B) | 321.58º | 1% | 0.99% | - |
| XYZ | 47.03 | 23.49 | 36.24 | - |
| YUV | 94.12 | 166.32 | 241.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 162 | 0 | 1 | 0.36 | 0.01 | 321.58 | 1 | 0.5 |
| Hex | FD | 0 | A2 | 0 | 64 | 24 | 1 | 142 | 64 | 32 |
| Octal | 375 | 0 | 242 | 0 | 144 | 44 | 1 | 502 | 144 | 62 |
| Binary | 11111101 | 0 | 10100010 | 0 | 1100100 | 100100 | 1 | 101000010 | 1100100 | 110010 |
Color Harmonies of #FD00A2
Complementary color
Monochromatic Colors of #FD00A2
Black with #FD00A2
Text Example
Text Example
White with #FD00A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD00A2; }
p { color: rgb(253,0,162); }
H1.HeaderClassName
{
color: #FD00A2;
}
.AnyTagClassName
{
color: #FD00A2;
}
</style>
background-color css
<style>
a { background-color: #FD00A2; }
a { background-color: rgb(253,0,162); }
div.DivClassName
{
background-color: #FD00A2;
}
.BgClassName
{
background-color: #FD00A2;
}
</style>
border-color css
<style>
span { border-color: #FD00A2; }
span { border-color: rgb(253,0,162); }
td.TdClassName
{
border-color: #FD00A2;
}
.TagClassName
{
border-color: #FD00A2;
}
</style>