Shades of Pale Magenta #FA8AED
Tints of Pale Magenta #FA8AED
RGB
CMYK
RGB Variations
Color information
#FA8AED (or 0xFA8AED) is known color: Pale Magenta. HEX triplet: FA, 8A and ED. RGB value is (250,138,237). Sum of RGB (Red+Green+Blue) = 250+138+237=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 138 (54.30% from 255 or 22.08% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8AED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8AED is #057512. Grayscale: #B6B6B6. Windows color (decimal): -357651 or 15567610. OLE color: 15567610.
HSL color Cylindrical-coordinate representation of color #FA8AED: hue angle of 306.96º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FA8AED is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 237 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.02 |
| HSL | 306.96º | 0.92% | 0.76% | - |
| HSV(B) | 306.96º | 0.45% | 0.98% | - |
| XYZ | 63.8 | 44.62 | 85.37 | - |
| YUV | 182.77 | 158.61 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 237 | 0 | 0.45 | 0.05 | 0.02 | 306.96 | 0.92 | 0.76 |
| Hex | FA | 8A | ED | 0 | 2D | 5 | 2 | 133 | 5C | 4C |
| Octal | 372 | 212 | 355 | 0 | 55 | 5 | 2 | 463 | 134 | 114 |
| Binary | 11111010 | 10001010 | 11101101 | 0 | 101101 | 101 | 10 | 100110011 | 1011100 | 1001100 |
Color Harmonies of #FA8AED
Complementary color
Monochromatic Colors of #FA8AED
Black with #FA8AED
Text Example
Text Example
White with #FA8AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8AED; }
p { color: rgb(250,138,237); }
H1.HeaderClassName
{
color: #FA8AED;
}
.AnyTagClassName
{
color: #FA8AED;
}
</style>
background-color css
<style>
a { background-color: #FA8AED; }
a { background-color: rgb(250,138,237); }
div.DivClassName
{
background-color: #FA8AED;
}
.BgClassName
{
background-color: #FA8AED;
}
</style>
border-color css
<style>
span { border-color: #FA8AED; }
span { border-color: rgb(250,138,237); }
td.TdClassName
{
border-color: #FA8AED;
}
.TagClassName
{
border-color: #FA8AED;
}
</style>