Shades of Magenta #FA1EE9
Tints of Magenta #FA1EE9
RGB
CMYK
RGB Variations
Color information
#FA1EE9 (or 0xFA1EE9) is known color: Magenta. HEX triplet: FA, 1E and E9. RGB value is (250,30,233). Sum of RGB (Red+Green+Blue) = 250+30+233=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 30 (12.11% from 255 or 5.85% from 513); Blue value is 233 (91.41% from 255 or 45.42% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1EE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1EE9 is #05E116. Grayscale: #767676. Windows color (decimal): -385303 or 15277818. OLE color: 15277818.
HSL color Cylindrical-coordinate representation of color #FA1EE9: hue angle of 304.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1EE9 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 233 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.02 |
| HSL | 304.64º | 0.96% | 0.55% | - |
| HSV(B) | 304.64º | 0.88% | 0.98% | - |
| XYZ | 54.6 | 27.14 | 79.45 | - |
| YUV | 118.92 | 192.39 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 233 | 0 | 0.88 | 0.07 | 0.02 | 304.64 | 0.96 | 0.55 |
| Hex | FA | 1E | E9 | 0 | 58 | 7 | 2 | 131 | 60 | 37 |
| Octal | 372 | 36 | 351 | 0 | 130 | 7 | 2 | 461 | 140 | 67 |
| Binary | 11111010 | 11110 | 11101001 | 0 | 1011000 | 111 | 10 | 100110001 | 1100000 | 110111 |
Color Harmonies of #FA1EE9
Complementary color
Monochromatic Colors of #FA1EE9
Black with #FA1EE9
Text Example
Text Example
White with #FA1EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1EE9; }
p { color: rgb(250,30,233); }
H1.HeaderClassName
{
color: #FA1EE9;
}
.AnyTagClassName
{
color: #FA1EE9;
}
</style>
background-color css
<style>
a { background-color: #FA1EE9; }
a { background-color: rgb(250,30,233); }
div.DivClassName
{
background-color: #FA1EE9;
}
.BgClassName
{
background-color: #FA1EE9;
}
</style>
border-color css
<style>
span { border-color: #FA1EE9; }
span { border-color: rgb(250,30,233); }
td.TdClassName
{
border-color: #FA1EE9;
}
.TagClassName
{
border-color: #FA1EE9;
}
</style>