Shades of Pale Magenta #FA7AEA
Tints of Pale Magenta #FA7AEA
RGB
CMYK
RGB Variations
Color information
#FA7AEA (or 0xFA7AEA) is known color: Pale Magenta. HEX triplet: FA, 7A and EA. RGB value is (250,122,234). Sum of RGB (Red+Green+Blue) = 250+122+234=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 122 (48.05% from 255 or 20.13% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7AEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7AEA is #058515. Grayscale: #ACACAC. Windows color (decimal): -361750 or 15366906. OLE color: 15366906.
HSL color Cylindrical-coordinate representation of color #FA7AEA: hue angle of 307.5º 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 #FA7AEA is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 234 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.02 |
| HSL | 307.5º | 0.93% | 0.73% | - |
| HSV(B) | 307.5º | 0.51% | 0.98% | - |
| XYZ | 61.24 | 40.18 | 82.37 | - |
| YUV | 173.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 234 | 0 | 0.51 | 0.06 | 0.02 | 307.5 | 0.93 | 0.73 |
| Hex | FA | 7A | EA | 0 | 33 | 6 | 2 | 134 | 5D | 49 |
| Octal | 372 | 172 | 352 | 0 | 63 | 6 | 2 | 464 | 135 | 111 |
| Binary | 11111010 | 1111010 | 11101010 | 0 | 110011 | 110 | 10 | 100110100 | 1011101 | 1001001 |
Color Harmonies of #FA7AEA
Complementary color
Monochromatic Colors of #FA7AEA
Black with #FA7AEA
Text Example
Text Example
White with #FA7AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7AEA; }
p { color: rgb(250,122,234); }
H1.HeaderClassName
{
color: #FA7AEA;
}
.AnyTagClassName
{
color: #FA7AEA;
}
</style>
background-color css
<style>
a { background-color: #FA7AEA; }
a { background-color: rgb(250,122,234); }
div.DivClassName
{
background-color: #FA7AEA;
}
.BgClassName
{
background-color: #FA7AEA;
}
</style>
border-color css
<style>
span { border-color: #FA7AEA; }
span { border-color: rgb(250,122,234); }
td.TdClassName
{
border-color: #FA7AEA;
}
.TagClassName
{
border-color: #FA7AEA;
}
</style>