Shades of Hot Magenta #FD10D3
Tints of Hot Magenta #FD10D3
RGB
CMYK
RGB Variations
Color information
#FD10D3 (or 0xFD10D3) is known color: Hot Magenta. HEX triplet: FD, 10 and D3. RGB value is (253,16,211). Sum of RGB (Red+Green+Blue) = 253+16+211=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 16 (6.64% from 255 or 3.33% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FD10D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD10D3 is #02EF2C. Grayscale: #6C6C6C. Windows color (decimal): -192301 or 13832445. OLE color: 13832445.
HSL color Cylindrical-coordinate representation of color #FD10D3: hue angle of 310.63º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD10D3 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 211 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.01 |
| HSL | 310.63º | 0.98% | 0.53% | - |
| HSV(B) | 310.63º | 0.94% | 0.99% | - |
| XYZ | 52.45 | 25.96 | 63.87 | - |
| YUV | 109.09 | 185.52 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 211 | 0 | 0.94 | 0.17 | 0.01 | 310.63 | 0.98 | 0.53 |
| Hex | FD | 10 | D3 | 0 | 5E | 11 | 1 | 137 | 62 | 35 |
| Octal | 375 | 20 | 323 | 0 | 136 | 21 | 1 | 467 | 142 | 65 |
| Binary | 11111101 | 10000 | 11010011 | 0 | 1011110 | 10001 | 1 | 100110111 | 1100010 | 110101 |
Color Harmonies of #FD10D3
Complementary color
Monochromatic Colors of #FD10D3
Black with #FD10D3
Text Example
Text Example
White with #FD10D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD10D3; }
p { color: rgb(253,16,211); }
H1.HeaderClassName
{
color: #FD10D3;
}
.AnyTagClassName
{
color: #FD10D3;
}
</style>
background-color css
<style>
a { background-color: #FD10D3; }
a { background-color: rgb(253,16,211); }
div.DivClassName
{
background-color: #FD10D3;
}
.BgClassName
{
background-color: #FD10D3;
}
</style>
border-color css
<style>
span { border-color: #FD10D3; }
span { border-color: rgb(253,16,211); }
td.TdClassName
{
border-color: #FD10D3;
}
.TagClassName
{
border-color: #FD10D3;
}
</style>