Shades of Magenta #FE12E7
Tints of Magenta #FE12E7
RGB
CMYK
RGB Variations
Color information
#FE12E7 (or 0xFE12E7) is known color: Magenta. HEX triplet: FE, 12 and E7. RGB value is (254,18,231). Sum of RGB (Red+Green+Blue) = 254+18+231=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 18 (7.42% from 255 or 3.58% from 503); Blue value is 231 (90.62% from 255 or 45.92% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE12E7 is #01ED18. Grayscale: #707070. Windows color (decimal): -126233 or 15143678. OLE color: 15143678.
HSL color Cylindrical-coordinate representation of color #FE12E7: hue angle of 305.85º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE12E7 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 231 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.00 |
| HSL | 305.85º | 0.99% | 0.53% | - |
| HSV(B) | 305.85º | 0.93% | 1% | - |
| XYZ | 55.51 | 27.27 | 77.94 | - |
| YUV | 112.85 | 194.69 | 228.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 231 | 0 | 0.93 | 0.09 | 0.00 | 305.85 | 0.99 | 0.53 |
| Hex | FE | 12 | E7 | 0 | 5D | 9 | 0 | 132 | 63 | 35 |
| Octal | 376 | 22 | 347 | 0 | 135 | 11 | 0 | 462 | 143 | 65 |
| Binary | 11111110 | 10010 | 11100111 | 0 | 1011101 | 1001 | 0 | 100110010 | 1100011 | 110101 |
Color Harmonies of #FE12E7
Complementary color
Monochromatic Colors of #FE12E7
Black with #FE12E7
Text Example
Text Example
White with #FE12E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12E7; }
p { color: rgb(254,18,231); }
H1.HeaderClassName
{
color: #FE12E7;
}
.AnyTagClassName
{
color: #FE12E7;
}
</style>
background-color css
<style>
a { background-color: #FE12E7; }
a { background-color: rgb(254,18,231); }
div.DivClassName
{
background-color: #FE12E7;
}
.BgClassName
{
background-color: #FE12E7;
}
</style>
border-color css
<style>
span { border-color: #FE12E7; }
span { border-color: rgb(254,18,231); }
td.TdClassName
{
border-color: #FE12E7;
}
.TagClassName
{
border-color: #FE12E7;
}
</style>