Shades of Tea Rose #F791CF
Tints of Tea Rose #F791CF
RGB
CMYK
RGB Variations
Color information
#F791CF (or 0xF791CF) is known color: Tea Rose. HEX triplet: F7, 91 and CF. RGB value is (247,145,207). Sum of RGB (Red+Green+Blue) = 247+145+207=599 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.24% from 599); Green value is 145 (57.03% from 255 or 24.21% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 247 - color contains mainly: red. Hex color #F791CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F791CF is #086E30. Grayscale: #B6B6B6. Windows color (decimal): -552497 or 13603319. OLE color: 13603319.
HSL color Cylindrical-coordinate representation of color #F791CF: hue angle of 323.53º 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 #F791CF is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 145 | 207 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.03 |
| HSL | 323.53º | 0.86% | 0.77% | - |
| HSV(B) | 323.53º | 0.41% | 0.97% | - |
| XYZ | 59.75 | 44.53 | 64.48 | - |
| YUV | 182.57 | 141.79 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 145 | 207 | 0 | 0.41 | 0.16 | 0.03 | 323.53 | 0.86 | 0.77 |
| Hex | F7 | 91 | CF | 0 | 29 | 10 | 3 | 144 | 56 | 4D |
| Octal | 367 | 221 | 317 | 0 | 51 | 20 | 3 | 504 | 126 | 115 |
| Binary | 11110111 | 10010001 | 11001111 | 0 | 101001 | 10000 | 11 | 101000100 | 1010110 | 1001101 |
Color Harmonies of #F791CF
Complementary color
Monochromatic Colors of #F791CF
Black with #F791CF
Text Example
Text Example
White with #F791CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F791CF; }
p { color: rgb(247,145,207); }
H1.HeaderClassName
{
color: #F791CF;
}
.AnyTagClassName
{
color: #F791CF;
}
</style>
background-color css
<style>
a { background-color: #F791CF; }
a { background-color: rgb(247,145,207); }
div.DivClassName
{
background-color: #F791CF;
}
.BgClassName
{
background-color: #F791CF;
}
</style>
border-color css
<style>
span { border-color: #F791CF; }
span { border-color: rgb(247,145,207); }
td.TdClassName
{
border-color: #F791CF;
}
.TagClassName
{
border-color: #F791CF;
}
</style>