Shades of Pale Magenta #FA90EE
Tints of Pale Magenta #FA90EE
RGB
CMYK
RGB Variations
Color information
#FA90EE (or 0xFA90EE) is known color: Pale Magenta. HEX triplet: FA, 90 and EE. RGB value is (250,144,238). Sum of RGB (Red+Green+Blue) = 250+144+238=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 144 (56.64% from 255 or 22.78% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA90EE is #056F11. Grayscale: #BABABA. Windows color (decimal): -356114 or 15634682. OLE color: 15634682.
HSL color Cylindrical-coordinate representation of color #FA90EE: hue angle of 306.79º 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 #FA90EE is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 238 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.02 |
| HSL | 306.79º | 0.91% | 0.77% | - |
| HSV(B) | 306.79º | 0.42% | 0.98% | - |
| XYZ | 64.83 | 46.44 | 86.44 | - |
| YUV | 186.41 | 157.12 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 238 | 0 | 0.42 | 0.05 | 0.02 | 306.79 | 0.91 | 0.77 |
| Hex | FA | 90 | EE | 0 | 2A | 5 | 2 | 133 | 5B | 4D |
| Octal | 372 | 220 | 356 | 0 | 52 | 5 | 2 | 463 | 133 | 115 |
| Binary | 11111010 | 10010000 | 11101110 | 0 | 101010 | 101 | 10 | 100110011 | 1011011 | 1001101 |
Color Harmonies of #FA90EE
Complementary color
Monochromatic Colors of #FA90EE
Black with #FA90EE
Text Example
Text Example
White with #FA90EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA90EE; }
p { color: rgb(250,144,238); }
H1.HeaderClassName
{
color: #FA90EE;
}
.AnyTagClassName
{
color: #FA90EE;
}
</style>
background-color css
<style>
a { background-color: #FA90EE; }
a { background-color: rgb(250,144,238); }
div.DivClassName
{
background-color: #FA90EE;
}
.BgClassName
{
background-color: #FA90EE;
}
</style>
border-color css
<style>
span { border-color: #FA90EE; }
span { border-color: rgb(250,144,238); }
td.TdClassName
{
border-color: #FA90EE;
}
.TagClassName
{
border-color: #FA90EE;
}
</style>