Shades of Pale Magenta #FA93E8
Tints of Pale Magenta #FA93E8
RGB
CMYK
RGB Variations
Color information
#FA93E8 (or 0xFA93E8) is known color: Pale Magenta. HEX triplet: FA, 93 and E8. RGB value is (250,147,232). Sum of RGB (Red+Green+Blue) = 250+147+232=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 147 (57.81% from 255 or 23.37% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA93E8 is #056C17. Grayscale: #BBBBBB. Windows color (decimal): -355352 or 15242234. OLE color: 15242234.
HSL color Cylindrical-coordinate representation of color #FA93E8: hue angle of 310.49º 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 #FA93E8 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 147 | 232 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.02 |
| HSL | 310.49º | 0.91% | 0.78% | - |
| HSV(B) | 310.49º | 0.41% | 0.98% | - |
| XYZ | 64.42 | 47.02 | 82.02 | - |
| YUV | 187.49 | 153.12 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 147 | 232 | 0 | 0.41 | 0.07 | 0.02 | 310.49 | 0.91 | 0.78 |
| Hex | FA | 93 | E8 | 0 | 29 | 7 | 2 | 136 | 5B | 4E |
| Octal | 372 | 223 | 350 | 0 | 51 | 7 | 2 | 466 | 133 | 116 |
| Binary | 11111010 | 10010011 | 11101000 | 0 | 101001 | 111 | 10 | 100110110 | 1011011 | 1001110 |
Color Harmonies of #FA93E8
Complementary color
Monochromatic Colors of #FA93E8
Black with #FA93E8
Text Example
Text Example
White with #FA93E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA93E8; }
p { color: rgb(250,147,232); }
H1.HeaderClassName
{
color: #FA93E8;
}
.AnyTagClassName
{
color: #FA93E8;
}
</style>
background-color css
<style>
a { background-color: #FA93E8; }
a { background-color: rgb(250,147,232); }
div.DivClassName
{
background-color: #FA93E8;
}
.BgClassName
{
background-color: #FA93E8;
}
</style>
border-color css
<style>
span { border-color: #FA93E8; }
span { border-color: rgb(250,147,232); }
td.TdClassName
{
border-color: #FA93E8;
}
.TagClassName
{
border-color: #FA93E8;
}
</style>