Shades of Pale Magenta #F591EC
Tints of Pale Magenta #F591EC
RGB
CMYK
RGB Variations
Color information
#F591EC (or 0xF591EC) is known color: Pale Magenta. HEX triplet: F5, 91 and EC. RGB value is (245,145,236). Sum of RGB (Red+Green+Blue) = 245+145+236=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 145 (57.03% from 255 or 23.16% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 245 - color contains mainly: red. Hex color #F591EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F591EC is #0A6E13. Grayscale: #B9B9B9. Windows color (decimal): -683540 or 15503861. OLE color: 15503861.
HSL color Cylindrical-coordinate representation of color #F591EC: hue angle of 305.4º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F591EC is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 236 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.04 |
| HSL | 305.4º | 0.83% | 0.76% | - |
| HSV(B) | 305.4º | 0.41% | 0.96% | - |
| XYZ | 62.92 | 45.72 | 84.87 | - |
| YUV | 185.27 | 156.63 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 236 | 0 | 0.41 | 0.04 | 0.04 | 305.4 | 0.83 | 0.76 |
| Hex | F5 | 91 | EC | 0 | 29 | 4 | 4 | 131 | 53 | 4C |
| Octal | 365 | 221 | 354 | 0 | 51 | 4 | 4 | 461 | 123 | 114 |
| Binary | 11110101 | 10010001 | 11101100 | 0 | 101001 | 100 | 100 | 100110001 | 1010011 | 1001100 |
Color Harmonies of #F591EC
Complementary color
Monochromatic Colors of #F591EC
Black with #F591EC
Text Example
Text Example
White with #F591EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F591EC; }
p { color: rgb(245,145,236); }
H1.HeaderClassName
{
color: #F591EC;
}
.AnyTagClassName
{
color: #F591EC;
}
</style>
background-color css
<style>
a { background-color: #F591EC; }
a { background-color: rgb(245,145,236); }
div.DivClassName
{
background-color: #F591EC;
}
.BgClassName
{
background-color: #F591EC;
}
</style>
border-color css
<style>
span { border-color: #F591EC; }
span { border-color: rgb(245,145,236); }
td.TdClassName
{
border-color: #F591EC;
}
.TagClassName
{
border-color: #F591EC;
}
</style>