Shades of Magenta #FE12F7
Tints of Magenta #FE12F7
RGB
CMYK
RGB Variations
Color information
#FE12F7 (or 0xFE12F7) is known color: Magenta. HEX triplet: FE, 12 and F7. RGB value is (254,18,247). Sum of RGB (Red+Green+Blue) = 254+18+247=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 18 (7.42% from 255 or 3.47% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE12F7 is #01ED08. Grayscale: #717171. Windows color (decimal): -126217 or 16192254. OLE color: 16192254.
HSL color Cylindrical-coordinate representation of color #FE12F7: hue angle of 301.78º 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 #FE12F7 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 247 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.00 |
| HSL | 301.78º | 0.99% | 0.53% | - |
| HSV(B) | 301.78º | 0.93% | 1% | - |
| XYZ | 57.88 | 28.22 | 90.39 | - |
| YUV | 114.67 | 202.69 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 247 | 0 | 0.93 | 0.03 | 0.00 | 301.78 | 0.99 | 0.53 |
| Hex | FE | 12 | F7 | 0 | 5D | 3 | 0 | 12E | 63 | 35 |
| Octal | 376 | 22 | 367 | 0 | 135 | 3 | 0 | 456 | 143 | 65 |
| Binary | 11111110 | 10010 | 11110111 | 0 | 1011101 | 11 | 0 | 100101110 | 1100011 | 110101 |
Color Harmonies of #FE12F7
Complementary color
Monochromatic Colors of #FE12F7
Black with #FE12F7
Text Example
Text Example
White with #FE12F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12F7; }
p { color: rgb(254,18,247); }
H1.HeaderClassName
{
color: #FE12F7;
}
.AnyTagClassName
{
color: #FE12F7;
}
</style>
background-color css
<style>
a { background-color: #FE12F7; }
a { background-color: rgb(254,18,247); }
div.DivClassName
{
background-color: #FE12F7;
}
.BgClassName
{
background-color: #FE12F7;
}
</style>
border-color css
<style>
span { border-color: #FE12F7; }
span { border-color: rgb(254,18,247); }
td.TdClassName
{
border-color: #FE12F7;
}
.TagClassName
{
border-color: #FE12F7;
}
</style>