Shades of Magenta #FE01FC
Tints of Magenta #FE01FC
RGB
CMYK
RGB Variations
Color information
#FE01FC (or 0xFE01FC) is known color: Magenta. HEX triplet: FE, 01 and FC. RGB value is (254,1,252). Sum of RGB (Red+Green+Blue) = 254+1+252=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 1 (0.78% from 255 or 0.20% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE01FC is #01FE03. Grayscale: #686868. Windows color (decimal): -130564 or 16515582. OLE color: 16515582.
HSL color Cylindrical-coordinate representation of color #FE01FC: hue angle of 300.47º 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 #FE01FC is Cyan = 0, Magento = 1.00, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 252 | - |
| CMYK | 0 | 1.00 | 0.01 | 0.00 |
| HSL | 300.47º | 0.99% | 0.5% | - |
| HSV(B) | 300.47º | 1% | 1% | - |
| XYZ | 58.45 | 28.12 | 94.44 | - |
| YUV | 105.26 | 210.82 | 234.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 252 | 0 | 1.00 | 0.01 | 0.00 | 300.47 | 0.99 | 0.5 |
| Hex | FE | 1 | FC | 0 | 64 | 1 | 0 | 12C | 63 | 32 |
| Octal | 376 | 1 | 374 | 0 | 144 | 1 | 0 | 454 | 143 | 62 |
| Binary | 11111110 | 1 | 11111100 | 0 | 1100100 | 1 | 0 | 100101100 | 1100011 | 110010 |
Color Harmonies of #FE01FC
Complementary color
Monochromatic Colors of #FE01FC
Black with #FE01FC
Text Example
Text Example
White with #FE01FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01FC; }
p { color: rgb(254,1,252); }
H1.HeaderClassName
{
color: #FE01FC;
}
.AnyTagClassName
{
color: #FE01FC;
}
</style>
background-color css
<style>
a { background-color: #FE01FC; }
a { background-color: rgb(254,1,252); }
div.DivClassName
{
background-color: #FE01FC;
}
.BgClassName
{
background-color: #FE01FC;
}
</style>
border-color css
<style>
span { border-color: #FE01FC; }
span { border-color: rgb(254,1,252); }
td.TdClassName
{
border-color: #FE01FC;
}
.TagClassName
{
border-color: #FE01FC;
}
</style>