Shades of Hot Magenta #FD03DF
Tints of Hot Magenta #FD03DF
RGB
CMYK
RGB Variations
Color information
#FD03DF (or 0xFD03DF) is known color: Hot Magenta. HEX triplet: FD, 03 and DF. RGB value is (253,3,223). Sum of RGB (Red+Green+Blue) = 253+3+223=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 3 (1.56% from 255 or 0.63% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD03DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD03DF is #02FC20. Grayscale: #666666. Windows color (decimal): -195617 or 14615549. OLE color: 14615549.
HSL color Cylindrical-coordinate representation of color #FD03DF: hue angle of 307.2º 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 #FD03DF is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 223 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.01 |
| HSL | 307.2º | 0.98% | 0.5% | - |
| HSV(B) | 307.2º | 0.99% | 0.99% | - |
| XYZ | 53.86 | 26.28 | 72.04 | - |
| YUV | 102.83 | 195.83 | 235.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 223 | 0 | 0.99 | 0.12 | 0.01 | 307.2 | 0.98 | 0.5 |
| Hex | FD | 3 | DF | 0 | 63 | C | 1 | 133 | 62 | 32 |
| Octal | 375 | 3 | 337 | 0 | 143 | 14 | 1 | 463 | 142 | 62 |
| Binary | 11111101 | 11 | 11011111 | 0 | 1100011 | 1100 | 1 | 100110011 | 1100010 | 110010 |
Color Harmonies of #FD03DF
Complementary color
Monochromatic Colors of #FD03DF
Black with #FD03DF
Text Example
Text Example
White with #FD03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD03DF; }
p { color: rgb(253,3,223); }
H1.HeaderClassName
{
color: #FD03DF;
}
.AnyTagClassName
{
color: #FD03DF;
}
</style>
background-color css
<style>
a { background-color: #FD03DF; }
a { background-color: rgb(253,3,223); }
div.DivClassName
{
background-color: #FD03DF;
}
.BgClassName
{
background-color: #FD03DF;
}
</style>
border-color css
<style>
span { border-color: #FD03DF; }
span { border-color: rgb(253,3,223); }
td.TdClassName
{
border-color: #FD03DF;
}
.TagClassName
{
border-color: #FD03DF;
}
</style>