Shades of Pale Magenta #F792EC
Tints of Pale Magenta #F792EC
RGB
CMYK
RGB Variations
Color information
#F792EC (or 0xF792EC) is known color: Pale Magenta. HEX triplet: F7, 92 and EC. RGB value is (247,146,236). Sum of RGB (Red+Green+Blue) = 247+146+236=629 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.27% from 629); Green value is 146 (57.42% from 255 or 23.21% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 247 - color contains mainly: red. Hex color #F792EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F792EC is #086D13. Grayscale: #BABABA. Windows color (decimal): -552212 or 15504119. OLE color: 15504119.
HSL color Cylindrical-coordinate representation of color #F792EC: hue angle of 306.53º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F792EC is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 146 | 236 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.03 |
| HSL | 306.53º | 0.86% | 0.77% | - |
| HSV(B) | 306.53º | 0.41% | 0.97% | - |
| XYZ | 63.78 | 46.39 | 84.95 | - |
| YUV | 186.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 146 | 236 | 0 | 0.41 | 0.04 | 0.03 | 306.53 | 0.86 | 0.77 |
| Hex | F7 | 92 | EC | 0 | 29 | 4 | 3 | 133 | 56 | 4D |
| Octal | 367 | 222 | 354 | 0 | 51 | 4 | 3 | 463 | 126 | 115 |
| Binary | 11110111 | 10010010 | 11101100 | 0 | 101001 | 100 | 11 | 100110011 | 1010110 | 1001101 |
Color Harmonies of #F792EC
Complementary color
Monochromatic Colors of #F792EC
Black with #F792EC
Text Example
Text Example
White with #F792EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F792EC; }
p { color: rgb(247,146,236); }
H1.HeaderClassName
{
color: #F792EC;
}
.AnyTagClassName
{
color: #F792EC;
}
</style>
background-color css
<style>
a { background-color: #F792EC; }
a { background-color: rgb(247,146,236); }
div.DivClassName
{
background-color: #F792EC;
}
.BgClassName
{
background-color: #F792EC;
}
</style>
border-color css
<style>
span { border-color: #F792EC; }
span { border-color: rgb(247,146,236); }
td.TdClassName
{
border-color: #F792EC;
}
.TagClassName
{
border-color: #F792EC;
}
</style>