Shades of Magenta #FE01FD
Tints of Magenta #FE01FD
RGB
CMYK
RGB Variations
Color information
#FE01FD (or 0xFE01FD) is known color: Magenta. HEX triplet: FE, 01 and FD. RGB value is (254,1,253). Sum of RGB (Red+Green+Blue) = 254+1+253=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 1 (0.78% from 255 or 0.20% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE01FD is #01FE02. Grayscale: #686868. Windows color (decimal): -130563 or 16581118. OLE color: 16581118.
HSL color Cylindrical-coordinate representation of color #FE01FD: hue angle of 300.24º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE01FD is Cyan = 0, Magento = 1.00, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 253 | - |
| CMYK | 0 | 1.00 | 0.00 | 0.00 |
| HSL | 300.24º | 0.99% | 0.5% | - |
| HSV(B) | 300.24º | 1% | 1% | - |
| XYZ | 58.61 | 28.18 | 95.28 | - |
| YUV | 105.38 | 211.32 | 234.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 253 | 0 | 1.00 | 0.00 | 0.00 | 300.24 | 0.99 | 0.5 |
| Hex | FE | 1 | FD | 0 | 64 | 0 | 0 | 12C | 63 | 32 |
| Octal | 376 | 1 | 375 | 0 | 144 | 0 | 0 | 454 | 143 | 62 |
| Binary | 11111110 | 1 | 11111101 | 0 | 1100100 | 0 | 0 | 100101100 | 1100011 | 110010 |
Color Harmonies of #FE01FD
Complementary color
Monochromatic Colors of #FE01FD
Black with #FE01FD
Text Example
Text Example
White with #FE01FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01FD; }
p { color: rgb(254,1,253); }
H1.HeaderClassName
{
color: #FE01FD;
}
.AnyTagClassName
{
color: #FE01FD;
}
</style>
background-color css
<style>
a { background-color: #FE01FD; }
a { background-color: rgb(254,1,253); }
div.DivClassName
{
background-color: #FE01FD;
}
.BgClassName
{
background-color: #FE01FD;
}
</style>
border-color css
<style>
span { border-color: #FE01FD; }
span { border-color: rgb(254,1,253); }
td.TdClassName
{
border-color: #FE01FD;
}
.TagClassName
{
border-color: #FE01FD;
}
</style>