Shades of Magenta #FF12EC
Tints of Magenta #FF12EC
RGB
CMYK
RGB Variations
Color information
#FF12EC (or 0xFF12EC) is known color: Magenta. HEX triplet: FF, 12 and EC. RGB value is (255,18,236). Sum of RGB (Red+Green+Blue) = 255+18+236=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 18 (7.42% from 255 or 3.54% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF12EC is #00ED13. Grayscale: #717171. Windows color (decimal): -60692 or 15471359. OLE color: 15471359.
HSL color Cylindrical-coordinate representation of color #FF12EC: hue angle of 304.81º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF12EC is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 236 | - |
| CMYK | 0 | 0.93 | 0.07 | 0 |
| HSL | 304.81º | 1% | 0.54% | - |
| HSV(B) | 304.81º | 0.93% | 1% | - |
| XYZ | 56.6 | 27.75 | 81.73 | - |
| YUV | 113.72 | 197.02 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 236 | 0 | 0.93 | 0.07 | 0 | 304.81 | 1 | 0.54 |
| Hex | FF | 12 | EC | 0 | 5D | 7 | 0 | 131 | 64 | 36 |
| Octal | 377 | 22 | 354 | 0 | 135 | 7 | 0 | 461 | 144 | 66 |
| Binary | 11111111 | 10010 | 11101100 | 0 | 1011101 | 111 | 0 | 100110001 | 1100100 | 110110 |
Color Harmonies of #FF12EC
Complementary color
Monochromatic Colors of #FF12EC
Black with #FF12EC
Text Example
Text Example
White with #FF12EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12EC; }
p { color: rgb(255,18,236); }
H1.HeaderClassName
{
color: #FF12EC;
}
.AnyTagClassName
{
color: #FF12EC;
}
</style>
background-color css
<style>
a { background-color: #FF12EC; }
a { background-color: rgb(255,18,236); }
div.DivClassName
{
background-color: #FF12EC;
}
.BgClassName
{
background-color: #FF12EC;
}
</style>
border-color css
<style>
span { border-color: #FF12EC; }
span { border-color: rgb(255,18,236); }
td.TdClassName
{
border-color: #FF12EC;
}
.TagClassName
{
border-color: #FF12EC;
}
</style>