Shades of Magenta #FE1EF5
Tints of Magenta #FE1EF5
RGB
CMYK
RGB Variations
Color information
#FE1EF5 (or 0xFE1EF5) is known color: Magenta. HEX triplet: FE, 1E and F5. RGB value is (254,30,245). Sum of RGB (Red+Green+Blue) = 254+30+245=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 30 (12.11% from 255 or 5.67% from 529); Blue value is 245 (96.09% from 255 or 46.31% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1EF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1EF5 is #01E10A. Grayscale: #787878. Windows color (decimal): -123147 or 16064254. OLE color: 16064254.
HSL color Cylindrical-coordinate representation of color #FE1EF5: hue angle of 302.41º 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 #FE1EF5 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 245 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.00 |
| HSL | 302.41º | 0.99% | 0.56% | - |
| HSV(B) | 302.41º | 0.88% | 1% | - |
| XYZ | 57.82 | 28.59 | 88.86 | - |
| YUV | 121.49 | 197.71 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 245 | 0 | 0.88 | 0.04 | 0.00 | 302.41 | 0.99 | 0.56 |
| Hex | FE | 1E | F5 | 0 | 58 | 4 | 0 | 12E | 63 | 38 |
| Octal | 376 | 36 | 365 | 0 | 130 | 4 | 0 | 456 | 143 | 70 |
| Binary | 11111110 | 11110 | 11110101 | 0 | 1011000 | 100 | 0 | 100101110 | 1100011 | 111000 |
Color Harmonies of #FE1EF5
Complementary color
Monochromatic Colors of #FE1EF5
Black with #FE1EF5
Text Example
Text Example
White with #FE1EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1EF5; }
p { color: rgb(254,30,245); }
H1.HeaderClassName
{
color: #FE1EF5;
}
.AnyTagClassName
{
color: #FE1EF5;
}
</style>
background-color css
<style>
a { background-color: #FE1EF5; }
a { background-color: rgb(254,30,245); }
div.DivClassName
{
background-color: #FE1EF5;
}
.BgClassName
{
background-color: #FE1EF5;
}
</style>
border-color css
<style>
span { border-color: #FE1EF5; }
span { border-color: rgb(254,30,245); }
td.TdClassName
{
border-color: #FE1EF5;
}
.TagClassName
{
border-color: #FE1EF5;
}
</style>