Shades of Pale Magenta #FA7EE5
Tints of Pale Magenta #FA7EE5
RGB
CMYK
RGB Variations
Color information
#FA7EE5 (or 0xFA7EE5) is known color: Pale Magenta. HEX triplet: FA, 7E and E5. RGB value is (250,126,229). Sum of RGB (Red+Green+Blue) = 250+126+229=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 126 (49.61% from 255 or 20.83% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7EE5 is #05811A. Grayscale: #AEAEAE. Windows color (decimal): -360731 or 15040250. OLE color: 15040250.
HSL color Cylindrical-coordinate representation of color #FA7EE5: hue angle of 310.16º 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 #FA7EE5 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 126 | 229 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.02 |
| HSL | 310.16º | 0.93% | 0.74% | - |
| HSV(B) | 310.16º | 0.5% | 0.98% | - |
| XYZ | 61.03 | 40.9 | 78.81 | - |
| YUV | 174.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 126 | 229 | 0 | 0.50 | 0.08 | 0.02 | 310.16 | 0.93 | 0.74 |
| Hex | FA | 7E | E5 | 0 | 32 | 8 | 2 | 136 | 5D | 4A |
| Octal | 372 | 176 | 345 | 0 | 62 | 10 | 2 | 466 | 135 | 112 |
| Binary | 11111010 | 1111110 | 11100101 | 0 | 110010 | 1000 | 10 | 100110110 | 1011101 | 1001010 |
Color Harmonies of #FA7EE5
Complementary color
Monochromatic Colors of #FA7EE5
Black with #FA7EE5
Text Example
Text Example
White with #FA7EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7EE5; }
p { color: rgb(250,126,229); }
H1.HeaderClassName
{
color: #FA7EE5;
}
.AnyTagClassName
{
color: #FA7EE5;
}
</style>
background-color css
<style>
a { background-color: #FA7EE5; }
a { background-color: rgb(250,126,229); }
div.DivClassName
{
background-color: #FA7EE5;
}
.BgClassName
{
background-color: #FA7EE5;
}
</style>
border-color css
<style>
span { border-color: #FA7EE5; }
span { border-color: rgb(250,126,229); }
td.TdClassName
{
border-color: #FA7EE5;
}
.TagClassName
{
border-color: #FA7EE5;
}
</style>