Shades of Pale Magenta #FA7DEE
Tints of Pale Magenta #FA7DEE
RGB
CMYK
RGB Variations
Color information
#FA7DEE (or 0xFA7DEE) is known color: Pale Magenta. HEX triplet: FA, 7D and EE. RGB value is (250,125,238). Sum of RGB (Red+Green+Blue) = 250+125+238=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 125 (49.22% from 255 or 20.39% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7DEE is #058211. Grayscale: #AEAEAE. Windows color (decimal): -360978 or 15629818. OLE color: 15629818.
HSL color Cylindrical-coordinate representation of color #FA7DEE: hue angle of 305.76º 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 #FA7DEE is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 238 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.02 |
| HSL | 305.76º | 0.93% | 0.74% | - |
| HSV(B) | 305.76º | 0.5% | 0.98% | - |
| XYZ | 62.19 | 41.16 | 85.56 | - |
| YUV | 175.26 | 163.41 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 238 | 0 | 0.50 | 0.05 | 0.02 | 305.76 | 0.93 | 0.74 |
| Hex | FA | 7D | EE | 0 | 32 | 5 | 2 | 132 | 5D | 4A |
| Octal | 372 | 175 | 356 | 0 | 62 | 5 | 2 | 462 | 135 | 112 |
| Binary | 11111010 | 1111101 | 11101110 | 0 | 110010 | 101 | 10 | 100110010 | 1011101 | 1001010 |
Color Harmonies of #FA7DEE
Complementary color
Monochromatic Colors of #FA7DEE
Black with #FA7DEE
Text Example
Text Example
White with #FA7DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7DEE; }
p { color: rgb(250,125,238); }
H1.HeaderClassName
{
color: #FA7DEE;
}
.AnyTagClassName
{
color: #FA7DEE;
}
</style>
background-color css
<style>
a { background-color: #FA7DEE; }
a { background-color: rgb(250,125,238); }
div.DivClassName
{
background-color: #FA7DEE;
}
.BgClassName
{
background-color: #FA7DEE;
}
</style>
border-color css
<style>
span { border-color: #FA7DEE; }
span { border-color: rgb(250,125,238); }
td.TdClassName
{
border-color: #FA7DEE;
}
.TagClassName
{
border-color: #FA7DEE;
}
</style>