Shades of Pale Magenta #FA7FEC
Tints of Pale Magenta #FA7FEC
RGB
CMYK
RGB Variations
Color information
#FA7FEC (or 0xFA7FEC) is known color: Pale Magenta. HEX triplet: FA, 7F and EC. RGB value is (250,127,236). Sum of RGB (Red+Green+Blue) = 250+127+236=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 127 (50% from 255 or 20.72% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7FEC is #058013. Grayscale: #AFAFAF. Windows color (decimal): -360468 or 15499258. OLE color: 15499258.
HSL color Cylindrical-coordinate representation of color #FA7FEC: hue angle of 306.83º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA7FEC is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 127 | 236 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.02 |
| HSL | 306.83º | 0.92% | 0.74% | - |
| HSV(B) | 306.83º | 0.49% | 0.98% | - |
| XYZ | 62.15 | 41.56 | 84.1 | - |
| YUV | 176.2 | 161.75 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 127 | 236 | 0 | 0.49 | 0.06 | 0.02 | 306.83 | 0.92 | 0.74 |
| Hex | FA | 7F | EC | 0 | 31 | 6 | 2 | 133 | 5C | 4A |
| Octal | 372 | 177 | 354 | 0 | 61 | 6 | 2 | 463 | 134 | 112 |
| Binary | 11111010 | 1111111 | 11101100 | 0 | 110001 | 110 | 10 | 100110011 | 1011100 | 1001010 |
Color Harmonies of #FA7FEC
Complementary color
Monochromatic Colors of #FA7FEC
Black with #FA7FEC
Text Example
Text Example
White with #FA7FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7FEC; }
p { color: rgb(250,127,236); }
H1.HeaderClassName
{
color: #FA7FEC;
}
.AnyTagClassName
{
color: #FA7FEC;
}
</style>
background-color css
<style>
a { background-color: #FA7FEC; }
a { background-color: rgb(250,127,236); }
div.DivClassName
{
background-color: #FA7FEC;
}
.BgClassName
{
background-color: #FA7FEC;
}
</style>
border-color css
<style>
span { border-color: #FA7FEC; }
span { border-color: rgb(250,127,236); }
td.TdClassName
{
border-color: #FA7FEC;
}
.TagClassName
{
border-color: #FA7FEC;
}
</style>