Shades of Hollywood Cerise #FD00A7
Tints of Hollywood Cerise #FD00A7
RGB
CMYK
RGB Variations
Color information
#FD00A7 (or 0xFD00A7) is known color: Hollywood Cerise. HEX triplet: FD, 00 and A7. RGB value is (253,0,167). Sum of RGB (Red+Green+Blue) = 253+0+167=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 167 (65.62% from 255 or 39.76% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD00A7 is #02FF58. Grayscale: #5E5E5E. Windows color (decimal): -196441 or 10944765. OLE color: 10944765.
HSL color Cylindrical-coordinate representation of color #FD00A7: hue angle of 320.4º 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 #FD00A7 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 167 | - |
| CMYK | 0 | 1 | 0.34 | 0.01 |
| HSL | 320.4º | 1% | 0.5% | - |
| HSV(B) | 320.4º | 1% | 0.99% | - |
| XYZ | 47.48 | 23.67 | 38.63 | - |
| YUV | 94.69 | 168.82 | 240.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 167 | 0 | 1 | 0.34 | 0.01 | 320.4 | 1 | 0.5 |
| Hex | FD | 0 | A7 | 0 | 64 | 22 | 1 | 140 | 64 | 32 |
| Octal | 375 | 0 | 247 | 0 | 144 | 42 | 1 | 500 | 144 | 62 |
| Binary | 11111101 | 0 | 10100111 | 0 | 1100100 | 100010 | 1 | 101000000 | 1100100 | 110010 |
Color Harmonies of #FD00A7
Complementary color
Monochromatic Colors of #FD00A7
Black with #FD00A7
Text Example
Text Example
White with #FD00A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD00A7; }
p { color: rgb(253,0,167); }
H1.HeaderClassName
{
color: #FD00A7;
}
.AnyTagClassName
{
color: #FD00A7;
}
</style>
background-color css
<style>
a { background-color: #FD00A7; }
a { background-color: rgb(253,0,167); }
div.DivClassName
{
background-color: #FD00A7;
}
.BgClassName
{
background-color: #FD00A7;
}
</style>
border-color css
<style>
span { border-color: #FD00A7; }
span { border-color: rgb(253,0,167); }
td.TdClassName
{
border-color: #FD00A7;
}
.TagClassName
{
border-color: #FD00A7;
}
</style>