Shades of Magenta #FA0EEE
Tints of Magenta #FA0EEE
RGB
CMYK
RGB Variations
Color information
#FA0EEE (or 0xFA0EEE) is known color: Magenta. HEX triplet: FA, 0E and EE. RGB value is (250,14,238). Sum of RGB (Red+Green+Blue) = 250+14+238=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 14 (5.86% from 255 or 2.79% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0EEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0EEE is #05F111. Grayscale: #6D6D6D. Windows color (decimal): -389394 or 15601402. OLE color: 15601402.
HSL color Cylindrical-coordinate representation of color #FA0EEE: hue angle of 303.05º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0EEE is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 238 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.02 |
| HSL | 303.05º | 0.96% | 0.52% | - |
| HSV(B) | 303.05º | 0.94% | 0.98% | - |
| XYZ | 55.01 | 26.81 | 83.16 | - |
| YUV | 110.1 | 200.19 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 238 | 0 | 0.94 | 0.05 | 0.02 | 303.05 | 0.96 | 0.52 |
| Hex | FA | E | EE | 0 | 5E | 5 | 2 | 12F | 60 | 34 |
| Octal | 372 | 16 | 356 | 0 | 136 | 5 | 2 | 457 | 140 | 64 |
| Binary | 11111010 | 1110 | 11101110 | 0 | 1011110 | 101 | 10 | 100101111 | 1100000 | 110100 |
Color Harmonies of #FA0EEE
Complementary color
Monochromatic Colors of #FA0EEE
Black with #FA0EEE
Text Example
Text Example
White with #FA0EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0EEE; }
p { color: rgb(250,14,238); }
H1.HeaderClassName
{
color: #FA0EEE;
}
.AnyTagClassName
{
color: #FA0EEE;
}
</style>
background-color css
<style>
a { background-color: #FA0EEE; }
a { background-color: rgb(250,14,238); }
div.DivClassName
{
background-color: #FA0EEE;
}
.BgClassName
{
background-color: #FA0EEE;
}
</style>
border-color css
<style>
span { border-color: #FA0EEE; }
span { border-color: rgb(250,14,238); }
td.TdClassName
{
border-color: #FA0EEE;
}
.TagClassName
{
border-color: #FA0EEE;
}
</style>