Shades of Magenta #FE12F4
Tints of Magenta #FE12F4
RGB
CMYK
RGB Variations
Color information
#FE12F4 (or 0xFE12F4) is known color: Magenta. HEX triplet: FE, 12 and F4. RGB value is (254,18,244). Sum of RGB (Red+Green+Blue) = 254+18+244=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 18 (7.42% from 255 or 3.49% from 516); Blue value is 244 (95.70% from 255 or 47.29% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE12F4 is #01ED0B. Grayscale: #717171. Windows color (decimal): -126220 or 15995646. OLE color: 15995646.
HSL color Cylindrical-coordinate representation of color #FE12F4: hue angle of 302.54º 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 #FE12F4 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 244 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.00 |
| HSL | 302.54º | 0.99% | 0.53% | - |
| HSV(B) | 302.54º | 0.93% | 1% | - |
| XYZ | 57.42 | 28.04 | 87.97 | - |
| YUV | 114.33 | 201.19 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 244 | 0 | 0.93 | 0.04 | 0.00 | 302.54 | 0.99 | 0.53 |
| Hex | FE | 12 | F4 | 0 | 5D | 4 | 0 | 12F | 63 | 35 |
| Octal | 376 | 22 | 364 | 0 | 135 | 4 | 0 | 457 | 143 | 65 |
| Binary | 11111110 | 10010 | 11110100 | 0 | 1011101 | 100 | 0 | 100101111 | 1100011 | 110101 |
Color Harmonies of #FE12F4
Complementary color
Monochromatic Colors of #FE12F4
Black with #FE12F4
Text Example
Text Example
White with #FE12F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE12F4; }
p { color: rgb(254,18,244); }
H1.HeaderClassName
{
color: #FE12F4;
}
.AnyTagClassName
{
color: #FE12F4;
}
</style>
background-color css
<style>
a { background-color: #FE12F4; }
a { background-color: rgb(254,18,244); }
div.DivClassName
{
background-color: #FE12F4;
}
.BgClassName
{
background-color: #FE12F4;
}
</style>
border-color css
<style>
span { border-color: #FE12F4; }
span { border-color: rgb(254,18,244); }
td.TdClassName
{
border-color: #FE12F4;
}
.TagClassName
{
border-color: #FE12F4;
}
</style>