Shades of Pale Magenta #FA7FED
Tints of Pale Magenta #FA7FED
RGB
CMYK
RGB Variations
Color information
#FA7FED (or 0xFA7FED) is known color: Pale Magenta. HEX triplet: FA, 7F and ED. RGB value is (250,127,237). Sum of RGB (Red+Green+Blue) = 250+127+237=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 127 (50% from 255 or 20.68% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7FED is #058012. Grayscale: #B0B0B0. Windows color (decimal): -360467 or 15564794. OLE color: 15564794.
HSL color Cylindrical-coordinate representation of color #FA7FED: hue angle of 306.34º 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 #FA7FED is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 127 | 237 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.02 |
| HSL | 306.34º | 0.92% | 0.74% | - |
| HSV(B) | 306.34º | 0.49% | 0.98% | - |
| XYZ | 62.3 | 41.62 | 84.87 | - |
| YUV | 176.32 | 162.25 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 127 | 237 | 0 | 0.49 | 0.05 | 0.02 | 306.34 | 0.92 | 0.74 |
| Hex | FA | 7F | ED | 0 | 31 | 5 | 2 | 132 | 5C | 4A |
| Octal | 372 | 177 | 355 | 0 | 61 | 5 | 2 | 462 | 134 | 112 |
| Binary | 11111010 | 1111111 | 11101101 | 0 | 110001 | 101 | 10 | 100110010 | 1011100 | 1001010 |
Color Harmonies of #FA7FED
Complementary color
Monochromatic Colors of #FA7FED
Black with #FA7FED
Text Example
Text Example
White with #FA7FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7FED; }
p { color: rgb(250,127,237); }
H1.HeaderClassName
{
color: #FA7FED;
}
.AnyTagClassName
{
color: #FA7FED;
}
</style>
background-color css
<style>
a { background-color: #FA7FED; }
a { background-color: rgb(250,127,237); }
div.DivClassName
{
background-color: #FA7FED;
}
.BgClassName
{
background-color: #FA7FED;
}
</style>
border-color css
<style>
span { border-color: #FA7FED; }
span { border-color: rgb(250,127,237); }
td.TdClassName
{
border-color: #FA7FED;
}
.TagClassName
{
border-color: #FA7FED;
}
</style>