Shades of Magenta #FE1DFF
Tints of Magenta #FE1DFF
RGB
CMYK
RGB Variations
Color information
#FE1DFF (or 0xFE1DFF) is known color: Magenta. HEX triplet: FE, 1D and FF. RGB value is (254,29,255). Sum of RGB (Red+Green+Blue) = 254+29+255=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 29 (11.72% from 255 or 5.39% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE1DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1DFF is #01E200. Grayscale: #797979. Windows color (decimal): -123393 or 16719358. OLE color: 16719358.
HSL color Cylindrical-coordinate representation of color #FE1DFF: hue angle of 299.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1DFF is Cyan = 0.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 29 | 255 | - |
| CMYK | 0.00 | 0.89 | 0 | 0 |
| HSL | 299.73º | 1% | 0.56% | - |
| HSV(B) | 299.73º | 0.89% | 1% | - |
| XYZ | 59.36 | 29.17 | 97.11 | - |
| YUV | 122.04 | 203.04 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 29 | 255 | 0.00 | 0.89 | 0 | 0 | 299.73 | 1 | 0.56 |
| Hex | FE | 1D | FF | 0 | 59 | 0 | 0 | 12C | 64 | 38 |
| Octal | 376 | 35 | 377 | 0 | 131 | 0 | 0 | 454 | 144 | 70 |
| Binary | 11111110 | 11101 | 11111111 | 0 | 1011001 | 0 | 0 | 100101100 | 1100100 | 111000 |
Color Harmonies of #FE1DFF
Complementary color
Monochromatic Colors of #FE1DFF
Black with #FE1DFF
Text Example
Text Example
White with #FE1DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1DFF; }
p { color: rgb(254,29,255); }
H1.HeaderClassName
{
color: #FE1DFF;
}
.AnyTagClassName
{
color: #FE1DFF;
}
</style>
background-color css
<style>
a { background-color: #FE1DFF; }
a { background-color: rgb(254,29,255); }
div.DivClassName
{
background-color: #FE1DFF;
}
.BgClassName
{
background-color: #FE1DFF;
}
</style>
border-color css
<style>
span { border-color: #FE1DFF; }
span { border-color: rgb(254,29,255); }
td.TdClassName
{
border-color: #FE1DFF;
}
.TagClassName
{
border-color: #FE1DFF;
}
</style>