Shades of Magenta #FE1FEA
Tints of Magenta #FE1FEA
RGB
CMYK
RGB Variations
Color information
#FE1FEA (or 0xFE1FEA) is known color: Magenta. HEX triplet: FE, 1F and EA. RGB value is (254,31,234). Sum of RGB (Red+Green+Blue) = 254+31+234=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 31 (12.5% from 255 or 5.97% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1FEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1FEA is #01E015. Grayscale: #787878. Windows color (decimal): -122902 or 15343614. OLE color: 15343614.
HSL color Cylindrical-coordinate representation of color #FE1FEA: hue angle of 305.38º 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 #FE1FEA is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 234 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.00 |
| HSL | 305.38º | 0.99% | 0.56% | - |
| HSV(B) | 305.38º | 0.88% | 1% | - |
| XYZ | 56.21 | 27.99 | 80.28 | - |
| YUV | 120.82 | 191.88 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 234 | 0 | 0.88 | 0.08 | 0.00 | 305.38 | 0.99 | 0.56 |
| Hex | FE | 1F | EA | 0 | 58 | 8 | 0 | 131 | 63 | 38 |
| Octal | 376 | 37 | 352 | 0 | 130 | 10 | 0 | 461 | 143 | 70 |
| Binary | 11111110 | 11111 | 11101010 | 0 | 1011000 | 1000 | 0 | 100110001 | 1100011 | 111000 |
Color Harmonies of #FE1FEA
Complementary color
Monochromatic Colors of #FE1FEA
Black with #FE1FEA
Text Example
Text Example
White with #FE1FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1FEA; }
p { color: rgb(254,31,234); }
H1.HeaderClassName
{
color: #FE1FEA;
}
.AnyTagClassName
{
color: #FE1FEA;
}
</style>
background-color css
<style>
a { background-color: #FE1FEA; }
a { background-color: rgb(254,31,234); }
div.DivClassName
{
background-color: #FE1FEA;
}
.BgClassName
{
background-color: #FE1FEA;
}
</style>
border-color css
<style>
span { border-color: #FE1FEA; }
span { border-color: rgb(254,31,234); }
td.TdClassName
{
border-color: #FE1FEA;
}
.TagClassName
{
border-color: #FE1FEA;
}
</style>