Shades of Magenta #FF12ED
Tints of Magenta #FF12ED
RGB
CMYK
RGB Variations
Color information
#FF12ED (or 0xFF12ED) is known color: Magenta. HEX triplet: FF, 12 and ED. RGB value is (255,18,237). Sum of RGB (Red+Green+Blue) = 255+18+237=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 18 (7.42% from 255 or 3.53% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF12ED is #00ED12. Grayscale: #717171. Windows color (decimal): -60691 or 15536895. OLE color: 15536895.
HSL color Cylindrical-coordinate representation of color #FF12ED: hue angle of 304.56º 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 #FF12ED is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 237 | - |
| CMYK | 0 | 0.93 | 0.07 | 0 |
| HSL | 304.56º | 1% | 0.54% | - |
| HSV(B) | 304.56º | 0.93% | 1% | - |
| XYZ | 56.74 | 27.81 | 82.5 | - |
| YUV | 113.83 | 197.52 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 237 | 0 | 0.93 | 0.07 | 0 | 304.56 | 1 | 0.54 |
| Hex | FF | 12 | ED | 0 | 5D | 7 | 0 | 131 | 64 | 36 |
| Octal | 377 | 22 | 355 | 0 | 135 | 7 | 0 | 461 | 144 | 66 |
| Binary | 11111111 | 10010 | 11101101 | 0 | 1011101 | 111 | 0 | 100110001 | 1100100 | 110110 |
Color Harmonies of #FF12ED
Complementary color
Monochromatic Colors of #FF12ED
Black with #FF12ED
Text Example
Text Example
White with #FF12ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12ED; }
p { color: rgb(255,18,237); }
H1.HeaderClassName
{
color: #FF12ED;
}
.AnyTagClassName
{
color: #FF12ED;
}
</style>
background-color css
<style>
a { background-color: #FF12ED; }
a { background-color: rgb(255,18,237); }
div.DivClassName
{
background-color: #FF12ED;
}
.BgClassName
{
background-color: #FF12ED;
}
</style>
border-color css
<style>
span { border-color: #FF12ED; }
span { border-color: rgb(255,18,237); }
td.TdClassName
{
border-color: #FF12ED;
}
.TagClassName
{
border-color: #FF12ED;
}
</style>