Shades of Hot Magenta #FD01D1
Tints of Hot Magenta #FD01D1
RGB
CMYK
RGB Variations
Color information
#FD01D1 (or 0xFD01D1) is known color: Hot Magenta. HEX triplet: FD, 01 and D1. RGB value is (253,1,209). Sum of RGB (Red+Green+Blue) = 253+1+209=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 1 (0.78% from 255 or 0.22% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD01D1 is #02FE2E. Grayscale: #636363. Windows color (decimal): -196143 or 13697533. OLE color: 13697533.
HSL color Cylindrical-coordinate representation of color #FD01D1: hue angle of 310.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD01D1 is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 209 | - |
| CMYK | 0 | 1.00 | 0.17 | 0.01 |
| HSL | 310.48º | 0.99% | 0.5% | - |
| HSV(B) | 310.48º | 1% | 0.99% | - |
| XYZ | 52.03 | 25.51 | 62.5 | - |
| YUV | 100.06 | 189.49 | 237.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 209 | 0 | 1.00 | 0.17 | 0.01 | 310.48 | 0.99 | 0.5 |
| Hex | FD | 1 | D1 | 0 | 64 | 11 | 1 | 136 | 63 | 32 |
| Octal | 375 | 1 | 321 | 0 | 144 | 21 | 1 | 466 | 143 | 62 |
| Binary | 11111101 | 1 | 11010001 | 0 | 1100100 | 10001 | 1 | 100110110 | 1100011 | 110010 |
Color Harmonies of #FD01D1
Complementary color
Monochromatic Colors of #FD01D1
Black with #FD01D1
Text Example
Text Example
White with #FD01D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD01D1; }
p { color: rgb(253,1,209); }
H1.HeaderClassName
{
color: #FD01D1;
}
.AnyTagClassName
{
color: #FD01D1;
}
</style>
background-color css
<style>
a { background-color: #FD01D1; }
a { background-color: rgb(253,1,209); }
div.DivClassName
{
background-color: #FD01D1;
}
.BgClassName
{
background-color: #FD01D1;
}
</style>
border-color css
<style>
span { border-color: #FD01D1; }
span { border-color: rgb(253,1,209); }
td.TdClassName
{
border-color: #FD01D1;
}
.TagClassName
{
border-color: #FD01D1;
}
</style>