Shades of Magenta #FE12F9
Tints of Magenta #FE12F9
RGB
CMYK
RGB Variations
Color information
#FE12F9 (or 0xFE12F9) is known color: Magenta. HEX triplet: FE, 12 and F9. RGB value is (254,18,249). Sum of RGB (Red+Green+Blue) = 254+18+249=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 18 (7.42% from 255 or 3.45% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE12F9 is #01ED06. Grayscale: #727272. Windows color (decimal): -126215 or 16323326. OLE color: 16323326.
HSL color Cylindrical-coordinate representation of color #FE12F9: hue angle of 301.27º 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 #FE12F9 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 249 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.00 |
| HSL | 301.27º | 0.99% | 0.53% | - |
| HSV(B) | 301.27º | 0.93% | 1% | - |
| XYZ | 58.19 | 28.34 | 92.03 | - |
| YUV | 114.9 | 203.69 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 249 | 0 | 0.93 | 0.02 | 0.00 | 301.27 | 0.99 | 0.53 |
| Hex | FE | 12 | F9 | 0 | 5D | 2 | 0 | 12D | 63 | 35 |
| Octal | 376 | 22 | 371 | 0 | 135 | 2 | 0 | 455 | 143 | 65 |
| Binary | 11111110 | 10010 | 11111001 | 0 | 1011101 | 10 | 0 | 100101101 | 1100011 | 110101 |
Color Harmonies of #FE12F9
Complementary color
Monochromatic Colors of #FE12F9
Black with #FE12F9
Text Example
Text Example
White with #FE12F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12F9; }
p { color: rgb(254,18,249); }
H1.HeaderClassName
{
color: #FE12F9;
}
.AnyTagClassName
{
color: #FE12F9;
}
</style>
background-color css
<style>
a { background-color: #FE12F9; }
a { background-color: rgb(254,18,249); }
div.DivClassName
{
background-color: #FE12F9;
}
.BgClassName
{
background-color: #FE12F9;
}
</style>
border-color css
<style>
span { border-color: #FE12F9; }
span { border-color: rgb(254,18,249); }
td.TdClassName
{
border-color: #FE12F9;
}
.TagClassName
{
border-color: #FE12F9;
}
</style>