Shades of Hot Magenta #FD00DF
Tints of Hot Magenta #FD00DF
RGB
CMYK
RGB Variations
Color information
#FD00DF (or 0xFD00DF) is known color: Hot Magenta. HEX triplet: FD, 00 and DF. RGB value is (253,0,223). Sum of RGB (Red+Green+Blue) = 253+0+223=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 0 (0.39% from 255 or 0% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD00DF is #02FF20. Grayscale: #646464. Windows color (decimal): -196385 or 14614781. OLE color: 14614781.
HSL color Cylindrical-coordinate representation of color #FD00DF: hue angle of 307.11º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD00DF is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 223 | - |
| CMYK | 0 | 1 | 0.12 | 0.01 |
| HSL | 307.11º | 1% | 0.5% | - |
| HSV(B) | 307.11º | 1% | 0.99% | - |
| XYZ | 53.83 | 26.21 | 72.03 | - |
| YUV | 101.07 | 196.82 | 236.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 223 | 0 | 1 | 0.12 | 0.01 | 307.11 | 1 | 0.5 |
| Hex | FD | 0 | DF | 0 | 64 | C | 1 | 133 | 64 | 32 |
| Octal | 375 | 0 | 337 | 0 | 144 | 14 | 1 | 463 | 144 | 62 |
| Binary | 11111101 | 0 | 11011111 | 0 | 1100100 | 1100 | 1 | 100110011 | 1100100 | 110010 |
Color Harmonies of #FD00DF
Complementary color
Monochromatic Colors of #FD00DF
Black with #FD00DF
Text Example
Text Example
White with #FD00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD00DF; }
p { color: rgb(253,0,223); }
H1.HeaderClassName
{
color: #FD00DF;
}
.AnyTagClassName
{
color: #FD00DF;
}
</style>
background-color css
<style>
a { background-color: #FD00DF; }
a { background-color: rgb(253,0,223); }
div.DivClassName
{
background-color: #FD00DF;
}
.BgClassName
{
background-color: #FD00DF;
}
</style>
border-color css
<style>
span { border-color: #FD00DF; }
span { border-color: rgb(253,0,223); }
td.TdClassName
{
border-color: #FD00DF;
}
.TagClassName
{
border-color: #FD00DF;
}
</style>