Shades of Hot Magenta #FD11D5
Tints of Hot Magenta #FD11D5
RGB
CMYK
RGB Variations
Color information
#FD11D5 (or 0xFD11D5) is known color: Hot Magenta. HEX triplet: FD, 11 and D5. RGB value is (253,17,213). Sum of RGB (Red+Green+Blue) = 253+17+213=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 17 (7.03% from 255 or 3.52% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FD11D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD11D5 is #02EE2A. Grayscale: #6D6D6D. Windows color (decimal): -192043 or 13963773. OLE color: 13963773.
HSL color Cylindrical-coordinate representation of color #FD11D5: hue angle of 310.17º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD11D5 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 213 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.01 |
| HSL | 310.17º | 0.98% | 0.53% | - |
| HSV(B) | 310.17º | 0.93% | 0.99% | - |
| XYZ | 52.72 | 26.09 | 65.21 | - |
| YUV | 109.91 | 186.19 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 213 | 0 | 0.93 | 0.16 | 0.01 | 310.17 | 0.98 | 0.53 |
| Hex | FD | 11 | D5 | 0 | 5D | 10 | 1 | 136 | 62 | 35 |
| Octal | 375 | 21 | 325 | 0 | 135 | 20 | 1 | 466 | 142 | 65 |
| Binary | 11111101 | 10001 | 11010101 | 0 | 1011101 | 10000 | 1 | 100110110 | 1100010 | 110101 |
Color Harmonies of #FD11D5
Complementary color
Monochromatic Colors of #FD11D5
Black with #FD11D5
Text Example
Text Example
White with #FD11D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD11D5; }
p { color: rgb(253,17,213); }
H1.HeaderClassName
{
color: #FD11D5;
}
.AnyTagClassName
{
color: #FD11D5;
}
</style>
background-color css
<style>
a { background-color: #FD11D5; }
a { background-color: rgb(253,17,213); }
div.DivClassName
{
background-color: #FD11D5;
}
.BgClassName
{
background-color: #FD11D5;
}
</style>
border-color css
<style>
span { border-color: #FD11D5; }
span { border-color: rgb(253,17,213); }
td.TdClassName
{
border-color: #FD11D5;
}
.TagClassName
{
border-color: #FD11D5;
}
</style>