Shades of Hot Magenta #FD12D3
Tints of Hot Magenta #FD12D3
RGB
CMYK
RGB Variations
Color information
#FD12D3 (or 0xFD12D3) is known color: Hot Magenta. HEX triplet: FD, 12 and D3. RGB value is (253,18,211). Sum of RGB (Red+Green+Blue) = 253+18+211=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 18 (7.42% from 255 or 3.73% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD12D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD12D3 is #02ED2C. Grayscale: #6D6D6D. Windows color (decimal): -191789 or 13832957. OLE color: 13832957.
HSL color Cylindrical-coordinate representation of color #FD12D3: hue angle of 310.72º 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 #FD12D3 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 211 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.01 |
| HSL | 310.72º | 0.98% | 0.53% | - |
| HSV(B) | 310.72º | 0.93% | 0.99% | - |
| XYZ | 52.48 | 26.02 | 63.88 | - |
| YUV | 110.27 | 184.86 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 211 | 0 | 0.93 | 0.17 | 0.01 | 310.72 | 0.98 | 0.53 |
| Hex | FD | 12 | D3 | 0 | 5D | 11 | 1 | 137 | 62 | 35 |
| Octal | 375 | 22 | 323 | 0 | 135 | 21 | 1 | 467 | 142 | 65 |
| Binary | 11111101 | 10010 | 11010011 | 0 | 1011101 | 10001 | 1 | 100110111 | 1100010 | 110101 |
Color Harmonies of #FD12D3
Complementary color
Monochromatic Colors of #FD12D3
Black with #FD12D3
Text Example
Text Example
White with #FD12D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD12D3; }
p { color: rgb(253,18,211); }
H1.HeaderClassName
{
color: #FD12D3;
}
.AnyTagClassName
{
color: #FD12D3;
}
</style>
background-color css
<style>
a { background-color: #FD12D3; }
a { background-color: rgb(253,18,211); }
div.DivClassName
{
background-color: #FD12D3;
}
.BgClassName
{
background-color: #FD12D3;
}
</style>
border-color css
<style>
span { border-color: #FD12D3; }
span { border-color: rgb(253,18,211); }
td.TdClassName
{
border-color: #FD12D3;
}
.TagClassName
{
border-color: #FD12D3;
}
</style>