Shades of Hot Magenta #FD02D3
Tints of Hot Magenta #FD02D3
RGB
CMYK
RGB Variations
Color information
#FD02D3 (or 0xFD02D3) is known color: Hot Magenta. HEX triplet: FD, 02 and D3. RGB value is (253,2,211). Sum of RGB (Red+Green+Blue) = 253+2+211=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 2 (1.17% from 255 or 0.43% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FD02D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD02D3 is #02FD2C. Grayscale: #646464. Windows color (decimal): -195885 or 13828861. OLE color: 13828861.
HSL color Cylindrical-coordinate representation of color #FD02D3: hue angle of 310.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD02D3 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 211 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.01 |
| HSL | 310.04º | 0.98% | 0.5% | - |
| HSV(B) | 310.04º | 0.99% | 0.99% | - |
| XYZ | 52.29 | 25.63 | 63.82 | - |
| YUV | 100.88 | 190.16 | 236.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 211 | 0 | 0.99 | 0.17 | 0.01 | 310.04 | 0.98 | 0.5 |
| Hex | FD | 2 | D3 | 0 | 63 | 11 | 1 | 136 | 62 | 32 |
| Octal | 375 | 2 | 323 | 0 | 143 | 21 | 1 | 466 | 142 | 62 |
| Binary | 11111101 | 10 | 11010011 | 0 | 1100011 | 10001 | 1 | 100110110 | 1100010 | 110010 |
Color Harmonies of #FD02D3
Complementary color
Monochromatic Colors of #FD02D3
Black with #FD02D3
Text Example
Text Example
White with #FD02D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD02D3; }
p { color: rgb(253,2,211); }
H1.HeaderClassName
{
color: #FD02D3;
}
.AnyTagClassName
{
color: #FD02D3;
}
</style>
background-color css
<style>
a { background-color: #FD02D3; }
a { background-color: rgb(253,2,211); }
div.DivClassName
{
background-color: #FD02D3;
}
.BgClassName
{
background-color: #FD02D3;
}
</style>
border-color css
<style>
span { border-color: #FD02D3; }
span { border-color: rgb(253,2,211); }
td.TdClassName
{
border-color: #FD02D3;
}
.TagClassName
{
border-color: #FD02D3;
}
</style>