Shades of Pale Magenta #F590EC
Tints of Pale Magenta #F590EC
RGB
CMYK
RGB Variations
Color information
#F590EC (or 0xF590EC) is known color: Pale Magenta. HEX triplet: F5, 90 and EC. RGB value is (245,144,236). Sum of RGB (Red+Green+Blue) = 245+144+236=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 144 (56.64% from 255 or 23.04% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F590EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F590EC is #0A6F13. Grayscale: #B8B8B8. Windows color (decimal): -683796 or 15503605. OLE color: 15503605.
HSL color Cylindrical-coordinate representation of color #F590EC: hue angle of 305.35º 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 #F590EC is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 236 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.04 |
| HSL | 305.35º | 0.83% | 0.76% | - |
| HSV(B) | 305.35º | 0.41% | 0.96% | - |
| XYZ | 62.77 | 45.42 | 84.81 | - |
| YUV | 184.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 236 | 0 | 0.41 | 0.04 | 0.04 | 305.35 | 0.83 | 0.76 |
| Hex | F5 | 90 | EC | 0 | 29 | 4 | 4 | 131 | 53 | 4C |
| Octal | 365 | 220 | 354 | 0 | 51 | 4 | 4 | 461 | 123 | 114 |
| Binary | 11110101 | 10010000 | 11101100 | 0 | 101001 | 100 | 100 | 100110001 | 1010011 | 1001100 |
Color Harmonies of #F590EC
Complementary color
Monochromatic Colors of #F590EC
Black with #F590EC
Text Example
Text Example
White with #F590EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F590EC; }
p { color: rgb(245,144,236); }
H1.HeaderClassName
{
color: #F590EC;
}
.AnyTagClassName
{
color: #F590EC;
}
</style>
background-color css
<style>
a { background-color: #F590EC; }
a { background-color: rgb(245,144,236); }
div.DivClassName
{
background-color: #F590EC;
}
.BgClassName
{
background-color: #F590EC;
}
</style>
border-color css
<style>
span { border-color: #F590EC; }
span { border-color: rgb(245,144,236); }
td.TdClassName
{
border-color: #F590EC;
}
.TagClassName
{
border-color: #F590EC;
}
</style>