Shades of Pale Magenta #FA7AE6
Tints of Pale Magenta #FA7AE6
RGB
CMYK
RGB Variations
Color information
#FA7AE6 (or 0xFA7AE6) is known color: Pale Magenta. HEX triplet: FA, 7A and E6. RGB value is (250,122,230). Sum of RGB (Red+Green+Blue) = 250+122+230=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 122 (48.05% from 255 or 20.27% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7AE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7AE6 is #058519. Grayscale: #ACACAC. Windows color (decimal): -361754 or 15104762. OLE color: 15104762.
HSL color Cylindrical-coordinate representation of color #FA7AE6: hue angle of 309.38º 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 #FA7AE6 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 230 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.02 |
| HSL | 309.38º | 0.93% | 0.73% | - |
| HSV(B) | 309.38º | 0.51% | 0.98% | - |
| XYZ | 60.67 | 39.96 | 79.38 | - |
| YUV | 172.58 | 160.41 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 230 | 0 | 0.51 | 0.08 | 0.02 | 309.38 | 0.93 | 0.73 |
| Hex | FA | 7A | E6 | 0 | 33 | 8 | 2 | 135 | 5D | 49 |
| Octal | 372 | 172 | 346 | 0 | 63 | 10 | 2 | 465 | 135 | 111 |
| Binary | 11111010 | 1111010 | 11100110 | 0 | 110011 | 1000 | 10 | 100110101 | 1011101 | 1001001 |
Color Harmonies of #FA7AE6
Complementary color
Monochromatic Colors of #FA7AE6
Black with #FA7AE6
Text Example
Text Example
White with #FA7AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7AE6; }
p { color: rgb(250,122,230); }
H1.HeaderClassName
{
color: #FA7AE6;
}
.AnyTagClassName
{
color: #FA7AE6;
}
</style>
background-color css
<style>
a { background-color: #FA7AE6; }
a { background-color: rgb(250,122,230); }
div.DivClassName
{
background-color: #FA7AE6;
}
.BgClassName
{
background-color: #FA7AE6;
}
</style>
border-color css
<style>
span { border-color: #FA7AE6; }
span { border-color: rgb(250,122,230); }
td.TdClassName
{
border-color: #FA7AE6;
}
.TagClassName
{
border-color: #FA7AE6;
}
</style>