Shades of Magenta #FA0EE7
Tints of Magenta #FA0EE7
RGB
CMYK
RGB Variations
Color information
#FA0EE7 (or 0xFA0EE7) is known color: Magenta. HEX triplet: FA, 0E and E7. RGB value is (250,14,231). Sum of RGB (Red+Green+Blue) = 250+14+231=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 14 (5.86% from 255 or 2.83% from 495); Blue value is 231 (90.62% from 255 or 46.67% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0EE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0EE7 is #05F118. Grayscale: #6C6C6C. Windows color (decimal): -389401 or 15142650. OLE color: 15142650.
HSL color Cylindrical-coordinate representation of color #FA0EE7: hue angle of 304.83º 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 #FA0EE7 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 231 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.02 |
| HSL | 304.83º | 0.96% | 0.52% | - |
| HSV(B) | 304.83º | 0.94% | 0.98% | - |
| XYZ | 54.01 | 26.41 | 77.85 | - |
| YUV | 109.3 | 196.69 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 231 | 0 | 0.94 | 0.08 | 0.02 | 304.83 | 0.96 | 0.52 |
| Hex | FA | E | E7 | 0 | 5E | 8 | 2 | 131 | 60 | 34 |
| Octal | 372 | 16 | 347 | 0 | 136 | 10 | 2 | 461 | 140 | 64 |
| Binary | 11111010 | 1110 | 11100111 | 0 | 1011110 | 1000 | 10 | 100110001 | 1100000 | 110100 |
Color Harmonies of #FA0EE7
Complementary color
Monochromatic Colors of #FA0EE7
Black with #FA0EE7
Text Example
Text Example
White with #FA0EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0EE7; }
p { color: rgb(250,14,231); }
H1.HeaderClassName
{
color: #FA0EE7;
}
.AnyTagClassName
{
color: #FA0EE7;
}
</style>
background-color css
<style>
a { background-color: #FA0EE7; }
a { background-color: rgb(250,14,231); }
div.DivClassName
{
background-color: #FA0EE7;
}
.BgClassName
{
background-color: #FA0EE7;
}
</style>
border-color css
<style>
span { border-color: #FA0EE7; }
span { border-color: rgb(250,14,231); }
td.TdClassName
{
border-color: #FA0EE7;
}
.TagClassName
{
border-color: #FA0EE7;
}
</style>