Shades of Magenta #FE12F5
Tints of Magenta #FE12F5
RGB
CMYK
RGB Variations
Color information
#FE12F5 (or 0xFE12F5) is known color: Magenta. HEX triplet: FE, 12 and F5. RGB value is (254,18,245). Sum of RGB (Red+Green+Blue) = 254+18+245=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 18 (7.42% from 255 or 3.48% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE12F5 is #01ED0A. Grayscale: #717171. Windows color (decimal): -126219 or 16061182. OLE color: 16061182.
HSL color Cylindrical-coordinate representation of color #FE12F5: hue angle of 302.29º 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 #FE12F5 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 245 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.00 |
| HSL | 302.29º | 0.99% | 0.53% | - |
| HSV(B) | 302.29º | 0.93% | 1% | - |
| XYZ | 57.57 | 28.1 | 88.77 | - |
| YUV | 114.44 | 201.69 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 245 | 0 | 0.93 | 0.04 | 0.00 | 302.29 | 0.99 | 0.53 |
| Hex | FE | 12 | F5 | 0 | 5D | 4 | 0 | 12E | 63 | 35 |
| Octal | 376 | 22 | 365 | 0 | 135 | 4 | 0 | 456 | 143 | 65 |
| Binary | 11111110 | 10010 | 11110101 | 0 | 1011101 | 100 | 0 | 100101110 | 1100011 | 110101 |
Color Harmonies of #FE12F5
Complementary color
Monochromatic Colors of #FE12F5
Black with #FE12F5
Text Example
Text Example
White with #FE12F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12F5; }
p { color: rgb(254,18,245); }
H1.HeaderClassName
{
color: #FE12F5;
}
.AnyTagClassName
{
color: #FE12F5;
}
</style>
background-color css
<style>
a { background-color: #FE12F5; }
a { background-color: rgb(254,18,245); }
div.DivClassName
{
background-color: #FE12F5;
}
.BgClassName
{
background-color: #FE12F5;
}
</style>
border-color css
<style>
span { border-color: #FE12F5; }
span { border-color: rgb(254,18,245); }
td.TdClassName
{
border-color: #FE12F5;
}
.TagClassName
{
border-color: #FE12F5;
}
</style>