Shades of Pale Magenta #FA7EE8
Tints of Pale Magenta #FA7EE8
RGB
CMYK
RGB Variations
Color information
#FA7EE8 (or 0xFA7EE8) is known color: Pale Magenta. HEX triplet: FA, 7E and E8. RGB value is (250,126,232). Sum of RGB (Red+Green+Blue) = 250+126+232=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 126 (49.61% from 255 or 20.72% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7EE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7EE8 is #058117. Grayscale: #AEAEAE. Windows color (decimal): -360728 or 15236858. OLE color: 15236858.
HSL color Cylindrical-coordinate representation of color #FA7EE8: hue angle of 308.71º 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 #FA7EE8 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 126 | 232 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.02 |
| HSL | 308.71º | 0.93% | 0.74% | - |
| HSV(B) | 308.71º | 0.5% | 0.98% | - |
| XYZ | 61.45 | 41.07 | 81.03 | - |
| YUV | 175.16 | 160.08 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 126 | 232 | 0 | 0.50 | 0.07 | 0.02 | 308.71 | 0.93 | 0.74 |
| Hex | FA | 7E | E8 | 0 | 32 | 7 | 2 | 135 | 5D | 4A |
| Octal | 372 | 176 | 350 | 0 | 62 | 7 | 2 | 465 | 135 | 112 |
| Binary | 11111010 | 1111110 | 11101000 | 0 | 110010 | 111 | 10 | 100110101 | 1011101 | 1001010 |
Color Harmonies of #FA7EE8
Complementary color
Monochromatic Colors of #FA7EE8
Black with #FA7EE8
Text Example
Text Example
White with #FA7EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7EE8; }
p { color: rgb(250,126,232); }
H1.HeaderClassName
{
color: #FA7EE8;
}
.AnyTagClassName
{
color: #FA7EE8;
}
</style>
background-color css
<style>
a { background-color: #FA7EE8; }
a { background-color: rgb(250,126,232); }
div.DivClassName
{
background-color: #FA7EE8;
}
.BgClassName
{
background-color: #FA7EE8;
}
</style>
border-color css
<style>
span { border-color: #FA7EE8; }
span { border-color: rgb(250,126,232); }
td.TdClassName
{
border-color: #FA7EE8;
}
.TagClassName
{
border-color: #FA7EE8;
}
</style>