Shades of Pale Magenta #FA91EE
Tints of Pale Magenta #FA91EE
RGB
CMYK
RGB Variations
Color information
#FA91EE (or 0xFA91EE) is known color: Pale Magenta. HEX triplet: FA, 91 and EE. RGB value is (250,145,238). Sum of RGB (Red+Green+Blue) = 250+145+238=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 145 (57.03% from 255 or 22.91% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA91EE is #056E11. Grayscale: #BABABA. Windows color (decimal): -355858 or 15634938. OLE color: 15634938.
HSL color Cylindrical-coordinate representation of color #FA91EE: hue angle of 306.86º 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 #FA91EE is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 238 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.02 |
| HSL | 306.86º | 0.91% | 0.77% | - |
| HSV(B) | 306.86º | 0.42% | 0.98% | - |
| XYZ | 64.98 | 46.75 | 86.49 | - |
| YUV | 187 | 156.79 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 238 | 0 | 0.42 | 0.05 | 0.02 | 306.86 | 0.91 | 0.77 |
| Hex | FA | 91 | EE | 0 | 2A | 5 | 2 | 133 | 5B | 4D |
| Octal | 372 | 221 | 356 | 0 | 52 | 5 | 2 | 463 | 133 | 115 |
| Binary | 11111010 | 10010001 | 11101110 | 0 | 101010 | 101 | 10 | 100110011 | 1011011 | 1001101 |
Color Harmonies of #FA91EE
Complementary color
Monochromatic Colors of #FA91EE
Black with #FA91EE
Text Example
Text Example
White with #FA91EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA91EE; }
p { color: rgb(250,145,238); }
H1.HeaderClassName
{
color: #FA91EE;
}
.AnyTagClassName
{
color: #FA91EE;
}
</style>
background-color css
<style>
a { background-color: #FA91EE; }
a { background-color: rgb(250,145,238); }
div.DivClassName
{
background-color: #FA91EE;
}
.BgClassName
{
background-color: #FA91EE;
}
</style>
border-color css
<style>
span { border-color: #FA91EE; }
span { border-color: rgb(250,145,238); }
td.TdClassName
{
border-color: #FA91EE;
}
.TagClassName
{
border-color: #FA91EE;
}
</style>