Shades of Pale Magenta #FA8EE5
Tints of Pale Magenta #FA8EE5
RGB
CMYK
RGB Variations
Color information
#FA8EE5 (or 0xFA8EE5) is known color: Pale Magenta. HEX triplet: FA, 8E and E5. RGB value is (250,142,229). Sum of RGB (Red+Green+Blue) = 250+142+229=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 142 (55.86% from 255 or 22.87% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8EE5 is #05711A. Grayscale: #B7B7B7. Windows color (decimal): -356635 or 15044346. OLE color: 15044346.
HSL color Cylindrical-coordinate representation of color #FA8EE5: hue angle of 311.67º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8EE5 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 229 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.02 |
| HSL | 311.67º | 0.92% | 0.77% | - |
| HSV(B) | 311.67º | 0.43% | 0.98% | - |
| XYZ | 63.24 | 45.33 | 79.54 | - |
| YUV | 184.21 | 153.28 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 229 | 0 | 0.43 | 0.08 | 0.02 | 311.67 | 0.92 | 0.77 |
| Hex | FA | 8E | E5 | 0 | 2B | 8 | 2 | 138 | 5C | 4D |
| Octal | 372 | 216 | 345 | 0 | 53 | 10 | 2 | 470 | 134 | 115 |
| Binary | 11111010 | 10001110 | 11100101 | 0 | 101011 | 1000 | 10 | 100111000 | 1011100 | 1001101 |
Color Harmonies of #FA8EE5
Complementary color
Monochromatic Colors of #FA8EE5
Black with #FA8EE5
Text Example
Text Example
White with #FA8EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8EE5; }
p { color: rgb(250,142,229); }
H1.HeaderClassName
{
color: #FA8EE5;
}
.AnyTagClassName
{
color: #FA8EE5;
}
</style>
background-color css
<style>
a { background-color: #FA8EE5; }
a { background-color: rgb(250,142,229); }
div.DivClassName
{
background-color: #FA8EE5;
}
.BgClassName
{
background-color: #FA8EE5;
}
</style>
border-color css
<style>
span { border-color: #FA8EE5; }
span { border-color: rgb(250,142,229); }
td.TdClassName
{
border-color: #FA8EE5;
}
.TagClassName
{
border-color: #FA8EE5;
}
</style>