Shades of Pale Magenta #FA7EE0
Tints of Pale Magenta #FA7EE0
RGB
CMYK
RGB Variations
Color information
#FA7EE0 (or 0xFA7EE0) is known color: Pale Magenta. HEX triplet: FA, 7E and E0. RGB value is (250,126,224). Sum of RGB (Red+Green+Blue) = 250+126+224=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 126 (49.61% from 255 or 21% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7EE0 is #05811F. Grayscale: #ADADAD. Windows color (decimal): -360736 or 14712570. OLE color: 14712570.
HSL color Cylindrical-coordinate representation of color #FA7EE0: hue angle of 312.58º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7EE0 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 126 | 224 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.02 |
| HSL | 312.58º | 0.93% | 0.74% | - |
| HSV(B) | 312.58º | 0.5% | 0.98% | - |
| XYZ | 60.34 | 40.63 | 75.18 | - |
| YUV | 174.25 | 156.08 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 126 | 224 | 0 | 0.50 | 0.10 | 0.02 | 312.58 | 0.93 | 0.74 |
| Hex | FA | 7E | E0 | 0 | 32 | A | 2 | 139 | 5D | 4A |
| Octal | 372 | 176 | 340 | 0 | 62 | 12 | 2 | 471 | 135 | 112 |
| Binary | 11111010 | 1111110 | 11100000 | 0 | 110010 | 1010 | 10 | 100111001 | 1011101 | 1001010 |
Color Harmonies of #FA7EE0
Complementary color
Monochromatic Colors of #FA7EE0
Black with #FA7EE0
Text Example
Text Example
White with #FA7EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7EE0; }
p { color: rgb(250,126,224); }
H1.HeaderClassName
{
color: #FA7EE0;
}
.AnyTagClassName
{
color: #FA7EE0;
}
</style>
background-color css
<style>
a { background-color: #FA7EE0; }
a { background-color: rgb(250,126,224); }
div.DivClassName
{
background-color: #FA7EE0;
}
.BgClassName
{
background-color: #FA7EE0;
}
</style>
border-color css
<style>
span { border-color: #FA7EE0; }
span { border-color: rgb(250,126,224); }
td.TdClassName
{
border-color: #FA7EE0;
}
.TagClassName
{
border-color: #FA7EE0;
}
</style>