Shades of Pale Magenta #F791E7
Tints of Pale Magenta #F791E7
RGB
CMYK
RGB Variations
Color information
#F791E7 (or 0xF791E7) is known color: Pale Magenta. HEX triplet: F7, 91 and E7. RGB value is (247,145,231). Sum of RGB (Red+Green+Blue) = 247+145+231=623 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.65% from 623); Green value is 145 (57.03% from 255 or 23.27% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 247 - color contains mainly: red. Hex color #F791E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F791E7 is #086E18. Grayscale: #B9B9B9. Windows color (decimal): -552473 or 15176183. OLE color: 15176183.
HSL color Cylindrical-coordinate representation of color #F791E7: hue angle of 309.41º 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 #F791E7 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 145 | 231 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.03 |
| HSL | 309.41º | 0.86% | 0.77% | - |
| HSV(B) | 309.41º | 0.41% | 0.97% | - |
| XYZ | 62.91 | 45.79 | 81.12 | - |
| YUV | 185.3 | 153.79 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 145 | 231 | 0 | 0.41 | 0.06 | 0.03 | 309.41 | 0.86 | 0.77 |
| Hex | F7 | 91 | E7 | 0 | 29 | 6 | 3 | 135 | 56 | 4D |
| Octal | 367 | 221 | 347 | 0 | 51 | 6 | 3 | 465 | 126 | 115 |
| Binary | 11110111 | 10010001 | 11100111 | 0 | 101001 | 110 | 11 | 100110101 | 1010110 | 1001101 |
Color Harmonies of #F791E7
Complementary color
Monochromatic Colors of #F791E7
Black with #F791E7
Text Example
Text Example
White with #F791E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F791E7; }
p { color: rgb(247,145,231); }
H1.HeaderClassName
{
color: #F791E7;
}
.AnyTagClassName
{
color: #F791E7;
}
</style>
background-color css
<style>
a { background-color: #F791E7; }
a { background-color: rgb(247,145,231); }
div.DivClassName
{
background-color: #F791E7;
}
.BgClassName
{
background-color: #F791E7;
}
</style>
border-color css
<style>
span { border-color: #F791E7; }
span { border-color: rgb(247,145,231); }
td.TdClassName
{
border-color: #F791E7;
}
.TagClassName
{
border-color: #F791E7;
}
</style>