Shades of Magenta #FD01E8
Tints of Magenta #FD01E8
RGB
CMYK
RGB Variations
Color information
#FD01E8 (or 0xFD01E8) is known color: Magenta. HEX triplet: FD, 01 and E8. RGB value is (253,1,232). Sum of RGB (Red+Green+Blue) = 253+1+232=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 1 (0.78% from 255 or 0.21% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD01E8 is #02FE17. Grayscale: #666666. Windows color (decimal): -196120 or 15204861. OLE color: 15204861.
HSL color Cylindrical-coordinate representation of color #FD01E8: hue angle of 305º 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 #FD01E8 is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 232 | - |
| CMYK | 0 | 1.00 | 0.08 | 0.01 |
| HSL | 305º | 0.99% | 0.5% | - |
| HSV(B) | 305º | 1% | 0.99% | - |
| XYZ | 55.08 | 26.73 | 78.6 | - |
| YUV | 102.68 | 200.99 | 235.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 232 | 0 | 1.00 | 0.08 | 0.01 | 305 | 0.99 | 0.5 |
| Hex | FD | 1 | E8 | 0 | 64 | 8 | 1 | 131 | 63 | 32 |
| Octal | 375 | 1 | 350 | 0 | 144 | 10 | 1 | 461 | 143 | 62 |
| Binary | 11111101 | 1 | 11101000 | 0 | 1100100 | 1000 | 1 | 100110001 | 1100011 | 110010 |
Color Harmonies of #FD01E8
Complementary color
Monochromatic Colors of #FD01E8
Black with #FD01E8
Text Example
Text Example
White with #FD01E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD01E8; }
p { color: rgb(253,1,232); }
H1.HeaderClassName
{
color: #FD01E8;
}
.AnyTagClassName
{
color: #FD01E8;
}
</style>
background-color css
<style>
a { background-color: #FD01E8; }
a { background-color: rgb(253,1,232); }
div.DivClassName
{
background-color: #FD01E8;
}
.BgClassName
{
background-color: #FD01E8;
}
</style>
border-color css
<style>
span { border-color: #FD01E8; }
span { border-color: rgb(253,1,232); }
td.TdClassName
{
border-color: #FD01E8;
}
.TagClassName
{
border-color: #FD01E8;
}
</style>