Shades of Hot Magenta #FD11DF
Tints of Hot Magenta #FD11DF
RGB
CMYK
RGB Variations
Color information
#FD11DF (or 0xFD11DF) is known color: Hot Magenta. HEX triplet: FD, 11 and DF. RGB value is (253,17,223). Sum of RGB (Red+Green+Blue) = 253+17+223=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 17 (7.03% from 255 or 3.45% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD11DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD11DF is #02EE20. Grayscale: #6E6E6E. Windows color (decimal): -192033 or 14619133. OLE color: 14619133.
HSL color Cylindrical-coordinate representation of color #FD11DF: hue angle of 307.63º 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 #FD11DF is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 223 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.01 |
| HSL | 307.63º | 0.98% | 0.53% | - |
| HSV(B) | 307.63º | 0.93% | 0.99% | - |
| XYZ | 54.03 | 26.61 | 72.1 | - |
| YUV | 111.05 | 191.19 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 223 | 0 | 0.93 | 0.12 | 0.01 | 307.63 | 0.98 | 0.53 |
| Hex | FD | 11 | DF | 0 | 5D | C | 1 | 134 | 62 | 35 |
| Octal | 375 | 21 | 337 | 0 | 135 | 14 | 1 | 464 | 142 | 65 |
| Binary | 11111101 | 10001 | 11011111 | 0 | 1011101 | 1100 | 1 | 100110100 | 1100010 | 110101 |
Color Harmonies of #FD11DF
Complementary color
Monochromatic Colors of #FD11DF
Black with #FD11DF
Text Example
Text Example
White with #FD11DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD11DF; }
p { color: rgb(253,17,223); }
H1.HeaderClassName
{
color: #FD11DF;
}
.AnyTagClassName
{
color: #FD11DF;
}
</style>
background-color css
<style>
a { background-color: #FD11DF; }
a { background-color: rgb(253,17,223); }
div.DivClassName
{
background-color: #FD11DF;
}
.BgClassName
{
background-color: #FD11DF;
}
</style>
border-color css
<style>
span { border-color: #FD11DF; }
span { border-color: rgb(253,17,223); }
td.TdClassName
{
border-color: #FD11DF;
}
.TagClassName
{
border-color: #FD11DF;
}
</style>