Shades of Magenta #FA1EEE
Tints of Magenta #FA1EEE
RGB
CMYK
RGB Variations
Color information
#FA1EEE (or 0xFA1EEE) is known color: Magenta. HEX triplet: FA, 1E and EE. RGB value is (250,30,238). Sum of RGB (Red+Green+Blue) = 250+30+238=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 30 (12.11% from 255 or 5.79% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1EEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1EEE is #05E111. Grayscale: #767676. Windows color (decimal): -385298 or 15605498. OLE color: 15605498.
HSL color Cylindrical-coordinate representation of color #FA1EEE: hue angle of 303.27º 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 #FA1EEE is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 238 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.02 |
| HSL | 303.27º | 0.96% | 0.55% | - |
| HSV(B) | 303.27º | 0.88% | 0.98% | - |
| XYZ | 55.32 | 27.43 | 83.27 | - |
| YUV | 119.49 | 194.89 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 238 | 0 | 0.88 | 0.05 | 0.02 | 303.27 | 0.96 | 0.55 |
| Hex | FA | 1E | EE | 0 | 58 | 5 | 2 | 12F | 60 | 37 |
| Octal | 372 | 36 | 356 | 0 | 130 | 5 | 2 | 457 | 140 | 67 |
| Binary | 11111010 | 11110 | 11101110 | 0 | 1011000 | 101 | 10 | 100101111 | 1100000 | 110111 |
Color Harmonies of #FA1EEE
Complementary color
Monochromatic Colors of #FA1EEE
Black with #FA1EEE
Text Example
Text Example
White with #FA1EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1EEE; }
p { color: rgb(250,30,238); }
H1.HeaderClassName
{
color: #FA1EEE;
}
.AnyTagClassName
{
color: #FA1EEE;
}
</style>
background-color css
<style>
a { background-color: #FA1EEE; }
a { background-color: rgb(250,30,238); }
div.DivClassName
{
background-color: #FA1EEE;
}
.BgClassName
{
background-color: #FA1EEE;
}
</style>
border-color css
<style>
span { border-color: #FA1EEE; }
span { border-color: rgb(250,30,238); }
td.TdClassName
{
border-color: #FA1EEE;
}
.TagClassName
{
border-color: #FA1EEE;
}
</style>