Shades of Magenta #FE12F1
Tints of Magenta #FE12F1
RGB
CMYK
RGB Variations
Color information
#FE12F1 (or 0xFE12F1) is known color: Magenta. HEX triplet: FE, 12 and F1. RGB value is (254,18,241). Sum of RGB (Red+Green+Blue) = 254+18+241=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 18 (7.42% from 255 or 3.51% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE12F1 is #01ED0E. Grayscale: #717171. Windows color (decimal): -126223 or 15799038. OLE color: 15799038.
HSL color Cylindrical-coordinate representation of color #FE12F1: hue angle of 303.31º 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 #FE12F1 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 241 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.00 |
| HSL | 303.31º | 0.99% | 0.53% | - |
| HSV(B) | 303.31º | 0.93% | 1% | - |
| XYZ | 56.97 | 27.85 | 85.59 | - |
| YUV | 113.99 | 199.69 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 241 | 0 | 0.93 | 0.05 | 0.00 | 303.31 | 0.99 | 0.53 |
| Hex | FE | 12 | F1 | 0 | 5D | 5 | 0 | 12F | 63 | 35 |
| Octal | 376 | 22 | 361 | 0 | 135 | 5 | 0 | 457 | 143 | 65 |
| Binary | 11111110 | 10010 | 11110001 | 0 | 1011101 | 101 | 0 | 100101111 | 1100011 | 110101 |
Color Harmonies of #FE12F1
Complementary color
Monochromatic Colors of #FE12F1
Black with #FE12F1
Text Example
Text Example
White with #FE12F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12F1; }
p { color: rgb(254,18,241); }
H1.HeaderClassName
{
color: #FE12F1;
}
.AnyTagClassName
{
color: #FE12F1;
}
</style>
background-color css
<style>
a { background-color: #FE12F1; }
a { background-color: rgb(254,18,241); }
div.DivClassName
{
background-color: #FE12F1;
}
.BgClassName
{
background-color: #FE12F1;
}
</style>
border-color css
<style>
span { border-color: #FE12F1; }
span { border-color: rgb(254,18,241); }
td.TdClassName
{
border-color: #FE12F1;
}
.TagClassName
{
border-color: #FE12F1;
}
</style>