Shades of Magenta #FE1FFE
Tints of Magenta #FE1FFE
RGB
CMYK
RGB Variations
Color information
#FE1FFE (or 0xFE1FFE) is known color: Magenta. HEX triplet: FE, 1F and FE. RGB value is (254,31,254). Sum of RGB (Red+Green+Blue) = 254+31+254=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 31 (12.5% from 255 or 5.75% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE1FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1FFE is #01E001. Grayscale: #7A7A7A. Windows color (decimal): -122882 or 16654334. OLE color: 16654334.
HSL color Cylindrical-coordinate representation of color #FE1FFE: hue angle of 300º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1FFE is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 254 | - |
| CMYK | 0 | 0.88 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.56% | - |
| HSV(B) | 300º | 0.88% | 1% | - |
| XYZ | 59.25 | 29.21 | 96.28 | - |
| YUV | 123.1 | 201.88 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 254 | 0 | 0.88 | 0 | 0.00 | 300 | 0.99 | 0.56 |
| Hex | FE | 1F | FE | 0 | 58 | 0 | 0 | 12C | 63 | 38 |
| Octal | 376 | 37 | 376 | 0 | 130 | 0 | 0 | 454 | 143 | 70 |
| Binary | 11111110 | 11111 | 11111110 | 0 | 1011000 | 0 | 0 | 100101100 | 1100011 | 111000 |
Color Harmonies of #FE1FFE
Complementary color
Monochromatic Colors of #FE1FFE
Black with #FE1FFE
Text Example
Text Example
White with #FE1FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1FFE; }
p { color: rgb(254,31,254); }
H1.HeaderClassName
{
color: #FE1FFE;
}
.AnyTagClassName
{
color: #FE1FFE;
}
</style>
background-color css
<style>
a { background-color: #FE1FFE; }
a { background-color: rgb(254,31,254); }
div.DivClassName
{
background-color: #FE1FFE;
}
.BgClassName
{
background-color: #FE1FFE;
}
</style>
border-color css
<style>
span { border-color: #FE1FFE; }
span { border-color: rgb(254,31,254); }
td.TdClassName
{
border-color: #FE1FFE;
}
.TagClassName
{
border-color: #FE1FFE;
}
</style>