Shades of Pale Magenta #FA7ADE
Tints of Pale Magenta #FA7ADE
RGB
CMYK
RGB Variations
Color information
#FA7ADE (or 0xFA7ADE) is known color: Pale Magenta. HEX triplet: FA, 7A and DE. RGB value is (250,122,222). Sum of RGB (Red+Green+Blue) = 250+122+222=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 122 (48.05% from 255 or 20.54% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7ADE is #058521. Grayscale: #ABABAB. Windows color (decimal): -361762 or 14580474. OLE color: 14580474.
HSL color Cylindrical-coordinate representation of color #FA7ADE: hue angle of 313.12º 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 #FA7ADE is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 222 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.02 |
| HSL | 313.13º | 0.93% | 0.73% | - |
| HSV(B) | 313.13º | 0.51% | 0.98% | - |
| XYZ | 59.57 | 39.52 | 73.6 | - |
| YUV | 171.67 | 156.41 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 222 | 0 | 0.51 | 0.11 | 0.02 | 313.13 | 0.93 | 0.73 |
| Hex | FA | 7A | DE | 0 | 33 | B | 2 | 139 | 5D | 49 |
| Octal | 372 | 172 | 336 | 0 | 63 | 13 | 2 | 471 | 135 | 111 |
| Binary | 11111010 | 1111010 | 11011110 | 0 | 110011 | 1011 | 10 | 100111001 | 1011101 | 1001001 |
Color Harmonies of #FA7ADE
Complementary color
Monochromatic Colors of #FA7ADE
Black with #FA7ADE
Text Example
Text Example
White with #FA7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7ADE; }
p { color: rgb(250,122,222); }
H1.HeaderClassName
{
color: #FA7ADE;
}
.AnyTagClassName
{
color: #FA7ADE;
}
</style>
background-color css
<style>
a { background-color: #FA7ADE; }
a { background-color: rgb(250,122,222); }
div.DivClassName
{
background-color: #FA7ADE;
}
.BgClassName
{
background-color: #FA7ADE;
}
</style>
border-color css
<style>
span { border-color: #FA7ADE; }
span { border-color: rgb(250,122,222); }
td.TdClassName
{
border-color: #FA7ADE;
}
.TagClassName
{
border-color: #FA7ADE;
}
</style>