Shades of Pale Magenta #F792E8
Tints of Pale Magenta #F792E8
RGB
CMYK
RGB Variations
Color information
#F792E8 (or 0xF792E8) is known color: Pale Magenta. HEX triplet: F7, 92 and E8. RGB value is (247,146,232). Sum of RGB (Red+Green+Blue) = 247+146+232=625 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.52% from 625); Green value is 146 (57.42% from 255 or 23.36% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 247 - color contains mainly: red. Hex color #F792E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F792E8 is #086D17. Grayscale: #B9B9B9. Windows color (decimal): -552216 or 15241975. OLE color: 15241975.
HSL color Cylindrical-coordinate representation of color #F792E8: hue angle of 308.91º 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 #F792E8 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 146 | 232 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.03 |
| HSL | 308.91º | 0.86% | 0.77% | - |
| HSV(B) | 308.91º | 0.41% | 0.97% | - |
| XYZ | 63.2 | 46.16 | 81.92 | - |
| YUV | 186 | 153.96 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 146 | 232 | 0 | 0.41 | 0.06 | 0.03 | 308.91 | 0.86 | 0.77 |
| Hex | F7 | 92 | E8 | 0 | 29 | 6 | 3 | 135 | 56 | 4D |
| Octal | 367 | 222 | 350 | 0 | 51 | 6 | 3 | 465 | 126 | 115 |
| Binary | 11110111 | 10010010 | 11101000 | 0 | 101001 | 110 | 11 | 100110101 | 1010110 | 1001101 |
Color Harmonies of #F792E8
Complementary color
Monochromatic Colors of #F792E8
Black with #F792E8
Text Example
Text Example
White with #F792E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F792E8; }
p { color: rgb(247,146,232); }
H1.HeaderClassName
{
color: #F792E8;
}
.AnyTagClassName
{
color: #F792E8;
}
</style>
background-color css
<style>
a { background-color: #F792E8; }
a { background-color: rgb(247,146,232); }
div.DivClassName
{
background-color: #F792E8;
}
.BgClassName
{
background-color: #F792E8;
}
</style>
border-color css
<style>
span { border-color: #F792E8; }
span { border-color: rgb(247,146,232); }
td.TdClassName
{
border-color: #F792E8;
}
.TagClassName
{
border-color: #F792E8;
}
</style>