Shades of Magenta #FA12EE
Tints of Magenta #FA12EE
RGB
CMYK
RGB Variations
Color information
#FA12EE (or 0xFA12EE) is known color: Magenta. HEX triplet: FA, 12 and EE. RGB value is (250,18,238). Sum of RGB (Red+Green+Blue) = 250+18+238=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 18 (7.42% from 255 or 3.56% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA12EE is #05ED11. Grayscale: #6F6F6F. Windows color (decimal): -388370 or 15602426. OLE color: 15602426.
HSL color Cylindrical-coordinate representation of color #FA12EE: hue angle of 303.1º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA12EE is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 238 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.02 |
| HSL | 303.1º | 0.96% | 0.53% | - |
| HSV(B) | 303.1º | 0.93% | 0.98% | - |
| XYZ | 55.07 | 26.93 | 83.18 | - |
| YUV | 112.45 | 198.86 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 238 | 0 | 0.93 | 0.05 | 0.02 | 303.1 | 0.96 | 0.53 |
| Hex | FA | 12 | EE | 0 | 5D | 5 | 2 | 12F | 60 | 35 |
| Octal | 372 | 22 | 356 | 0 | 135 | 5 | 2 | 457 | 140 | 65 |
| Binary | 11111010 | 10010 | 11101110 | 0 | 1011101 | 101 | 10 | 100101111 | 1100000 | 110101 |
Color Harmonies of #FA12EE
Complementary color
Monochromatic Colors of #FA12EE
Black with #FA12EE
Text Example
Text Example
White with #FA12EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA12EE; }
p { color: rgb(250,18,238); }
H1.HeaderClassName
{
color: #FA12EE;
}
.AnyTagClassName
{
color: #FA12EE;
}
</style>
background-color css
<style>
a { background-color: #FA12EE; }
a { background-color: rgb(250,18,238); }
div.DivClassName
{
background-color: #FA12EE;
}
.BgClassName
{
background-color: #FA12EE;
}
</style>
border-color css
<style>
span { border-color: #FA12EE; }
span { border-color: rgb(250,18,238); }
td.TdClassName
{
border-color: #FA12EE;
}
.TagClassName
{
border-color: #FA12EE;
}
</style>