Shades of Magenta #FE1FEE
Tints of Magenta #FE1FEE
RGB
CMYK
RGB Variations
Color information
#FE1FEE (or 0xFE1FEE) is known color: Magenta. HEX triplet: FE, 1F and EE. RGB value is (254,31,238). Sum of RGB (Red+Green+Blue) = 254+31+238=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 31 (12.5% from 255 or 5.93% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1FEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1FEE is #01E011. Grayscale: #787878. Windows color (decimal): -122898 or 15605758. OLE color: 15605758.
HSL color Cylindrical-coordinate representation of color #FE1FEE: hue angle of 304.3º 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 #FE1FEE is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 238 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.00 |
| HSL | 304.3º | 0.99% | 0.56% | - |
| HSV(B) | 304.3º | 0.88% | 1% | - |
| XYZ | 56.8 | 28.22 | 83.34 | - |
| YUV | 121.28 | 193.88 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 238 | 0 | 0.88 | 0.06 | 0.00 | 304.3 | 0.99 | 0.56 |
| Hex | FE | 1F | EE | 0 | 58 | 6 | 0 | 130 | 63 | 38 |
| Octal | 376 | 37 | 356 | 0 | 130 | 6 | 0 | 460 | 143 | 70 |
| Binary | 11111110 | 11111 | 11101110 | 0 | 1011000 | 110 | 0 | 100110000 | 1100011 | 111000 |
Color Harmonies of #FE1FEE
Complementary color
Monochromatic Colors of #FE1FEE
Black with #FE1FEE
Text Example
Text Example
White with #FE1FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1FEE; }
p { color: rgb(254,31,238); }
H1.HeaderClassName
{
color: #FE1FEE;
}
.AnyTagClassName
{
color: #FE1FEE;
}
</style>
background-color css
<style>
a { background-color: #FE1FEE; }
a { background-color: rgb(254,31,238); }
div.DivClassName
{
background-color: #FE1FEE;
}
.BgClassName
{
background-color: #FE1FEE;
}
</style>
border-color css
<style>
span { border-color: #FE1FEE; }
span { border-color: rgb(254,31,238); }
td.TdClassName
{
border-color: #FE1FEE;
}
.TagClassName
{
border-color: #FE1FEE;
}
</style>