Shades of Magenta #FD03FF
Tints of Magenta #FD03FF
RGB
CMYK
RGB Variations
Color information
#FD03FF (or 0xFD03FF) is known color: Magenta. HEX triplet: FD, 03 and FF. RGB value is (253,3,255). Sum of RGB (Red+Green+Blue) = 253+3+255=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 3 (1.56% from 255 or 0.59% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD03FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD03FF is #02FC00. Grayscale: #696969. Windows color (decimal): -195585 or 16712701. OLE color: 16712701.
HSL color Cylindrical-coordinate representation of color #FD03FF: hue angle of 299.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD03FF is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 3 | 255 | - |
| CMYK | 0.01 | 0.99 | 0 | 0 |
| HSL | 299.52º | 1% | 0.51% | - |
| HSV(B) | 299.52º | 0.99% | 1% | - |
| XYZ | 58.59 | 28.17 | 96.96 | - |
| YUV | 106.48 | 211.83 | 232.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 255 | 0.01 | 0.99 | 0 | 0 | 299.52 | 1 | 0.51 |
| Hex | FD | 3 | FF | 1 | 63 | 0 | 0 | 12C | 64 | 33 |
| Octal | 375 | 3 | 377 | 1 | 143 | 0 | 0 | 454 | 144 | 63 |
| Binary | 11111101 | 11 | 11111111 | 1 | 1100011 | 0 | 0 | 100101100 | 1100100 | 110011 |
Color Harmonies of #FD03FF
Complementary color
Monochromatic Colors of #FD03FF
Black with #FD03FF
Text Example
Text Example
White with #FD03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD03FF; }
p { color: rgb(253,3,255); }
H1.HeaderClassName
{
color: #FD03FF;
}
.AnyTagClassName
{
color: #FD03FF;
}
</style>
background-color css
<style>
a { background-color: #FD03FF; }
a { background-color: rgb(253,3,255); }
div.DivClassName
{
background-color: #FD03FF;
}
.BgClassName
{
background-color: #FD03FF;
}
</style>
border-color css
<style>
span { border-color: #FD03FF; }
span { border-color: rgb(253,3,255); }
td.TdClassName
{
border-color: #FD03FF;
}
.TagClassName
{
border-color: #FD03FF;
}
</style>