Shades of Tea Rose #F791BF
Tints of Tea Rose #F791BF
RGB
CMYK
RGB Variations
Color information
#F791BF (or 0xF791BF) is known color: Tea Rose. HEX triplet: F7, 91 and BF. RGB value is (247,145,191). Sum of RGB (Red+Green+Blue) = 247+145+191=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F791BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F791BF is #086E40. Grayscale: #B4B4B4. Windows color (decimal): -552513 or 12554743. OLE color: 12554743.
HSL color Cylindrical-coordinate representation of color #F791BF: hue angle of 332.94º 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 #F791BF is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 145 | 191 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.03 |
| HSL | 332.94º | 0.86% | 0.77% | - |
| HSV(B) | 332.94º | 0.41% | 0.97% | - |
| XYZ | 57.89 | 43.79 | 54.69 | - |
| YUV | 180.74 | 133.79 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 145 | 191 | 0 | 0.41 | 0.23 | 0.03 | 332.94 | 0.86 | 0.77 |
| Hex | F7 | 91 | BF | 0 | 29 | 17 | 3 | 14D | 56 | 4D |
| Octal | 367 | 221 | 277 | 0 | 51 | 27 | 3 | 515 | 126 | 115 |
| Binary | 11110111 | 10010001 | 10111111 | 0 | 101001 | 10111 | 11 | 101001101 | 1010110 | 1001101 |
Color Harmonies of #F791BF
Complementary color
Monochromatic Colors of #F791BF
Black with #F791BF
Text Example
Text Example
White with #F791BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F791BF; }
p { color: rgb(247,145,191); }
H1.HeaderClassName
{
color: #F791BF;
}
.AnyTagClassName
{
color: #F791BF;
}
</style>
background-color css
<style>
a { background-color: #F791BF; }
a { background-color: rgb(247,145,191); }
div.DivClassName
{
background-color: #F791BF;
}
.BgClassName
{
background-color: #F791BF;
}
</style>
border-color css
<style>
span { border-color: #F791BF; }
span { border-color: rgb(247,145,191); }
td.TdClassName
{
border-color: #F791BF;
}
.TagClassName
{
border-color: #F791BF;
}
</style>