Shades of Pale Magenta #F490EC
Tints of Pale Magenta #F490EC
RGB
CMYK
RGB Variations
Color information
#F490EC (or 0xF490EC) is known color: Pale Magenta. HEX triplet: F4, 90 and EC. RGB value is (244,144,236). Sum of RGB (Red+Green+Blue) = 244+144+236=624 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.10% from 624); Green value is 144 (56.64% from 255 or 23.08% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 244 - color contains mainly: red. Hex color #F490EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F490EC is #0B6F13. Grayscale: #B8B8B8. Windows color (decimal): -749332 or 15503604. OLE color: 15503604.
HSL color Cylindrical-coordinate representation of color #F490EC: hue angle of 304.8º degrees, saturation: 0.82, 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 #F490EC is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 236 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.04 |
| HSL | 304.8º | 0.82% | 0.76% | - |
| HSV(B) | 304.8º | 0.41% | 0.96% | - |
| XYZ | 62.42 | 45.24 | 84.8 | - |
| YUV | 184.39 | 157.13 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 236 | 0 | 0.41 | 0.03 | 0.04 | 304.8 | 0.82 | 0.76 |
| Hex | F4 | 90 | EC | 0 | 29 | 3 | 4 | 131 | 52 | 4C |
| Octal | 364 | 220 | 354 | 0 | 51 | 3 | 4 | 461 | 122 | 114 |
| Binary | 11110100 | 10010000 | 11101100 | 0 | 101001 | 11 | 100 | 100110001 | 1010010 | 1001100 |
Color Harmonies of #F490EC
Complementary color
Monochromatic Colors of #F490EC
Black with #F490EC
Text Example
Text Example
White with #F490EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F490EC; }
p { color: rgb(244,144,236); }
H1.HeaderClassName
{
color: #F490EC;
}
.AnyTagClassName
{
color: #F490EC;
}
</style>
background-color css
<style>
a { background-color: #F490EC; }
a { background-color: rgb(244,144,236); }
div.DivClassName
{
background-color: #F490EC;
}
.BgClassName
{
background-color: #F490EC;
}
</style>
border-color css
<style>
span { border-color: #F490EC; }
span { border-color: rgb(244,144,236); }
td.TdClassName
{
border-color: #F490EC;
}
.TagClassName
{
border-color: #F490EC;
}
</style>