Shades of Pale Magenta #FA7AD6
Tints of Pale Magenta #FA7AD6
RGB
CMYK
RGB Variations
Color information
#FA7AD6 (or 0xFA7AD6) is known color: Pale Magenta. HEX triplet: FA, 7A and D6. RGB value is (250,122,214). Sum of RGB (Red+Green+Blue) = 250+122+214=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 122 (48.05% from 255 or 20.82% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7AD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7AD6 is #058529. Grayscale: #AAAAAA. Windows color (decimal): -361770 or 14056186. OLE color: 14056186.
HSL color Cylindrical-coordinate representation of color #FA7AD6: hue angle of 316.88º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7AD6 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 214 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.02 |
| HSL | 316.88º | 0.93% | 0.73% | - |
| HSV(B) | 316.88º | 0.51% | 0.98% | - |
| XYZ | 58.52 | 39.1 | 68.08 | - |
| YUV | 170.76 | 152.41 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 214 | 0 | 0.51 | 0.14 | 0.02 | 316.88 | 0.93 | 0.73 |
| Hex | FA | 7A | D6 | 0 | 33 | E | 2 | 13D | 5D | 49 |
| Octal | 372 | 172 | 326 | 0 | 63 | 16 | 2 | 475 | 135 | 111 |
| Binary | 11111010 | 1111010 | 11010110 | 0 | 110011 | 1110 | 10 | 100111101 | 1011101 | 1001001 |
Color Harmonies of #FA7AD6
Complementary color
Monochromatic Colors of #FA7AD6
Black with #FA7AD6
Text Example
Text Example
White with #FA7AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7AD6; }
p { color: rgb(250,122,214); }
H1.HeaderClassName
{
color: #FA7AD6;
}
.AnyTagClassName
{
color: #FA7AD6;
}
</style>
background-color css
<style>
a { background-color: #FA7AD6; }
a { background-color: rgb(250,122,214); }
div.DivClassName
{
background-color: #FA7AD6;
}
.BgClassName
{
background-color: #FA7AD6;
}
</style>
border-color css
<style>
span { border-color: #FA7AD6; }
span { border-color: rgb(250,122,214); }
td.TdClassName
{
border-color: #FA7AD6;
}
.TagClassName
{
border-color: #FA7AD6;
}
</style>