Shades of Pale Magenta #FA6EE0
Tints of Pale Magenta #FA6EE0
RGB
CMYK
RGB Variations
Color information
#FA6EE0 (or 0xFA6EE0) is known color: Pale Magenta. HEX triplet: FA, 6E and E0. RGB value is (250,110,224). Sum of RGB (Red+Green+Blue) = 250+110+224=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 110 (43.36% from 255 or 18.84% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6EE0 is #05911F. Grayscale: #A4A4A4. Windows color (decimal): -364832 or 14708474. OLE color: 14708474.
HSL color Cylindrical-coordinate representation of color #FA6EE0: hue angle of 311.14º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6EE0 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 110 | 224 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.02 |
| HSL | 311.14º | 0.93% | 0.71% | - |
| HSV(B) | 311.14º | 0.56% | 0.98% | - |
| XYZ | 58.45 | 36.86 | 74.55 | - |
| YUV | 164.86 | 161.38 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 110 | 224 | 0 | 0.56 | 0.10 | 0.02 | 311.14 | 0.93 | 0.71 |
| Hex | FA | 6E | E0 | 0 | 38 | A | 2 | 137 | 5D | 47 |
| Octal | 372 | 156 | 340 | 0 | 70 | 12 | 2 | 467 | 135 | 107 |
| Binary | 11111010 | 1101110 | 11100000 | 0 | 111000 | 1010 | 10 | 100110111 | 1011101 | 1000111 |
Color Harmonies of #FA6EE0
Complementary color
Monochromatic Colors of #FA6EE0
Black with #FA6EE0
Text Example
Text Example
White with #FA6EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6EE0; }
p { color: rgb(250,110,224); }
H1.HeaderClassName
{
color: #FA6EE0;
}
.AnyTagClassName
{
color: #FA6EE0;
}
</style>
background-color css
<style>
a { background-color: #FA6EE0; }
a { background-color: rgb(250,110,224); }
div.DivClassName
{
background-color: #FA6EE0;
}
.BgClassName
{
background-color: #FA6EE0;
}
</style>
border-color css
<style>
span { border-color: #FA6EE0; }
span { border-color: rgb(250,110,224); }
td.TdClassName
{
border-color: #FA6EE0;
}
.TagClassName
{
border-color: #FA6EE0;
}
</style>