Shades of Pale Magenta #F794EC
Tints of Pale Magenta #F794EC
RGB
CMYK
RGB Variations
Color information
#F794EC (or 0xF794EC) is known color: Pale Magenta. HEX triplet: F7, 94 and EC. RGB value is (247,148,236). Sum of RGB (Red+Green+Blue) = 247+148+236=631 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.14% from 631); Green value is 148 (58.20% from 255 or 23.45% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 247 - color contains mainly: red. Hex color #F794EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F794EC is #086B13. Grayscale: #BBBBBB. Windows color (decimal): -551700 or 15504631. OLE color: 15504631.
HSL color Cylindrical-coordinate representation of color #F794EC: hue angle of 306.67º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F794EC is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 148 | 236 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.03 |
| HSL | 306.67º | 0.86% | 0.77% | - |
| HSV(B) | 306.67º | 0.4% | 0.97% | - |
| XYZ | 64.09 | 47.01 | 85.05 | - |
| YUV | 187.63 | 155.3 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 148 | 236 | 0 | 0.40 | 0.04 | 0.03 | 306.67 | 0.86 | 0.77 |
| Hex | F7 | 94 | EC | 0 | 28 | 4 | 3 | 133 | 56 | 4D |
| Octal | 367 | 224 | 354 | 0 | 50 | 4 | 3 | 463 | 126 | 115 |
| Binary | 11110111 | 10010100 | 11101100 | 0 | 101000 | 100 | 11 | 100110011 | 1010110 | 1001101 |
Color Harmonies of #F794EC
Complementary color
Monochromatic Colors of #F794EC
Black with #F794EC
Text Example
Text Example
White with #F794EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F794EC; }
p { color: rgb(247,148,236); }
H1.HeaderClassName
{
color: #F794EC;
}
.AnyTagClassName
{
color: #F794EC;
}
</style>
background-color css
<style>
a { background-color: #F794EC; }
a { background-color: rgb(247,148,236); }
div.DivClassName
{
background-color: #F794EC;
}
.BgClassName
{
background-color: #F794EC;
}
</style>
border-color css
<style>
span { border-color: #F794EC; }
span { border-color: rgb(247,148,236); }
td.TdClassName
{
border-color: #F794EC;
}
.TagClassName
{
border-color: #F794EC;
}
</style>