Shades of Tea Rose #F793C6
Tints of Tea Rose #F793C6
RGB
CMYK
RGB Variations
Color information
#F793C6 (or 0xF793C6) is known color: Tea Rose. HEX triplet: F7, 93 and C6. RGB value is (247,147,198). Sum of RGB (Red+Green+Blue) = 247+147+198=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 247 - color contains mainly: red. Hex color #F793C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F793C6 is #086C39. Grayscale: #B6B6B6. Windows color (decimal): -551994 or 13014007. OLE color: 13014007.
HSL color Cylindrical-coordinate representation of color #F793C6: hue angle of 329.4º 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 #F793C6 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 147 | 198 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.03 |
| HSL | 329.4º | 0.86% | 0.77% | - |
| HSV(B) | 329.4º | 0.4% | 0.97% | - |
| XYZ | 58.98 | 44.72 | 58.95 | - |
| YUV | 182.71 | 136.63 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 147 | 198 | 0 | 0.40 | 0.20 | 0.03 | 329.4 | 0.86 | 0.77 |
| Hex | F7 | 93 | C6 | 0 | 28 | 14 | 3 | 149 | 56 | 4D |
| Octal | 367 | 223 | 306 | 0 | 50 | 24 | 3 | 511 | 126 | 115 |
| Binary | 11110111 | 10010011 | 11000110 | 0 | 101000 | 10100 | 11 | 101001001 | 1010110 | 1001101 |
Color Harmonies of #F793C6
Complementary color
Monochromatic Colors of #F793C6
Black with #F793C6
Text Example
Text Example
White with #F793C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F793C6; }
p { color: rgb(247,147,198); }
H1.HeaderClassName
{
color: #F793C6;
}
.AnyTagClassName
{
color: #F793C6;
}
</style>
background-color css
<style>
a { background-color: #F793C6; }
a { background-color: rgb(247,147,198); }
div.DivClassName
{
background-color: #F793C6;
}
.BgClassName
{
background-color: #F793C6;
}
</style>
border-color css
<style>
span { border-color: #F793C6; }
span { border-color: rgb(247,147,198); }
td.TdClassName
{
border-color: #F793C6;
}
.TagClassName
{
border-color: #F793C6;
}
</style>