Shades of Pale Magenta #FA8EF1
Tints of Pale Magenta #FA8EF1
RGB
CMYK
RGB Variations
Color information
#FA8EF1 (or 0xFA8EF1) is known color: Pale Magenta. HEX triplet: FA, 8E and F1. RGB value is (250,142,241). Sum of RGB (Red+Green+Blue) = 250+142+241=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 142 (55.86% from 255 or 22.43% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8EF1 is #05710E. Grayscale: #B9B9B9. Windows color (decimal): -356623 or 15830778. OLE color: 15830778.
HSL color Cylindrical-coordinate representation of color #FA8EF1: hue angle of 305º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8EF1 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 241 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.02 |
| HSL | 305º | 0.92% | 0.77% | - |
| HSV(B) | 305º | 0.43% | 0.98% | - |
| XYZ | 64.97 | 46.02 | 88.68 | - |
| YUV | 185.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 241 | 0 | 0.43 | 0.04 | 0.02 | 305 | 0.92 | 0.77 |
| Hex | FA | 8E | F1 | 0 | 2B | 4 | 2 | 131 | 5C | 4D |
| Octal | 372 | 216 | 361 | 0 | 53 | 4 | 2 | 461 | 134 | 115 |
| Binary | 11111010 | 10001110 | 11110001 | 0 | 101011 | 100 | 10 | 100110001 | 1011100 | 1001101 |
Color Harmonies of #FA8EF1
Complementary color
Monochromatic Colors of #FA8EF1
Black with #FA8EF1
Text Example
Text Example
White with #FA8EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8EF1; }
p { color: rgb(250,142,241); }
H1.HeaderClassName
{
color: #FA8EF1;
}
.AnyTagClassName
{
color: #FA8EF1;
}
</style>
background-color css
<style>
a { background-color: #FA8EF1; }
a { background-color: rgb(250,142,241); }
div.DivClassName
{
background-color: #FA8EF1;
}
.BgClassName
{
background-color: #FA8EF1;
}
</style>
border-color css
<style>
span { border-color: #FA8EF1; }
span { border-color: rgb(250,142,241); }
td.TdClassName
{
border-color: #FA8EF1;
}
.TagClassName
{
border-color: #FA8EF1;
}
</style>