Shades of Tea Rose #F794D1
Tints of Tea Rose #F794D1
RGB
CMYK
RGB Variations
Color information
#F794D1 (or 0xF794D1) is known color: Tea Rose. HEX triplet: F7, 94 and D1. RGB value is (247,148,209). Sum of RGB (Red+Green+Blue) = 247+148+209=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 148 (58.20% from 255 or 24.50% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 247 - color contains mainly: red. Hex color #F794D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F794D1 is #086B2E. Grayscale: #B8B8B8. Windows color (decimal): -551727 or 13735159. OLE color: 13735159.
HSL color Cylindrical-coordinate representation of color #F794D1: hue angle of 323.03º 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 #F794D1 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 148 | 209 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.03 |
| HSL | 323.03º | 0.86% | 0.77% | - |
| HSV(B) | 323.03º | 0.4% | 0.97% | - |
| XYZ | 60.46 | 45.56 | 65.93 | - |
| YUV | 184.56 | 141.8 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 148 | 209 | 0 | 0.40 | 0.15 | 0.03 | 323.03 | 0.86 | 0.77 |
| Hex | F7 | 94 | D1 | 0 | 28 | F | 3 | 143 | 56 | 4D |
| Octal | 367 | 224 | 321 | 0 | 50 | 17 | 3 | 503 | 126 | 115 |
| Binary | 11110111 | 10010100 | 11010001 | 0 | 101000 | 1111 | 11 | 101000011 | 1010110 | 1001101 |
Color Harmonies of #F794D1
Complementary color
Monochromatic Colors of #F794D1
Black with #F794D1
Text Example
Text Example
White with #F794D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F794D1; }
p { color: rgb(247,148,209); }
H1.HeaderClassName
{
color: #F794D1;
}
.AnyTagClassName
{
color: #F794D1;
}
</style>
background-color css
<style>
a { background-color: #F794D1; }
a { background-color: rgb(247,148,209); }
div.DivClassName
{
background-color: #F794D1;
}
.BgClassName
{
background-color: #F794D1;
}
</style>
border-color css
<style>
span { border-color: #F794D1; }
span { border-color: rgb(247,148,209); }
td.TdClassName
{
border-color: #F794D1;
}
.TagClassName
{
border-color: #F794D1;
}
</style>