Shades of Hot Magenta #FD1ADD
Tints of Hot Magenta #FD1ADD
RGB
CMYK
RGB Variations
Color information
#FD1ADD (or 0xFD1ADD) is known color: Hot Magenta. HEX triplet: FD, 1A and DD. RGB value is (253,26,221). Sum of RGB (Red+Green+Blue) = 253+26+221=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 26 (10.55% from 255 or 5.2% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1ADD is #02E522. Grayscale: #737373. Windows color (decimal): -189731 or 14490365. OLE color: 14490365.
HSL color Cylindrical-coordinate representation of color #FD1ADD: hue angle of 308.46º 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 #FD1ADD is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 26 | 221 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.01 |
| HSL | 308.46º | 0.98% | 0.55% | - |
| HSV(B) | 308.46º | 0.9% | 0.99% | - |
| XYZ | 53.93 | 26.84 | 70.75 | - |
| YUV | 116.1 | 187.21 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 26 | 221 | 0 | 0.90 | 0.13 | 0.01 | 308.46 | 0.98 | 0.55 |
| Hex | FD | 1A | DD | 0 | 5A | D | 1 | 134 | 62 | 37 |
| Octal | 375 | 32 | 335 | 0 | 132 | 15 | 1 | 464 | 142 | 67 |
| Binary | 11111101 | 11010 | 11011101 | 0 | 1011010 | 1101 | 1 | 100110100 | 1100010 | 110111 |
Color Harmonies of #FD1ADD
Complementary color
Monochromatic Colors of #FD1ADD
Black with #FD1ADD
Text Example
Text Example
White with #FD1ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1ADD; }
p { color: rgb(253,26,221); }
H1.HeaderClassName
{
color: #FD1ADD;
}
.AnyTagClassName
{
color: #FD1ADD;
}
</style>
background-color css
<style>
a { background-color: #FD1ADD; }
a { background-color: rgb(253,26,221); }
div.DivClassName
{
background-color: #FD1ADD;
}
.BgClassName
{
background-color: #FD1ADD;
}
</style>
border-color css
<style>
span { border-color: #FD1ADD; }
span { border-color: rgb(253,26,221); }
td.TdClassName
{
border-color: #FD1ADD;
}
.TagClassName
{
border-color: #FD1ADD;
}
</style>