Shades of Pale Magenta #FA93E9
Tints of Pale Magenta #FA93E9
RGB
CMYK
RGB Variations
Color information
#FA93E9 (or 0xFA93E9) is known color: Pale Magenta. HEX triplet: FA, 93 and E9. RGB value is (250,147,233). Sum of RGB (Red+Green+Blue) = 250+147+233=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 147 (57.81% from 255 or 23.33% from 630); Blue value is 233 (91.41% from 255 or 36.98% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA93E9 is #056C16. Grayscale: #BBBBBB. Windows color (decimal): -355351 or 15307770. OLE color: 15307770.
HSL color Cylindrical-coordinate representation of color #FA93E9: hue angle of 309.9º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA93E9 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 147 | 233 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.02 |
| HSL | 309.9º | 0.91% | 0.78% | - |
| HSV(B) | 309.9º | 0.41% | 0.98% | - |
| XYZ | 64.57 | 47.07 | 82.77 | - |
| YUV | 187.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 147 | 233 | 0 | 0.41 | 0.07 | 0.02 | 309.9 | 0.91 | 0.78 |
| Hex | FA | 93 | E9 | 0 | 29 | 7 | 2 | 136 | 5B | 4E |
| Octal | 372 | 223 | 351 | 0 | 51 | 7 | 2 | 466 | 133 | 116 |
| Binary | 11111010 | 10010011 | 11101001 | 0 | 101001 | 111 | 10 | 100110110 | 1011011 | 1001110 |
Color Harmonies of #FA93E9
Complementary color
Monochromatic Colors of #FA93E9
Black with #FA93E9
Text Example
Text Example
White with #FA93E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA93E9; }
p { color: rgb(250,147,233); }
H1.HeaderClassName
{
color: #FA93E9;
}
.AnyTagClassName
{
color: #FA93E9;
}
</style>
background-color css
<style>
a { background-color: #FA93E9; }
a { background-color: rgb(250,147,233); }
div.DivClassName
{
background-color: #FA93E9;
}
.BgClassName
{
background-color: #FA93E9;
}
</style>
border-color css
<style>
span { border-color: #FA93E9; }
span { border-color: rgb(250,147,233); }
td.TdClassName
{
border-color: #FA93E9;
}
.TagClassName
{
border-color: #FA93E9;
}
</style>