Shades of Hollywood Cerise #FD00A6
Tints of Hollywood Cerise #FD00A6
RGB
CMYK
RGB Variations
Color information
#FD00A6 (or 0xFD00A6) is known color: Hollywood Cerise. HEX triplet: FD, 00 and A6. RGB value is (253,0,166). Sum of RGB (Red+Green+Blue) = 253+0+166=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD00A6 is #02FF59. Grayscale: #5E5E5E. Windows color (decimal): -196442 or 10879229. OLE color: 10879229.
HSL color Cylindrical-coordinate representation of color #FD00A6: hue angle of 320.63º 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 #FD00A6 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 166 | - |
| CMYK | 0 | 1 | 0.34 | 0.01 |
| HSL | 320.63º | 1% | 0.5% | - |
| HSV(B) | 320.63º | 1% | 0.99% | - |
| XYZ | 47.39 | 23.64 | 38.14 | - |
| YUV | 94.57 | 168.32 | 241 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 166 | 0 | 1 | 0.34 | 0.01 | 320.63 | 1 | 0.5 |
| Hex | FD | 0 | A6 | 0 | 64 | 22 | 1 | 141 | 64 | 32 |
| Octal | 375 | 0 | 246 | 0 | 144 | 42 | 1 | 501 | 144 | 62 |
| Binary | 11111101 | 0 | 10100110 | 0 | 1100100 | 100010 | 1 | 101000001 | 1100100 | 110010 |
Color Harmonies of #FD00A6
Complementary color
Monochromatic Colors of #FD00A6
Black with #FD00A6
Text Example
Text Example
White with #FD00A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD00A6; }
p { color: rgb(253,0,166); }
H1.HeaderClassName
{
color: #FD00A6;
}
.AnyTagClassName
{
color: #FD00A6;
}
</style>
background-color css
<style>
a { background-color: #FD00A6; }
a { background-color: rgb(253,0,166); }
div.DivClassName
{
background-color: #FD00A6;
}
.BgClassName
{
background-color: #FD00A6;
}
</style>
border-color css
<style>
span { border-color: #FD00A6; }
span { border-color: rgb(253,0,166); }
td.TdClassName
{
border-color: #FD00A6;
}
.TagClassName
{
border-color: #FD00A6;
}
</style>