Shades of Pale Magenta #F593ED
Tints of Pale Magenta #F593ED
RGB
CMYK
RGB Variations
Color information
#F593ED (or 0xF593ED) is known color: Pale Magenta. HEX triplet: F5, 93 and ED. RGB value is (245,147,237). Sum of RGB (Red+Green+Blue) = 245+147+237=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 147 (57.81% from 255 or 23.37% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F593ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F593ED is #0A6C12. Grayscale: #BABABA. Windows color (decimal): -683027 or 15569909. OLE color: 15569909.
HSL color Cylindrical-coordinate representation of color #F593ED: hue angle of 304.9º 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 #F593ED is Cyan = 0, Magento = 0.4, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 237 | - |
| CMYK | 0 | 0.4 | 0.03 | 0.04 |
| HSL | 304.9º | 0.83% | 0.77% | - |
| HSV(B) | 304.9º | 0.4% | 0.96% | - |
| XYZ | 63.38 | 46.39 | 85.74 | - |
| YUV | 186.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 237 | 0 | 0.4 | 0.03 | 0.04 | 304.9 | 0.83 | 0.77 |
| Hex | F5 | 93 | ED | 0 | 28 | 3 | 4 | 131 | 53 | 4D |
| Octal | 365 | 223 | 355 | 0 | 50 | 3 | 4 | 461 | 123 | 115 |
| Binary | 11110101 | 10010011 | 11101101 | 0 | 101000 | 11 | 100 | 100110001 | 1010011 | 1001101 |
Color Harmonies of #F593ED
Complementary color
Monochromatic Colors of #F593ED
Black with #F593ED
Text Example
Text Example
White with #F593ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F593ED; }
p { color: rgb(245,147,237); }
H1.HeaderClassName
{
color: #F593ED;
}
.AnyTagClassName
{
color: #F593ED;
}
</style>
background-color css
<style>
a { background-color: #F593ED; }
a { background-color: rgb(245,147,237); }
div.DivClassName
{
background-color: #F593ED;
}
.BgClassName
{
background-color: #F593ED;
}
</style>
border-color css
<style>
span { border-color: #F593ED; }
span { border-color: rgb(245,147,237); }
td.TdClassName
{
border-color: #F593ED;
}
.TagClassName
{
border-color: #F593ED;
}
</style>