Shades of Hot Magenta #FD09D1
Tints of Hot Magenta #FD09D1
RGB
CMYK
RGB Variations
Color information
#FD09D1 (or 0xFD09D1) is known color: Hot Magenta. HEX triplet: FD, 09 and D1. RGB value is (253,9,209). Sum of RGB (Red+Green+Blue) = 253+9+209=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 9 (3.91% from 255 or 1.91% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD09D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD09D1 is #02F62E. Grayscale: #686868. Windows color (decimal): -194095 or 13699581. OLE color: 13699581.
HSL color Cylindrical-coordinate representation of color #FD09D1: hue angle of 310.82º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD09D1 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 9 | 209 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.01 |
| HSL | 310.82º | 0.98% | 0.51% | - |
| HSV(B) | 310.82º | 0.96% | 0.99% | - |
| XYZ | 52.11 | 25.68 | 62.53 | - |
| YUV | 104.76 | 186.84 | 233.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 9 | 209 | 0 | 0.96 | 0.17 | 0.01 | 310.82 | 0.98 | 0.51 |
| Hex | FD | 9 | D1 | 0 | 60 | 11 | 1 | 137 | 62 | 33 |
| Octal | 375 | 11 | 321 | 0 | 140 | 21 | 1 | 467 | 142 | 63 |
| Binary | 11111101 | 1001 | 11010001 | 0 | 1100000 | 10001 | 1 | 100110111 | 1100010 | 110011 |
Color Harmonies of #FD09D1
Complementary color
Monochromatic Colors of #FD09D1
Black with #FD09D1
Text Example
Text Example
White with #FD09D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD09D1; }
p { color: rgb(253,9,209); }
H1.HeaderClassName
{
color: #FD09D1;
}
.AnyTagClassName
{
color: #FD09D1;
}
</style>
background-color css
<style>
a { background-color: #FD09D1; }
a { background-color: rgb(253,9,209); }
div.DivClassName
{
background-color: #FD09D1;
}
.BgClassName
{
background-color: #FD09D1;
}
</style>
border-color css
<style>
span { border-color: #FD09D1; }
span { border-color: rgb(253,9,209); }
td.TdClassName
{
border-color: #FD09D1;
}
.TagClassName
{
border-color: #FD09D1;
}
</style>