Shades of Pale Magenta #F791ED
Tints of Pale Magenta #F791ED
RGB
CMYK
RGB Variations
Color information
#F791ED (or 0xF791ED) is known color: Pale Magenta. HEX triplet: F7, 91 and ED. RGB value is (247,145,237). Sum of RGB (Red+Green+Blue) = 247+145+237=629 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.27% from 629); Green value is 145 (57.03% from 255 or 23.05% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 247 - color contains mainly: red. Hex color #F791ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F791ED is #086E12. Grayscale: #B9B9B9. Windows color (decimal): -552467 or 15569399. OLE color: 15569399.
HSL color Cylindrical-coordinate representation of color #F791ED: hue angle of 305.88º 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 #F791ED is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 145 | 237 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.03 |
| HSL | 305.88º | 0.86% | 0.77% | - |
| HSV(B) | 305.88º | 0.41% | 0.97% | - |
| XYZ | 63.77 | 46.14 | 85.67 | - |
| YUV | 185.99 | 156.79 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 145 | 237 | 0 | 0.41 | 0.04 | 0.03 | 305.88 | 0.86 | 0.77 |
| Hex | F7 | 91 | ED | 0 | 29 | 4 | 3 | 132 | 56 | 4D |
| Octal | 367 | 221 | 355 | 0 | 51 | 4 | 3 | 462 | 126 | 115 |
| Binary | 11110111 | 10010001 | 11101101 | 0 | 101001 | 100 | 11 | 100110010 | 1010110 | 1001101 |
Color Harmonies of #F791ED
Complementary color
Monochromatic Colors of #F791ED
Black with #F791ED
Text Example
Text Example
White with #F791ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F791ED; }
p { color: rgb(247,145,237); }
H1.HeaderClassName
{
color: #F791ED;
}
.AnyTagClassName
{
color: #F791ED;
}
</style>
background-color css
<style>
a { background-color: #F791ED; }
a { background-color: rgb(247,145,237); }
div.DivClassName
{
background-color: #F791ED;
}
.BgClassName
{
background-color: #F791ED;
}
</style>
border-color css
<style>
span { border-color: #F791ED; }
span { border-color: rgb(247,145,237); }
td.TdClassName
{
border-color: #F791ED;
}
.TagClassName
{
border-color: #F791ED;
}
</style>