Shades of Magenta #FD03E6
Tints of Magenta #FD03E6
RGB
CMYK
RGB Variations
Color information
#FD03E6 (or 0xFD03E6) is known color: Magenta. HEX triplet: FD, 03 and E6. RGB value is (253,3,230). Sum of RGB (Red+Green+Blue) = 253+3+230=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 3 (1.56% from 255 or 0.62% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FD03E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD03E6 is #02FC19. Grayscale: #666666. Windows color (decimal): -195610 or 15074301. OLE color: 15074301.
HSL color Cylindrical-coordinate representation of color #FD03E6: hue angle of 305.52º 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 #FD03E6 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 230 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.01 |
| HSL | 305.52º | 0.98% | 0.5% | - |
| HSV(B) | 305.52º | 0.99% | 0.99% | - |
| XYZ | 54.82 | 26.66 | 77.12 | - |
| YUV | 103.63 | 199.33 | 234.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 230 | 0 | 0.99 | 0.09 | 0.01 | 305.52 | 0.98 | 0.5 |
| Hex | FD | 3 | E6 | 0 | 63 | 9 | 1 | 132 | 62 | 32 |
| Octal | 375 | 3 | 346 | 0 | 143 | 11 | 1 | 462 | 142 | 62 |
| Binary | 11111101 | 11 | 11100110 | 0 | 1100011 | 1001 | 1 | 100110010 | 1100010 | 110010 |
Color Harmonies of #FD03E6
Complementary color
Monochromatic Colors of #FD03E6
Black with #FD03E6
Text Example
Text Example
White with #FD03E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD03E6; }
p { color: rgb(253,3,230); }
H1.HeaderClassName
{
color: #FD03E6;
}
.AnyTagClassName
{
color: #FD03E6;
}
</style>
background-color css
<style>
a { background-color: #FD03E6; }
a { background-color: rgb(253,3,230); }
div.DivClassName
{
background-color: #FD03E6;
}
.BgClassName
{
background-color: #FD03E6;
}
</style>
border-color css
<style>
span { border-color: #FD03E6; }
span { border-color: rgb(253,3,230); }
td.TdClassName
{
border-color: #FD03E6;
}
.TagClassName
{
border-color: #FD03E6;
}
</style>