Shades of Tea Rose #F794C7
Tints of Tea Rose #F794C7
RGB
CMYK
RGB Variations
Color information
#F794C7 (or 0xF794C7) is known color: Tea Rose. HEX triplet: F7, 94 and C7. RGB value is (247,148,199). Sum of RGB (Red+Green+Blue) = 247+148+199=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F794C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F794C7 is #086B38. Grayscale: #B7B7B7. Windows color (decimal): -551737 or 13079799. OLE color: 13079799.
HSL color Cylindrical-coordinate representation of color #F794C7: hue angle of 329.09º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F794C7 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 148 | 199 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.03 |
| HSL | 329.09º | 0.86% | 0.77% | - |
| HSV(B) | 329.09º | 0.4% | 0.97% | - |
| XYZ | 59.26 | 45.08 | 59.61 | - |
| YUV | 183.42 | 136.8 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 148 | 199 | 0 | 0.40 | 0.19 | 0.03 | 329.09 | 0.86 | 0.77 |
| Hex | F7 | 94 | C7 | 0 | 28 | 13 | 3 | 149 | 56 | 4D |
| Octal | 367 | 224 | 307 | 0 | 50 | 23 | 3 | 511 | 126 | 115 |
| Binary | 11110111 | 10010100 | 11000111 | 0 | 101000 | 10011 | 11 | 101001001 | 1010110 | 1001101 |
Color Harmonies of #F794C7
Complementary color
Monochromatic Colors of #F794C7
Black with #F794C7
Text Example
Text Example
White with #F794C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F794C7; }
p { color: rgb(247,148,199); }
H1.HeaderClassName
{
color: #F794C7;
}
.AnyTagClassName
{
color: #F794C7;
}
</style>
background-color css
<style>
a { background-color: #F794C7; }
a { background-color: rgb(247,148,199); }
div.DivClassName
{
background-color: #F794C7;
}
.BgClassName
{
background-color: #F794C7;
}
</style>
border-color css
<style>
span { border-color: #F794C7; }
span { border-color: rgb(247,148,199); }
td.TdClassName
{
border-color: #F794C7;
}
.TagClassName
{
border-color: #F794C7;
}
</style>