Shades of Magenta #FE12E6
Tints of Magenta #FE12E6
RGB
CMYK
RGB Variations
Color information
#FE12E6 (or 0xFE12E6) is known color: Magenta. HEX triplet: FE, 12 and E6. RGB value is (254,18,230). Sum of RGB (Red+Green+Blue) = 254+18+230=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 18 (7.42% from 255 or 3.59% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE12E6 is #01ED19. Grayscale: #707070. Windows color (decimal): -126234 or 15078142. OLE color: 15078142.
HSL color Cylindrical-coordinate representation of color #FE12E6: hue angle of 306.1º 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 #FE12E6 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 230 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.00 |
| HSL | 306.1º | 0.99% | 0.53% | - |
| HSV(B) | 306.1º | 0.93% | 1% | - |
| XYZ | 55.37 | 27.22 | 77.2 | - |
| YUV | 112.73 | 194.19 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 230 | 0 | 0.93 | 0.09 | 0.00 | 306.1 | 0.99 | 0.53 |
| Hex | FE | 12 | E6 | 0 | 5D | 9 | 0 | 132 | 63 | 35 |
| Octal | 376 | 22 | 346 | 0 | 135 | 11 | 0 | 462 | 143 | 65 |
| Binary | 11111110 | 10010 | 11100110 | 0 | 1011101 | 1001 | 0 | 100110010 | 1100011 | 110101 |
Color Harmonies of #FE12E6
Complementary color
Monochromatic Colors of #FE12E6
Black with #FE12E6
Text Example
Text Example
White with #FE12E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12E6; }
p { color: rgb(254,18,230); }
H1.HeaderClassName
{
color: #FE12E6;
}
.AnyTagClassName
{
color: #FE12E6;
}
</style>
background-color css
<style>
a { background-color: #FE12E6; }
a { background-color: rgb(254,18,230); }
div.DivClassName
{
background-color: #FE12E6;
}
.BgClassName
{
background-color: #FE12E6;
}
</style>
border-color css
<style>
span { border-color: #FE12E6; }
span { border-color: rgb(254,18,230); }
td.TdClassName
{
border-color: #FE12E6;
}
.TagClassName
{
border-color: #FE12E6;
}
</style>