Shades of Pale Magenta #F494EC
Tints of Pale Magenta #F494EC
RGB
CMYK
RGB Variations
Color information
#F494EC (or 0xF494EC) is known color: Pale Magenta. HEX triplet: F4, 94 and EC. RGB value is (244,148,236). Sum of RGB (Red+Green+Blue) = 244+148+236=628 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.85% from 628); Green value is 148 (58.20% from 255 or 23.57% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 244 - color contains mainly: red. Hex color #F494EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F494EC is #0B6B13. Grayscale: #BABABA. Windows color (decimal): -748308 or 15504628. OLE color: 15504628.
HSL color Cylindrical-coordinate representation of color #F494EC: hue angle of 305º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F494EC is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 148 | 236 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.04 |
| HSL | 305º | 0.81% | 0.77% | - |
| HSV(B) | 305º | 0.39% | 0.96% | - |
| XYZ | 63.04 | 46.47 | 85 | - |
| YUV | 186.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 148 | 236 | 0 | 0.39 | 0.03 | 0.04 | 305 | 0.81 | 0.77 |
| Hex | F4 | 94 | EC | 0 | 27 | 3 | 4 | 131 | 51 | 4D |
| Octal | 364 | 224 | 354 | 0 | 47 | 3 | 4 | 461 | 121 | 115 |
| Binary | 11110100 | 10010100 | 11101100 | 0 | 100111 | 11 | 100 | 100110001 | 1010001 | 1001101 |
Color Harmonies of #F494EC
Complementary color
Monochromatic Colors of #F494EC
Black with #F494EC
Text Example
Text Example
White with #F494EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F494EC; }
p { color: rgb(244,148,236); }
H1.HeaderClassName
{
color: #F494EC;
}
.AnyTagClassName
{
color: #F494EC;
}
</style>
background-color css
<style>
a { background-color: #F494EC; }
a { background-color: rgb(244,148,236); }
div.DivClassName
{
background-color: #F494EC;
}
.BgClassName
{
background-color: #F494EC;
}
</style>
border-color css
<style>
span { border-color: #F494EC; }
span { border-color: rgb(244,148,236); }
td.TdClassName
{
border-color: #F494EC;
}
.TagClassName
{
border-color: #F494EC;
}
</style>