Shades of Pale Magenta #FA8EE2
Tints of Pale Magenta #FA8EE2
RGB
CMYK
RGB Variations
Color information
#FA8EE2 (or 0xFA8EE2) is known color: Pale Magenta. HEX triplet: FA, 8E and E2. RGB value is (250,142,226). Sum of RGB (Red+Green+Blue) = 250+142+226=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 142 (55.86% from 255 or 22.98% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8EE2 is #05711D. Grayscale: #B7B7B7. Windows color (decimal): -356638 or 14847738. OLE color: 14847738.
HSL color Cylindrical-coordinate representation of color #FA8EE2: hue angle of 313.33º 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 #FA8EE2 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 226 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.02 |
| HSL | 313.33º | 0.92% | 0.77% | - |
| HSV(B) | 313.33º | 0.43% | 0.98% | - |
| XYZ | 62.82 | 45.16 | 77.36 | - |
| YUV | 183.87 | 151.78 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 226 | 0 | 0.43 | 0.10 | 0.02 | 313.33 | 0.92 | 0.77 |
| Hex | FA | 8E | E2 | 0 | 2B | A | 2 | 139 | 5C | 4D |
| Octal | 372 | 216 | 342 | 0 | 53 | 12 | 2 | 471 | 134 | 115 |
| Binary | 11111010 | 10001110 | 11100010 | 0 | 101011 | 1010 | 10 | 100111001 | 1011100 | 1001101 |
Color Harmonies of #FA8EE2
Complementary color
Monochromatic Colors of #FA8EE2
Black with #FA8EE2
Text Example
Text Example
White with #FA8EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8EE2; }
p { color: rgb(250,142,226); }
H1.HeaderClassName
{
color: #FA8EE2;
}
.AnyTagClassName
{
color: #FA8EE2;
}
</style>
background-color css
<style>
a { background-color: #FA8EE2; }
a { background-color: rgb(250,142,226); }
div.DivClassName
{
background-color: #FA8EE2;
}
.BgClassName
{
background-color: #FA8EE2;
}
</style>
border-color css
<style>
span { border-color: #FA8EE2; }
span { border-color: rgb(250,142,226); }
td.TdClassName
{
border-color: #FA8EE2;
}
.TagClassName
{
border-color: #FA8EE2;
}
</style>