Shades of Pale Magenta #FA7ED4
Tints of Pale Magenta #FA7ED4
RGB
CMYK
RGB Variations
Color information
#FA7ED4 (or 0xFA7ED4) is known color: Pale Magenta. HEX triplet: FA, 7E and D4. RGB value is (250,126,212). Sum of RGB (Red+Green+Blue) = 250+126+212=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 126 (49.61% from 255 or 21.43% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7ED4 is #05812B. Grayscale: #ACACAC. Windows color (decimal): -360748 or 13926138. OLE color: 13926138.
HSL color Cylindrical-coordinate representation of color #FA7ED4: hue angle of 318.39º 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 #FA7ED4 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 126 | 212 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.02 |
| HSL | 318.39º | 0.93% | 0.74% | - |
| HSV(B) | 318.39º | 0.5% | 0.98% | - |
| XYZ | 58.77 | 40 | 66.91 | - |
| YUV | 172.88 | 150.08 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 126 | 212 | 0 | 0.50 | 0.15 | 0.02 | 318.39 | 0.93 | 0.74 |
| Hex | FA | 7E | D4 | 0 | 32 | F | 2 | 13E | 5D | 4A |
| Octal | 372 | 176 | 324 | 0 | 62 | 17 | 2 | 476 | 135 | 112 |
| Binary | 11111010 | 1111110 | 11010100 | 0 | 110010 | 1111 | 10 | 100111110 | 1011101 | 1001010 |
Color Harmonies of #FA7ED4
Complementary color
Monochromatic Colors of #FA7ED4
Black with #FA7ED4
Text Example
Text Example
White with #FA7ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7ED4; }
p { color: rgb(250,126,212); }
H1.HeaderClassName
{
color: #FA7ED4;
}
.AnyTagClassName
{
color: #FA7ED4;
}
</style>
background-color css
<style>
a { background-color: #FA7ED4; }
a { background-color: rgb(250,126,212); }
div.DivClassName
{
background-color: #FA7ED4;
}
.BgClassName
{
background-color: #FA7ED4;
}
</style>
border-color css
<style>
span { border-color: #FA7ED4; }
span { border-color: rgb(250,126,212); }
td.TdClassName
{
border-color: #FA7ED4;
}
.TagClassName
{
border-color: #FA7ED4;
}
</style>