Shades of Hot Magenta #FD07D1
Tints of Hot Magenta #FD07D1
RGB
CMYK
RGB Variations
Color information
#FD07D1 (or 0xFD07D1) is known color: Hot Magenta. HEX triplet: FD, 07 and D1. RGB value is (253,7,209). Sum of RGB (Red+Green+Blue) = 253+7+209=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 7 (3.12% from 255 or 1.49% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FD07D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD07D1 is #02F82E. Grayscale: #676767. Windows color (decimal): -194607 or 13699069. OLE color: 13699069.
HSL color Cylindrical-coordinate representation of color #FD07D1: hue angle of 310.73º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD07D1 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 7 | 209 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.01 |
| HSL | 310.73º | 0.98% | 0.51% | - |
| HSV(B) | 310.73º | 0.97% | 0.99% | - |
| XYZ | 52.09 | 25.64 | 62.52 | - |
| YUV | 103.58 | 187.5 | 234.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 7 | 209 | 0 | 0.97 | 0.17 | 0.01 | 310.73 | 0.98 | 0.51 |
| Hex | FD | 7 | D1 | 0 | 61 | 11 | 1 | 137 | 62 | 33 |
| Octal | 375 | 7 | 321 | 0 | 141 | 21 | 1 | 467 | 142 | 63 |
| Binary | 11111101 | 111 | 11010001 | 0 | 1100001 | 10001 | 1 | 100110111 | 1100010 | 110011 |
Color Harmonies of #FD07D1
Complementary color
Monochromatic Colors of #FD07D1
Black with #FD07D1
Text Example
Text Example
White with #FD07D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD07D1; }
p { color: rgb(253,7,209); }
H1.HeaderClassName
{
color: #FD07D1;
}
.AnyTagClassName
{
color: #FD07D1;
}
</style>
background-color css
<style>
a { background-color: #FD07D1; }
a { background-color: rgb(253,7,209); }
div.DivClassName
{
background-color: #FD07D1;
}
.BgClassName
{
background-color: #FD07D1;
}
</style>
border-color css
<style>
span { border-color: #FD07D1; }
span { border-color: rgb(253,7,209); }
td.TdClassName
{
border-color: #FD07D1;
}
.TagClassName
{
border-color: #FD07D1;
}
</style>