Shades of Pale Magenta #FA91ED
Tints of Pale Magenta #FA91ED
RGB
CMYK
RGB Variations
Color information
#FA91ED (or 0xFA91ED) is known color: Pale Magenta. HEX triplet: FA, 91 and ED. RGB value is (250,145,237). Sum of RGB (Red+Green+Blue) = 250+145+237=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 145 (57.03% from 255 or 22.94% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA91ED is #056E12. Grayscale: #BABABA. Windows color (decimal): -355859 or 15569402. OLE color: 15569402.
HSL color Cylindrical-coordinate representation of color #FA91ED: hue angle of 307.43º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA91ED is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 237 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.02 |
| HSL | 307.43º | 0.91% | 0.77% | - |
| HSV(B) | 307.43º | 0.42% | 0.98% | - |
| XYZ | 64.84 | 46.69 | 85.72 | - |
| YUV | 186.88 | 156.29 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 237 | 0 | 0.42 | 0.05 | 0.02 | 307.43 | 0.91 | 0.77 |
| Hex | FA | 91 | ED | 0 | 2A | 5 | 2 | 133 | 5B | 4D |
| Octal | 372 | 221 | 355 | 0 | 52 | 5 | 2 | 463 | 133 | 115 |
| Binary | 11111010 | 10010001 | 11101101 | 0 | 101010 | 101 | 10 | 100110011 | 1011011 | 1001101 |
Color Harmonies of #FA91ED
Complementary color
Monochromatic Colors of #FA91ED
Black with #FA91ED
Text Example
Text Example
White with #FA91ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA91ED; }
p { color: rgb(250,145,237); }
H1.HeaderClassName
{
color: #FA91ED;
}
.AnyTagClassName
{
color: #FA91ED;
}
</style>
background-color css
<style>
a { background-color: #FA91ED; }
a { background-color: rgb(250,145,237); }
div.DivClassName
{
background-color: #FA91ED;
}
.BgClassName
{
background-color: #FA91ED;
}
</style>
border-color css
<style>
span { border-color: #FA91ED; }
span { border-color: rgb(250,145,237); }
td.TdClassName
{
border-color: #FA91ED;
}
.TagClassName
{
border-color: #FA91ED;
}
</style>