Shades of Pale Magenta #FA90ED
Tints of Pale Magenta #FA90ED
RGB
CMYK
RGB Variations
Color information
#FA90ED (or 0xFA90ED) is known color: Pale Magenta. HEX triplet: FA, 90 and ED. RGB value is (250,144,237). Sum of RGB (Red+Green+Blue) = 250+144+237=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 144 (56.64% from 255 or 22.82% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA90ED is #056F12. Grayscale: #BABABA. Windows color (decimal): -356115 or 15569146. OLE color: 15569146.
HSL color Cylindrical-coordinate representation of color #FA90ED: hue angle of 307.36º 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 #FA90ED is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 237 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.02 |
| HSL | 307.36º | 0.91% | 0.77% | - |
| HSV(B) | 307.36º | 0.42% | 0.98% | - |
| XYZ | 64.68 | 46.38 | 85.66 | - |
| YUV | 186.3 | 156.62 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 237 | 0 | 0.42 | 0.05 | 0.02 | 307.36 | 0.91 | 0.77 |
| Hex | FA | 90 | ED | 0 | 2A | 5 | 2 | 133 | 5B | 4D |
| Octal | 372 | 220 | 355 | 0 | 52 | 5 | 2 | 463 | 133 | 115 |
| Binary | 11111010 | 10010000 | 11101101 | 0 | 101010 | 101 | 10 | 100110011 | 1011011 | 1001101 |
Color Harmonies of #FA90ED
Complementary color
Monochromatic Colors of #FA90ED
Black with #FA90ED
Text Example
Text Example
White with #FA90ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA90ED; }
p { color: rgb(250,144,237); }
H1.HeaderClassName
{
color: #FA90ED;
}
.AnyTagClassName
{
color: #FA90ED;
}
</style>
background-color css
<style>
a { background-color: #FA90ED; }
a { background-color: rgb(250,144,237); }
div.DivClassName
{
background-color: #FA90ED;
}
.BgClassName
{
background-color: #FA90ED;
}
</style>
border-color css
<style>
span { border-color: #FA90ED; }
span { border-color: rgb(250,144,237); }
td.TdClassName
{
border-color: #FA90ED;
}
.TagClassName
{
border-color: #FA90ED;
}
</style>