Shades of Pale Magenta #F793EE
Tints of Pale Magenta #F793EE
RGB
CMYK
RGB Variations
Color information
#F793EE (or 0xF793EE) is known color: Pale Magenta. HEX triplet: F7, 93 and EE. RGB value is (247,147,238). Sum of RGB (Red+Green+Blue) = 247+147+238=632 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.08% from 632); Green value is 147 (57.81% from 255 or 23.26% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 247 - color contains mainly: red. Hex color #F793EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F793EE is #086C11. Grayscale: #BBBBBB. Windows color (decimal): -551954 or 15635447. OLE color: 15635447.
HSL color Cylindrical-coordinate representation of color #F793EE: hue angle of 305.4º 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 #F793EE is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 147 | 238 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.03 |
| HSL | 305.4º | 0.86% | 0.77% | - |
| HSV(B) | 305.4º | 0.4% | 0.97% | - |
| XYZ | 64.22 | 46.81 | 86.54 | - |
| YUV | 187.27 | 156.63 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 147 | 238 | 0 | 0.40 | 0.04 | 0.03 | 305.4 | 0.86 | 0.77 |
| Hex | F7 | 93 | EE | 0 | 28 | 4 | 3 | 131 | 56 | 4D |
| Octal | 367 | 223 | 356 | 0 | 50 | 4 | 3 | 461 | 126 | 115 |
| Binary | 11110111 | 10010011 | 11101110 | 0 | 101000 | 100 | 11 | 100110001 | 1010110 | 1001101 |
Color Harmonies of #F793EE
Complementary color
Monochromatic Colors of #F793EE
Black with #F793EE
Text Example
Text Example
White with #F793EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F793EE; }
p { color: rgb(247,147,238); }
H1.HeaderClassName
{
color: #F793EE;
}
.AnyTagClassName
{
color: #F793EE;
}
</style>
background-color css
<style>
a { background-color: #F793EE; }
a { background-color: rgb(247,147,238); }
div.DivClassName
{
background-color: #F793EE;
}
.BgClassName
{
background-color: #F793EE;
}
</style>
border-color css
<style>
span { border-color: #F793EE; }
span { border-color: rgb(247,147,238); }
td.TdClassName
{
border-color: #F793EE;
}
.TagClassName
{
border-color: #F793EE;
}
</style>