Shades of Pale Magenta #FA73ED
Tints of Pale Magenta #FA73ED
RGB
CMYK
RGB Variations
Color information
#FA73ED (or 0xFA73ED) is known color: Pale Magenta. HEX triplet: FA, 73 and ED. RGB value is (250,115,237). Sum of RGB (Red+Green+Blue) = 250+115+237=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 115 (45.31% from 255 or 19.10% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA73ED is #058C12. Grayscale: #A8A8A8. Windows color (decimal): -363539 or 15561722. OLE color: 15561722.
HSL color Cylindrical-coordinate representation of color #FA73ED: hue angle of 305.78º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA73ED is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 237 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.02 |
| HSL | 305.78º | 0.93% | 0.72% | - |
| HSV(B) | 305.78º | 0.54% | 0.98% | - |
| XYZ | 60.84 | 38.7 | 84.38 | - |
| YUV | 169.27 | 166.23 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 237 | 0 | 0.54 | 0.05 | 0.02 | 305.78 | 0.93 | 0.72 |
| Hex | FA | 73 | ED | 0 | 36 | 5 | 2 | 132 | 5D | 48 |
| Octal | 372 | 163 | 355 | 0 | 66 | 5 | 2 | 462 | 135 | 110 |
| Binary | 11111010 | 1110011 | 11101101 | 0 | 110110 | 101 | 10 | 100110010 | 1011101 | 1001000 |
Color Harmonies of #FA73ED
Complementary color
Monochromatic Colors of #FA73ED
Black with #FA73ED
Text Example
Text Example
White with #FA73ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA73ED; }
p { color: rgb(250,115,237); }
H1.HeaderClassName
{
color: #FA73ED;
}
.AnyTagClassName
{
color: #FA73ED;
}
</style>
background-color css
<style>
a { background-color: #FA73ED; }
a { background-color: rgb(250,115,237); }
div.DivClassName
{
background-color: #FA73ED;
}
.BgClassName
{
background-color: #FA73ED;
}
</style>
border-color css
<style>
span { border-color: #FA73ED; }
span { border-color: rgb(250,115,237); }
td.TdClassName
{
border-color: #FA73ED;
}
.TagClassName
{
border-color: #FA73ED;
}
</style>