Shades of Pale Magenta #FA93EA
Tints of Pale Magenta #FA93EA
RGB
CMYK
RGB Variations
Color information
#FA93EA (or 0xFA93EA) is known color: Pale Magenta. HEX triplet: FA, 93 and EA. RGB value is (250,147,234). Sum of RGB (Red+Green+Blue) = 250+147+234=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 147 (57.81% from 255 or 23.30% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA93EA is #056C15. Grayscale: #BBBBBB. Windows color (decimal): -355350 or 15373306. OLE color: 15373306.
HSL color Cylindrical-coordinate representation of color #FA93EA: hue angle of 309.32º 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 #FA93EA is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 147 | 234 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.02 |
| HSL | 309.32º | 0.91% | 0.78% | - |
| HSV(B) | 309.32º | 0.41% | 0.98% | - |
| XYZ | 64.71 | 47.13 | 83.53 | - |
| YUV | 187.72 | 154.12 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 147 | 234 | 0 | 0.41 | 0.06 | 0.02 | 309.32 | 0.91 | 0.78 |
| Hex | FA | 93 | EA | 0 | 29 | 6 | 2 | 135 | 5B | 4E |
| Octal | 372 | 223 | 352 | 0 | 51 | 6 | 2 | 465 | 133 | 116 |
| Binary | 11111010 | 10010011 | 11101010 | 0 | 101001 | 110 | 10 | 100110101 | 1011011 | 1001110 |
Color Harmonies of #FA93EA
Complementary color
Monochromatic Colors of #FA93EA
Black with #FA93EA
Text Example
Text Example
White with #FA93EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA93EA; }
p { color: rgb(250,147,234); }
H1.HeaderClassName
{
color: #FA93EA;
}
.AnyTagClassName
{
color: #FA93EA;
}
</style>
background-color css
<style>
a { background-color: #FA93EA; }
a { background-color: rgb(250,147,234); }
div.DivClassName
{
background-color: #FA93EA;
}
.BgClassName
{
background-color: #FA93EA;
}
</style>
border-color css
<style>
span { border-color: #FA93EA; }
span { border-color: rgb(250,147,234); }
td.TdClassName
{
border-color: #FA93EA;
}
.TagClassName
{
border-color: #FA93EA;
}
</style>