Shades of Magenta #FA12ED
Tints of Magenta #FA12ED
RGB
CMYK
RGB Variations
Color information
#FA12ED (or 0xFA12ED) is known color: Magenta. HEX triplet: FA, 12 and ED. RGB value is (250,18,237). Sum of RGB (Red+Green+Blue) = 250+18+237=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 18 (7.42% from 255 or 3.56% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA12ED is #05ED12. Grayscale: #6F6F6F. Windows color (decimal): -388371 or 15536890. OLE color: 15536890.
HSL color Cylindrical-coordinate representation of color #FA12ED: hue angle of 303.36º 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 #FA12ED is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 237 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.02 |
| HSL | 303.36º | 0.96% | 0.53% | - |
| HSV(B) | 303.36º | 0.93% | 0.98% | - |
| XYZ | 54.93 | 26.87 | 82.41 | - |
| YUV | 112.33 | 198.36 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 237 | 0 | 0.93 | 0.05 | 0.02 | 303.36 | 0.96 | 0.53 |
| Hex | FA | 12 | ED | 0 | 5D | 5 | 2 | 12F | 60 | 35 |
| Octal | 372 | 22 | 355 | 0 | 135 | 5 | 2 | 457 | 140 | 65 |
| Binary | 11111010 | 10010 | 11101101 | 0 | 1011101 | 101 | 10 | 100101111 | 1100000 | 110101 |
Color Harmonies of #FA12ED
Complementary color
Monochromatic Colors of #FA12ED
Black with #FA12ED
Text Example
Text Example
White with #FA12ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA12ED; }
p { color: rgb(250,18,237); }
H1.HeaderClassName
{
color: #FA12ED;
}
.AnyTagClassName
{
color: #FA12ED;
}
</style>
background-color css
<style>
a { background-color: #FA12ED; }
a { background-color: rgb(250,18,237); }
div.DivClassName
{
background-color: #FA12ED;
}
.BgClassName
{
background-color: #FA12ED;
}
</style>
border-color css
<style>
span { border-color: #FA12ED; }
span { border-color: rgb(250,18,237); }
td.TdClassName
{
border-color: #FA12ED;
}
.TagClassName
{
border-color: #FA12ED;
}
</style>