Shades of Hot Magenta #FD11D2
Tints of Hot Magenta #FD11D2
RGB
CMYK
RGB Variations
Color information
#FD11D2 (or 0xFD11D2) is known color: Hot Magenta. HEX triplet: FD, 11 and D2. RGB value is (253,17,210). Sum of RGB (Red+Green+Blue) = 253+17+210=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 17 (7.03% from 255 or 3.54% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FD11D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD11D2 is #02EE2D. Grayscale: #6D6D6D. Windows color (decimal): -192046 or 13767165. OLE color: 13767165.
HSL color Cylindrical-coordinate representation of color #FD11D2: hue angle of 310.93º 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 #FD11D2 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 210 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.01 |
| HSL | 310.93º | 0.98% | 0.53% | - |
| HSV(B) | 310.93º | 0.93% | 0.99% | - |
| XYZ | 52.34 | 25.94 | 63.22 | - |
| YUV | 109.57 | 184.69 | 230.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 210 | 0 | 0.93 | 0.17 | 0.01 | 310.93 | 0.98 | 0.53 |
| Hex | FD | 11 | D2 | 0 | 5D | 11 | 1 | 137 | 62 | 35 |
| Octal | 375 | 21 | 322 | 0 | 135 | 21 | 1 | 467 | 142 | 65 |
| Binary | 11111101 | 10001 | 11010010 | 0 | 1011101 | 10001 | 1 | 100110111 | 1100010 | 110101 |
Color Harmonies of #FD11D2
Complementary color
Monochromatic Colors of #FD11D2
Black with #FD11D2
Text Example
Text Example
White with #FD11D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD11D2; }
p { color: rgb(253,17,210); }
H1.HeaderClassName
{
color: #FD11D2;
}
.AnyTagClassName
{
color: #FD11D2;
}
</style>
background-color css
<style>
a { background-color: #FD11D2; }
a { background-color: rgb(253,17,210); }
div.DivClassName
{
background-color: #FD11D2;
}
.BgClassName
{
background-color: #FD11D2;
}
</style>
border-color css
<style>
span { border-color: #FD11D2; }
span { border-color: rgb(253,17,210); }
td.TdClassName
{
border-color: #FD11D2;
}
.TagClassName
{
border-color: #FD11D2;
}
</style>