Shades of Pale Magenta #FA76ED
Tints of Pale Magenta #FA76ED
RGB
CMYK
RGB Variations
Color information
#FA76ED (or 0xFA76ED) is known color: Pale Magenta. HEX triplet: FA, 76 and ED. RGB value is (250,118,237). Sum of RGB (Red+Green+Blue) = 250+118+237=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 118 (46.48% from 255 or 19.50% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA76ED is #058912. Grayscale: #AAAAAA. Windows color (decimal): -362771 or 15562490. OLE color: 15562490.
HSL color Cylindrical-coordinate representation of color #FA76ED: hue angle of 305.91º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA76ED is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 237 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.02 |
| HSL | 305.91º | 0.93% | 0.72% | - |
| HSV(B) | 305.91º | 0.53% | 0.98% | - |
| XYZ | 61.19 | 39.4 | 84.5 | - |
| YUV | 171.03 | 165.23 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 237 | 0 | 0.53 | 0.05 | 0.02 | 305.91 | 0.93 | 0.72 |
| Hex | FA | 76 | ED | 0 | 35 | 5 | 2 | 132 | 5D | 48 |
| Octal | 372 | 166 | 355 | 0 | 65 | 5 | 2 | 462 | 135 | 110 |
| Binary | 11111010 | 1110110 | 11101101 | 0 | 110101 | 101 | 10 | 100110010 | 1011101 | 1001000 |
Color Harmonies of #FA76ED
Complementary color
Monochromatic Colors of #FA76ED
Black with #FA76ED
Text Example
Text Example
White with #FA76ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA76ED; }
p { color: rgb(250,118,237); }
H1.HeaderClassName
{
color: #FA76ED;
}
.AnyTagClassName
{
color: #FA76ED;
}
</style>
background-color css
<style>
a { background-color: #FA76ED; }
a { background-color: rgb(250,118,237); }
div.DivClassName
{
background-color: #FA76ED;
}
.BgClassName
{
background-color: #FA76ED;
}
</style>
border-color css
<style>
span { border-color: #FA76ED; }
span { border-color: rgb(250,118,237); }
td.TdClassName
{
border-color: #FA76ED;
}
.TagClassName
{
border-color: #FA76ED;
}
</style>