Shades of Pale Magenta #F792E2
Tints of Pale Magenta #F792E2
RGB
CMYK
RGB Variations
Color information
#F792E2 (or 0xF792E2) is known color: Pale Magenta. HEX triplet: F7, 92 and E2. RGB value is (247,146,226). Sum of RGB (Red+Green+Blue) = 247+146+226=619 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.90% from 619); Green value is 146 (57.42% from 255 or 23.59% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 247 - color contains mainly: red. Hex color #F792E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F792E2 is #086D1D. Grayscale: #B9B9B9. Windows color (decimal): -552222 or 14848759. OLE color: 14848759.
HSL color Cylindrical-coordinate representation of color #F792E2: hue angle of 312.48º 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 #F792E2 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 146 | 226 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.03 |
| HSL | 312.48º | 0.86% | 0.77% | - |
| HSV(B) | 312.48º | 0.41% | 0.97% | - |
| XYZ | 62.36 | 45.82 | 77.51 | - |
| YUV | 185.32 | 150.96 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 146 | 226 | 0 | 0.41 | 0.09 | 0.03 | 312.48 | 0.86 | 0.77 |
| Hex | F7 | 92 | E2 | 0 | 29 | 9 | 3 | 138 | 56 | 4D |
| Octal | 367 | 222 | 342 | 0 | 51 | 11 | 3 | 470 | 126 | 115 |
| Binary | 11110111 | 10010010 | 11100010 | 0 | 101001 | 1001 | 11 | 100111000 | 1010110 | 1001101 |
Color Harmonies of #F792E2
Complementary color
Monochromatic Colors of #F792E2
Black with #F792E2
Text Example
Text Example
White with #F792E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F792E2; }
p { color: rgb(247,146,226); }
H1.HeaderClassName
{
color: #F792E2;
}
.AnyTagClassName
{
color: #F792E2;
}
</style>
background-color css
<style>
a { background-color: #F792E2; }
a { background-color: rgb(247,146,226); }
div.DivClassName
{
background-color: #F792E2;
}
.BgClassName
{
background-color: #F792E2;
}
</style>
border-color css
<style>
span { border-color: #F792E2; }
span { border-color: rgb(247,146,226); }
td.TdClassName
{
border-color: #F792E2;
}
.TagClassName
{
border-color: #F792E2;
}
</style>