Shades of Pale Magenta #F593EC
Tints of Pale Magenta #F593EC
RGB
CMYK
RGB Variations
Color information
#F593EC (or 0xF593EC) is known color: Pale Magenta. HEX triplet: F5, 93 and EC. RGB value is (245,147,236). Sum of RGB (Red+Green+Blue) = 245+147+236=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 147 (57.81% from 255 or 23.41% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F593EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F593EC is #0A6C13. Grayscale: #BABABA. Windows color (decimal): -683028 or 15504373. OLE color: 15504373.
HSL color Cylindrical-coordinate representation of color #F593EC: hue angle of 305.51º degrees, saturation: 0.83, 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 #F593EC is Cyan = 0, Magento = 0.4, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 236 | - |
| CMYK | 0 | 0.4 | 0.04 | 0.04 |
| HSL | 305.51º | 0.83% | 0.77% | - |
| HSV(B) | 305.51º | 0.4% | 0.96% | - |
| XYZ | 63.23 | 46.34 | 84.97 | - |
| YUV | 186.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 236 | 0 | 0.4 | 0.04 | 0.04 | 305.51 | 0.83 | 0.77 |
| Hex | F5 | 93 | EC | 0 | 28 | 4 | 4 | 132 | 53 | 4D |
| Octal | 365 | 223 | 354 | 0 | 50 | 4 | 4 | 462 | 123 | 115 |
| Binary | 11110101 | 10010011 | 11101100 | 0 | 101000 | 100 | 100 | 100110010 | 1010011 | 1001101 |
Color Harmonies of #F593EC
Complementary color
Monochromatic Colors of #F593EC
Black with #F593EC
Text Example
Text Example
White with #F593EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F593EC; }
p { color: rgb(245,147,236); }
H1.HeaderClassName
{
color: #F593EC;
}
.AnyTagClassName
{
color: #F593EC;
}
</style>
background-color css
<style>
a { background-color: #F593EC; }
a { background-color: rgb(245,147,236); }
div.DivClassName
{
background-color: #F593EC;
}
.BgClassName
{
background-color: #F593EC;
}
</style>
border-color css
<style>
span { border-color: #F593EC; }
span { border-color: rgb(245,147,236); }
td.TdClassName
{
border-color: #F593EC;
}
.TagClassName
{
border-color: #F593EC;
}
</style>