Shades of Magenta #FD01EC
Tints of Magenta #FD01EC
RGB
CMYK
RGB Variations
Color information
#FD01EC (or 0xFD01EC) is known color: Magenta. HEX triplet: FD, 01 and EC. RGB value is (253,1,236). Sum of RGB (Red+Green+Blue) = 253+1+236=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 1 (0.78% from 255 or 0.20% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD01EC is #02FE13. Grayscale: #666666. Windows color (decimal): -196116 or 15467005. OLE color: 15467005.
HSL color Cylindrical-coordinate representation of color #FD01EC: hue angle of 304.05º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD01EC is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 236 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.01 |
| HSL | 304.05º | 0.99% | 0.5% | - |
| HSV(B) | 304.05º | 1% | 0.99% | - |
| XYZ | 55.66 | 26.96 | 81.63 | - |
| YUV | 103.14 | 202.99 | 234.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 236 | 0 | 1.00 | 0.07 | 0.01 | 304.05 | 0.99 | 0.5 |
| Hex | FD | 1 | EC | 0 | 64 | 7 | 1 | 130 | 63 | 32 |
| Octal | 375 | 1 | 354 | 0 | 144 | 7 | 1 | 460 | 143 | 62 |
| Binary | 11111101 | 1 | 11101100 | 0 | 1100100 | 111 | 1 | 100110000 | 1100011 | 110010 |
Color Harmonies of #FD01EC
Complementary color
Monochromatic Colors of #FD01EC
Black with #FD01EC
Text Example
Text Example
White with #FD01EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD01EC; }
p { color: rgb(253,1,236); }
H1.HeaderClassName
{
color: #FD01EC;
}
.AnyTagClassName
{
color: #FD01EC;
}
</style>
background-color css
<style>
a { background-color: #FD01EC; }
a { background-color: rgb(253,1,236); }
div.DivClassName
{
background-color: #FD01EC;
}
.BgClassName
{
background-color: #FD01EC;
}
</style>
border-color css
<style>
span { border-color: #FD01EC; }
span { border-color: rgb(253,1,236); }
td.TdClassName
{
border-color: #FD01EC;
}
.TagClassName
{
border-color: #FD01EC;
}
</style>