Shades of Pale Magenta #F593E8
Tints of Pale Magenta #F593E8
RGB
CMYK
RGB Variations
Color information
#F593E8 (or 0xF593E8) is known color: Pale Magenta. HEX triplet: F5, 93 and E8. RGB value is (245,147,232). Sum of RGB (Red+Green+Blue) = 245+147+232=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 147 (57.81% from 255 or 23.56% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F593E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F593E8 is #0A6C17. Grayscale: #B9B9B9. Windows color (decimal): -683032 or 15242229. OLE color: 15242229.
HSL color Cylindrical-coordinate representation of color #F593E8: hue angle of 307.96º 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 #F593E8 is Cyan = 0, Magento = 0.4, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 232 | - |
| CMYK | 0 | 0.4 | 0.05 | 0.04 |
| HSL | 307.96º | 0.83% | 0.77% | - |
| HSV(B) | 307.96º | 0.4% | 0.96% | - |
| XYZ | 62.66 | 46.11 | 81.94 | - |
| YUV | 185.99 | 153.97 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 232 | 0 | 0.4 | 0.05 | 0.04 | 307.96 | 0.83 | 0.77 |
| Hex | F5 | 93 | E8 | 0 | 28 | 5 | 4 | 134 | 53 | 4D |
| Octal | 365 | 223 | 350 | 0 | 50 | 5 | 4 | 464 | 123 | 115 |
| Binary | 11110101 | 10010011 | 11101000 | 0 | 101000 | 101 | 100 | 100110100 | 1010011 | 1001101 |
Color Harmonies of #F593E8
Complementary color
Monochromatic Colors of #F593E8
Black with #F593E8
Text Example
Text Example
White with #F593E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F593E8; }
p { color: rgb(245,147,232); }
H1.HeaderClassName
{
color: #F593E8;
}
.AnyTagClassName
{
color: #F593E8;
}
</style>
background-color css
<style>
a { background-color: #F593E8; }
a { background-color: rgb(245,147,232); }
div.DivClassName
{
background-color: #F593E8;
}
.BgClassName
{
background-color: #F593E8;
}
</style>
border-color css
<style>
span { border-color: #F593E8; }
span { border-color: rgb(245,147,232); }
td.TdClassName
{
border-color: #F593E8;
}
.TagClassName
{
border-color: #F593E8;
}
</style>