Shades of Pale Magenta #F493E9
Tints of Pale Magenta #F493E9
RGB
CMYK
RGB Variations
Color information
#F493E9 (or 0xF493E9) is known color: Pale Magenta. HEX triplet: F4, 93 and E9. RGB value is (244,147,233). Sum of RGB (Red+Green+Blue) = 244+147+233=624 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.10% from 624); Green value is 147 (57.81% from 255 or 23.56% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 244 - color contains mainly: red. Hex color #F493E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F493E9 is #0B6C16. Grayscale: #B9B9B9. Windows color (decimal): -748567 or 15307764. OLE color: 15307764.
HSL color Cylindrical-coordinate representation of color #F493E9: hue angle of 306.8º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F493E9 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 233 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.04 |
| HSL | 306.8º | 0.82% | 0.77% | - |
| HSV(B) | 306.8º | 0.4% | 0.96% | - |
| XYZ | 62.45 | 45.98 | 82.68 | - |
| YUV | 185.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 233 | 0 | 0.40 | 0.05 | 0.04 | 306.8 | 0.82 | 0.77 |
| Hex | F4 | 93 | E9 | 0 | 28 | 5 | 4 | 133 | 52 | 4D |
| Octal | 364 | 223 | 351 | 0 | 50 | 5 | 4 | 463 | 122 | 115 |
| Binary | 11110100 | 10010011 | 11101001 | 0 | 101000 | 101 | 100 | 100110011 | 1010010 | 1001101 |
Color Harmonies of #F493E9
Complementary color
Monochromatic Colors of #F493E9
Black with #F493E9
Text Example
Text Example
White with #F493E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F493E9; }
p { color: rgb(244,147,233); }
H1.HeaderClassName
{
color: #F493E9;
}
.AnyTagClassName
{
color: #F493E9;
}
</style>
background-color css
<style>
a { background-color: #F493E9; }
a { background-color: rgb(244,147,233); }
div.DivClassName
{
background-color: #F493E9;
}
.BgClassName
{
background-color: #F493E9;
}
</style>
border-color css
<style>
span { border-color: #F493E9; }
span { border-color: rgb(244,147,233); }
td.TdClassName
{
border-color: #F493E9;
}
.TagClassName
{
border-color: #F493E9;
}
</style>