Shades of Pale Magenta #FA90E6
Tints of Pale Magenta #FA90E6
RGB
CMYK
RGB Variations
Color information
#FA90E6 (or 0xFA90E6) is known color: Pale Magenta. HEX triplet: FA, 90 and E6. RGB value is (250,144,230). Sum of RGB (Red+Green+Blue) = 250+144+230=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 144 (56.64% from 255 or 23.08% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA90E6 is #056F19. Grayscale: #B9B9B9. Windows color (decimal): -356122 or 15110394. OLE color: 15110394.
HSL color Cylindrical-coordinate representation of color #FA90E6: hue angle of 311.32º 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 #FA90E6 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 230 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.02 |
| HSL | 311.32º | 0.91% | 0.77% | - |
| HSV(B) | 311.32º | 0.42% | 0.98% | - |
| XYZ | 63.68 | 45.98 | 80.38 | - |
| YUV | 185.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 230 | 0 | 0.42 | 0.08 | 0.02 | 311.32 | 0.91 | 0.77 |
| Hex | FA | 90 | E6 | 0 | 2A | 8 | 2 | 137 | 5B | 4D |
| Octal | 372 | 220 | 346 | 0 | 52 | 10 | 2 | 467 | 133 | 115 |
| Binary | 11111010 | 10010000 | 11100110 | 0 | 101010 | 1000 | 10 | 100110111 | 1011011 | 1001101 |
Color Harmonies of #FA90E6
Complementary color
Monochromatic Colors of #FA90E6
Black with #FA90E6
Text Example
Text Example
White with #FA90E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA90E6; }
p { color: rgb(250,144,230); }
H1.HeaderClassName
{
color: #FA90E6;
}
.AnyTagClassName
{
color: #FA90E6;
}
</style>
background-color css
<style>
a { background-color: #FA90E6; }
a { background-color: rgb(250,144,230); }
div.DivClassName
{
background-color: #FA90E6;
}
.BgClassName
{
background-color: #FA90E6;
}
</style>
border-color css
<style>
span { border-color: #FA90E6; }
span { border-color: rgb(250,144,230); }
td.TdClassName
{
border-color: #FA90E6;
}
.TagClassName
{
border-color: #FA90E6;
}
</style>