Shades of Hot Magenta #FD1ADE
Tints of Hot Magenta #FD1ADE
RGB
CMYK
RGB Variations
Color information
#FD1ADE (or 0xFD1ADE) is known color: Hot Magenta. HEX triplet: FD, 1A and DE. RGB value is (253,26,222). Sum of RGB (Red+Green+Blue) = 253+26+222=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 26 (10.55% from 255 or 5.19% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1ADE is #02E521. Grayscale: #737373. Windows color (decimal): -189730 or 14555901. OLE color: 14555901.
HSL color Cylindrical-coordinate representation of color #FD1ADE: hue angle of 308.19º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1ADE is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 26 | 222 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.01 |
| HSL | 308.19º | 0.98% | 0.55% | - |
| HSV(B) | 308.19º | 0.9% | 0.99% | - |
| XYZ | 54.06 | 26.9 | 71.45 | - |
| YUV | 116.22 | 187.71 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 26 | 222 | 0 | 0.90 | 0.12 | 0.01 | 308.19 | 0.98 | 0.55 |
| Hex | FD | 1A | DE | 0 | 5A | C | 1 | 134 | 62 | 37 |
| Octal | 375 | 32 | 336 | 0 | 132 | 14 | 1 | 464 | 142 | 67 |
| Binary | 11111101 | 11010 | 11011110 | 0 | 1011010 | 1100 | 1 | 100110100 | 1100010 | 110111 |
Color Harmonies of #FD1ADE
Complementary color
Monochromatic Colors of #FD1ADE
Black with #FD1ADE
Text Example
Text Example
White with #FD1ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1ADE; }
p { color: rgb(253,26,222); }
H1.HeaderClassName
{
color: #FD1ADE;
}
.AnyTagClassName
{
color: #FD1ADE;
}
</style>
background-color css
<style>
a { background-color: #FD1ADE; }
a { background-color: rgb(253,26,222); }
div.DivClassName
{
background-color: #FD1ADE;
}
.BgClassName
{
background-color: #FD1ADE;
}
</style>
border-color css
<style>
span { border-color: #FD1ADE; }
span { border-color: rgb(253,26,222); }
td.TdClassName
{
border-color: #FD1ADE;
}
.TagClassName
{
border-color: #FD1ADE;
}
</style>