Shades of Pale Magenta #FA90DE
Tints of Pale Magenta #FA90DE
RGB
CMYK
RGB Variations
Color information
#FA90DE (or 0xFA90DE) is known color: Pale Magenta. HEX triplet: FA, 90 and DE. RGB value is (250,144,222). Sum of RGB (Red+Green+Blue) = 250+144+222=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 144 (56.64% from 255 or 23.38% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA90DE is #056F21. Grayscale: #B8B8B8. Windows color (decimal): -356130 or 14586106. OLE color: 14586106.
HSL color Cylindrical-coordinate representation of color #FA90DE: hue angle of 315.85º 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 #FA90DE is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 222 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.02 |
| HSL | 315.85º | 0.91% | 0.77% | - |
| HSV(B) | 315.85º | 0.42% | 0.98% | - |
| XYZ | 62.58 | 45.54 | 74.6 | - |
| YUV | 184.59 | 149.12 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 222 | 0 | 0.42 | 0.11 | 0.02 | 315.85 | 0.91 | 0.77 |
| Hex | FA | 90 | DE | 0 | 2A | B | 2 | 13C | 5B | 4D |
| Octal | 372 | 220 | 336 | 0 | 52 | 13 | 2 | 474 | 133 | 115 |
| Binary | 11111010 | 10010000 | 11011110 | 0 | 101010 | 1011 | 10 | 100111100 | 1011011 | 1001101 |
Color Harmonies of #FA90DE
Complementary color
Monochromatic Colors of #FA90DE
Black with #FA90DE
Text Example
Text Example
White with #FA90DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA90DE; }
p { color: rgb(250,144,222); }
H1.HeaderClassName
{
color: #FA90DE;
}
.AnyTagClassName
{
color: #FA90DE;
}
</style>
background-color css
<style>
a { background-color: #FA90DE; }
a { background-color: rgb(250,144,222); }
div.DivClassName
{
background-color: #FA90DE;
}
.BgClassName
{
background-color: #FA90DE;
}
</style>
border-color css
<style>
span { border-color: #FA90DE; }
span { border-color: rgb(250,144,222); }
td.TdClassName
{
border-color: #FA90DE;
}
.TagClassName
{
border-color: #FA90DE;
}
</style>