Shades of Magenta #FA1EEB
Tints of Magenta #FA1EEB
RGB
CMYK
RGB Variations
Color information
#FA1EEB (or 0xFA1EEB) is known color: Magenta. HEX triplet: FA, 1E and EB. RGB value is (250,30,235). Sum of RGB (Red+Green+Blue) = 250+30+235=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 30 (12.11% from 255 or 5.83% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1EEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1EEB is #05E114. Grayscale: #767676. Windows color (decimal): -385301 or 15408890. OLE color: 15408890.
HSL color Cylindrical-coordinate representation of color #FA1EEB: hue angle of 304.09º 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 #FA1EEB is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 235 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.02 |
| HSL | 304.09º | 0.96% | 0.55% | - |
| HSV(B) | 304.09º | 0.88% | 0.98% | - |
| XYZ | 54.88 | 27.25 | 80.96 | - |
| YUV | 119.15 | 193.39 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 235 | 0 | 0.88 | 0.06 | 0.02 | 304.09 | 0.96 | 0.55 |
| Hex | FA | 1E | EB | 0 | 58 | 6 | 2 | 130 | 60 | 37 |
| Octal | 372 | 36 | 353 | 0 | 130 | 6 | 2 | 460 | 140 | 67 |
| Binary | 11111010 | 11110 | 11101011 | 0 | 1011000 | 110 | 10 | 100110000 | 1100000 | 110111 |
Color Harmonies of #FA1EEB
Complementary color
Monochromatic Colors of #FA1EEB
Black with #FA1EEB
Text Example
Text Example
White with #FA1EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1EEB; }
p { color: rgb(250,30,235); }
H1.HeaderClassName
{
color: #FA1EEB;
}
.AnyTagClassName
{
color: #FA1EEB;
}
</style>
background-color css
<style>
a { background-color: #FA1EEB; }
a { background-color: rgb(250,30,235); }
div.DivClassName
{
background-color: #FA1EEB;
}
.BgClassName
{
background-color: #FA1EEB;
}
</style>
border-color css
<style>
span { border-color: #FA1EEB; }
span { border-color: rgb(250,30,235); }
td.TdClassName
{
border-color: #FA1EEB;
}
.TagClassName
{
border-color: #FA1EEB;
}
</style>