Shades of Magenta #FE1EFF
Tints of Magenta #FE1EFF
RGB
CMYK
RGB Variations
Color information
#FE1EFF (or 0xFE1EFF) is known color: Magenta. HEX triplet: FE, 1E and FF. RGB value is (254,30,255). Sum of RGB (Red+Green+Blue) = 254+30+255=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 30 (12.11% from 255 or 5.57% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE1EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1EFF is #01E100. Grayscale: #797979. Windows color (decimal): -123137 or 16719614. OLE color: 16719614.
HSL color Cylindrical-coordinate representation of color #FE1EFF: hue angle of 299.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1EFF is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 30 | 255 | - |
| CMYK | 0.00 | 0.88 | 0 | 0 |
| HSL | 299.73º | 1% | 0.56% | - |
| HSV(B) | 299.73º | 0.88% | 1% | - |
| XYZ | 59.39 | 29.22 | 97.12 | - |
| YUV | 122.63 | 202.71 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 255 | 0.00 | 0.88 | 0 | 0 | 299.73 | 1 | 0.56 |
| Hex | FE | 1E | FF | 0 | 58 | 0 | 0 | 12C | 64 | 38 |
| Octal | 376 | 36 | 377 | 0 | 130 | 0 | 0 | 454 | 144 | 70 |
| Binary | 11111110 | 11110 | 11111111 | 0 | 1011000 | 0 | 0 | 100101100 | 1100100 | 111000 |
Color Harmonies of #FE1EFF
Complementary color
Monochromatic Colors of #FE1EFF
Black with #FE1EFF
Text Example
Text Example
White with #FE1EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1EFF; }
p { color: rgb(254,30,255); }
H1.HeaderClassName
{
color: #FE1EFF;
}
.AnyTagClassName
{
color: #FE1EFF;
}
</style>
background-color css
<style>
a { background-color: #FE1EFF; }
a { background-color: rgb(254,30,255); }
div.DivClassName
{
background-color: #FE1EFF;
}
.BgClassName
{
background-color: #FE1EFF;
}
</style>
border-color css
<style>
span { border-color: #FE1EFF; }
span { border-color: rgb(254,30,255); }
td.TdClassName
{
border-color: #FE1EFF;
}
.TagClassName
{
border-color: #FE1EFF;
}
</style>