Shades of Pale Magenta #F794EE
Tints of Pale Magenta #F794EE
RGB
CMYK
RGB Variations
Color information
#F794EE (or 0xF794EE) is known color: Pale Magenta. HEX triplet: F7, 94 and EE. RGB value is (247,148,238). Sum of RGB (Red+Green+Blue) = 247+148+238=633 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.02% from 633); Green value is 148 (58.20% from 255 or 23.38% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 247 - color contains mainly: red. Hex color #F794EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F794EE is #086B11. Grayscale: #BBBBBB. Windows color (decimal): -551698 or 15635703. OLE color: 15635703.
HSL color Cylindrical-coordinate representation of color #F794EE: hue angle of 305.45º 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 #F794EE is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 148 | 238 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.03 |
| HSL | 305.45º | 0.86% | 0.77% | - |
| HSV(B) | 305.45º | 0.4% | 0.97% | - |
| XYZ | 64.38 | 47.13 | 86.59 | - |
| YUV | 187.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 148 | 238 | 0 | 0.40 | 0.04 | 0.03 | 305.45 | 0.86 | 0.77 |
| Hex | F7 | 94 | EE | 0 | 28 | 4 | 3 | 131 | 56 | 4D |
| Octal | 367 | 224 | 356 | 0 | 50 | 4 | 3 | 461 | 126 | 115 |
| Binary | 11110111 | 10010100 | 11101110 | 0 | 101000 | 100 | 11 | 100110001 | 1010110 | 1001101 |
Color Harmonies of #F794EE
Complementary color
Monochromatic Colors of #F794EE
Black with #F794EE
Text Example
Text Example
White with #F794EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F794EE; }
p { color: rgb(247,148,238); }
H1.HeaderClassName
{
color: #F794EE;
}
.AnyTagClassName
{
color: #F794EE;
}
</style>
background-color css
<style>
a { background-color: #F794EE; }
a { background-color: rgb(247,148,238); }
div.DivClassName
{
background-color: #F794EE;
}
.BgClassName
{
background-color: #F794EE;
}
</style>
border-color css
<style>
span { border-color: #F794EE; }
span { border-color: rgb(247,148,238); }
td.TdClassName
{
border-color: #F794EE;
}
.TagClassName
{
border-color: #F794EE;
}
</style>