Shades of Magenta #FF12EE
Tints of Magenta #FF12EE
RGB
CMYK
RGB Variations
Color information
#FF12EE (or 0xFF12EE) is known color: Magenta. HEX triplet: FF, 12 and EE. RGB value is (255,18,238). Sum of RGB (Red+Green+Blue) = 255+18+238=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 18 (7.42% from 255 or 3.52% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF12EE is #00ED11. Grayscale: #717171. Windows color (decimal): -60690 or 15602431. OLE color: 15602431.
HSL color Cylindrical-coordinate representation of color #FF12EE: hue angle of 304.3º 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 #FF12EE is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 238 | - |
| CMYK | 0 | 0.93 | 0.07 | 0 |
| HSL | 304.3º | 1% | 0.54% | - |
| HSV(B) | 304.3º | 0.93% | 1% | - |
| XYZ | 56.89 | 27.87 | 83.27 | - |
| YUV | 113.94 | 198.02 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 238 | 0 | 0.93 | 0.07 | 0 | 304.3 | 1 | 0.54 |
| Hex | FF | 12 | EE | 0 | 5D | 7 | 0 | 130 | 64 | 36 |
| Octal | 377 | 22 | 356 | 0 | 135 | 7 | 0 | 460 | 144 | 66 |
| Binary | 11111111 | 10010 | 11101110 | 0 | 1011101 | 111 | 0 | 100110000 | 1100100 | 110110 |
Color Harmonies of #FF12EE
Complementary color
Monochromatic Colors of #FF12EE
Black with #FF12EE
Text Example
Text Example
White with #FF12EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12EE; }
p { color: rgb(255,18,238); }
H1.HeaderClassName
{
color: #FF12EE;
}
.AnyTagClassName
{
color: #FF12EE;
}
</style>
background-color css
<style>
a { background-color: #FF12EE; }
a { background-color: rgb(255,18,238); }
div.DivClassName
{
background-color: #FF12EE;
}
.BgClassName
{
background-color: #FF12EE;
}
</style>
border-color css
<style>
span { border-color: #FF12EE; }
span { border-color: rgb(255,18,238); }
td.TdClassName
{
border-color: #FF12EE;
}
.TagClassName
{
border-color: #FF12EE;
}
</style>