Shades of Tea Rose #F791D0
Tints of Tea Rose #F791D0
RGB
CMYK
RGB Variations
Color information
#F791D0 (or 0xF791D0) is known color: Tea Rose. HEX triplet: F7, 91 and D0. RGB value is (247,145,208). Sum of RGB (Red+Green+Blue) = 247+145+208=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 145 (57.03% from 255 or 24.17% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 247 - color contains mainly: red. Hex color #F791D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F791D0 is #086E2F. Grayscale: #B6B6B6. Windows color (decimal): -552496 or 13668855. OLE color: 13668855.
HSL color Cylindrical-coordinate representation of color #F791D0: hue angle of 322.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 #F791D0 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 145 | 208 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.03 |
| HSL | 322.94º | 0.86% | 0.77% | - |
| HSV(B) | 322.94º | 0.41% | 0.97% | - |
| XYZ | 59.87 | 44.58 | 65.12 | - |
| YUV | 182.68 | 142.29 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 145 | 208 | 0 | 0.41 | 0.16 | 0.03 | 322.94 | 0.86 | 0.77 |
| Hex | F7 | 91 | D0 | 0 | 29 | 10 | 3 | 143 | 56 | 4D |
| Octal | 367 | 221 | 320 | 0 | 51 | 20 | 3 | 503 | 126 | 115 |
| Binary | 11110111 | 10010001 | 11010000 | 0 | 101001 | 10000 | 11 | 101000011 | 1010110 | 1001101 |
Color Harmonies of #F791D0
Complementary color
Monochromatic Colors of #F791D0
Black with #F791D0
Text Example
Text Example
White with #F791D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F791D0; }
p { color: rgb(247,145,208); }
H1.HeaderClassName
{
color: #F791D0;
}
.AnyTagClassName
{
color: #F791D0;
}
</style>
background-color css
<style>
a { background-color: #F791D0; }
a { background-color: rgb(247,145,208); }
div.DivClassName
{
background-color: #F791D0;
}
.BgClassName
{
background-color: #F791D0;
}
</style>
border-color css
<style>
span { border-color: #F791D0; }
span { border-color: rgb(247,145,208); }
td.TdClassName
{
border-color: #F791D0;
}
.TagClassName
{
border-color: #F791D0;
}
</style>