Shades of Tea Rose #F794C9
Tints of Tea Rose #F794C9
RGB
CMYK
RGB Variations
Color information
#F794C9 (or 0xF794C9) is known color: Tea Rose. HEX triplet: F7, 94 and C9. RGB value is (247,148,201). Sum of RGB (Red+Green+Blue) = 247+148+201=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F794C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F794C9 is #086B36. Grayscale: #B7B7B7. Windows color (decimal): -551735 or 13210871. OLE color: 13210871.
HSL color Cylindrical-coordinate representation of color #F794C9: hue angle of 327.88º 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 #F794C9 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 148 | 201 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.03 |
| HSL | 327.88º | 0.86% | 0.77% | - |
| HSV(B) | 327.88º | 0.4% | 0.97% | - |
| XYZ | 59.49 | 45.17 | 60.84 | - |
| YUV | 183.64 | 137.8 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 148 | 201 | 0 | 0.40 | 0.19 | 0.03 | 327.88 | 0.86 | 0.77 |
| Hex | F7 | 94 | C9 | 0 | 28 | 13 | 3 | 148 | 56 | 4D |
| Octal | 367 | 224 | 311 | 0 | 50 | 23 | 3 | 510 | 126 | 115 |
| Binary | 11110111 | 10010100 | 11001001 | 0 | 101000 | 10011 | 11 | 101001000 | 1010110 | 1001101 |
Color Harmonies of #F794C9
Complementary color
Monochromatic Colors of #F794C9
Black with #F794C9
Text Example
Text Example
White with #F794C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F794C9; }
p { color: rgb(247,148,201); }
H1.HeaderClassName
{
color: #F794C9;
}
.AnyTagClassName
{
color: #F794C9;
}
</style>
background-color css
<style>
a { background-color: #F794C9; }
a { background-color: rgb(247,148,201); }
div.DivClassName
{
background-color: #F794C9;
}
.BgClassName
{
background-color: #F794C9;
}
</style>
border-color css
<style>
span { border-color: #F794C9; }
span { border-color: rgb(247,148,201); }
td.TdClassName
{
border-color: #F794C9;
}
.TagClassName
{
border-color: #F794C9;
}
</style>