Shades of Hot Magenta #FD0ADE
Tints of Hot Magenta #FD0ADE
RGB
CMYK
RGB Variations
Color information
#FD0ADE (or 0xFD0ADE) is known color: Hot Magenta. HEX triplet: FD, 0A and DE. RGB value is (253,10,222). Sum of RGB (Red+Green+Blue) = 253+10+222=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 10 (4.30% from 255 or 2.06% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0ADE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0ADE is #02F521. Grayscale: #6A6A6A. Windows color (decimal): -193826 or 14551805. OLE color: 14551805.
HSL color Cylindrical-coordinate representation of color #FD0ADE: hue angle of 307.65º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0ADE is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 222 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.01 |
| HSL | 307.65º | 0.98% | 0.52% | - |
| HSV(B) | 307.65º | 0.96% | 0.99% | - |
| XYZ | 53.8 | 26.37 | 71.36 | - |
| YUV | 106.83 | 193.01 | 232.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 222 | 0 | 0.96 | 0.12 | 0.01 | 307.65 | 0.98 | 0.52 |
| Hex | FD | A | DE | 0 | 60 | C | 1 | 134 | 62 | 34 |
| Octal | 375 | 12 | 336 | 0 | 140 | 14 | 1 | 464 | 142 | 64 |
| Binary | 11111101 | 1010 | 11011110 | 0 | 1100000 | 1100 | 1 | 100110100 | 1100010 | 110100 |
Color Harmonies of #FD0ADE
Complementary color
Monochromatic Colors of #FD0ADE
Black with #FD0ADE
Text Example
Text Example
White with #FD0ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0ADE; }
p { color: rgb(253,10,222); }
H1.HeaderClassName
{
color: #FD0ADE;
}
.AnyTagClassName
{
color: #FD0ADE;
}
</style>
background-color css
<style>
a { background-color: #FD0ADE; }
a { background-color: rgb(253,10,222); }
div.DivClassName
{
background-color: #FD0ADE;
}
.BgClassName
{
background-color: #FD0ADE;
}
</style>
border-color css
<style>
span { border-color: #FD0ADE; }
span { border-color: rgb(253,10,222); }
td.TdClassName
{
border-color: #FD0ADE;
}
.TagClassName
{
border-color: #FD0ADE;
}
</style>