Shades of Pale Magenta #FA93ED
Tints of Pale Magenta #FA93ED
RGB
CMYK
RGB Variations
Color information
#FA93ED (or 0xFA93ED) is known color: Pale Magenta. HEX triplet: FA, 93 and ED. RGB value is (250,147,237). Sum of RGB (Red+Green+Blue) = 250+147+237=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 147 (57.81% from 255 or 23.19% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA93ED is #056C12. Grayscale: #BBBBBB. Windows color (decimal): -355347 or 15569914. OLE color: 15569914.
HSL color Cylindrical-coordinate representation of color #FA93ED: hue angle of 307.57º 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 #FA93ED is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 147 | 237 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.02 |
| HSL | 307.57º | 0.91% | 0.78% | - |
| HSV(B) | 307.57º | 0.41% | 0.98% | - |
| XYZ | 65.14 | 47.31 | 85.82 | - |
| YUV | 188.06 | 155.62 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 147 | 237 | 0 | 0.41 | 0.05 | 0.02 | 307.57 | 0.91 | 0.78 |
| Hex | FA | 93 | ED | 0 | 29 | 5 | 2 | 134 | 5B | 4E |
| Octal | 372 | 223 | 355 | 0 | 51 | 5 | 2 | 464 | 133 | 116 |
| Binary | 11111010 | 10010011 | 11101101 | 0 | 101001 | 101 | 10 | 100110100 | 1011011 | 1001110 |
Color Harmonies of #FA93ED
Complementary color
Monochromatic Colors of #FA93ED
Black with #FA93ED
Text Example
Text Example
White with #FA93ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA93ED; }
p { color: rgb(250,147,237); }
H1.HeaderClassName
{
color: #FA93ED;
}
.AnyTagClassName
{
color: #FA93ED;
}
</style>
background-color css
<style>
a { background-color: #FA93ED; }
a { background-color: rgb(250,147,237); }
div.DivClassName
{
background-color: #FA93ED;
}
.BgClassName
{
background-color: #FA93ED;
}
</style>
border-color css
<style>
span { border-color: #FA93ED; }
span { border-color: rgb(250,147,237); }
td.TdClassName
{
border-color: #FA93ED;
}
.TagClassName
{
border-color: #FA93ED;
}
</style>