Shades of Tea Rose #F78BC6
Tints of Tea Rose #F78BC6
RGB
CMYK
RGB Variations
Color information
#F78BC6 (or 0xF78BC6) is known color: Tea Rose. HEX triplet: F7, 8B and C6. RGB value is (247,139,198). Sum of RGB (Red+Green+Blue) = 247+139+198=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F78BC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78BC6 is #087439. Grayscale: #B1B1B1. Windows color (decimal): -554042 or 13011959. OLE color: 13011959.
HSL color Cylindrical-coordinate representation of color #F78BC6: hue angle of 327.22º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F78BC6 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 139 | 198 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.03 |
| HSL | 327.22º | 0.87% | 0.76% | - |
| HSV(B) | 327.22º | 0.44% | 0.97% | - |
| XYZ | 57.78 | 42.32 | 58.55 | - |
| YUV | 178.02 | 139.28 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 139 | 198 | 0 | 0.44 | 0.20 | 0.03 | 327.22 | 0.87 | 0.76 |
| Hex | F7 | 8B | C6 | 0 | 2C | 14 | 3 | 147 | 57 | 4C |
| Octal | 367 | 213 | 306 | 0 | 54 | 24 | 3 | 507 | 127 | 114 |
| Binary | 11110111 | 10001011 | 11000110 | 0 | 101100 | 10100 | 11 | 101000111 | 1010111 | 1001100 |
Color Harmonies of #F78BC6
Complementary color
Monochromatic Colors of #F78BC6
Black with #F78BC6
Text Example
Text Example
White with #F78BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78BC6; }
p { color: rgb(247,139,198); }
H1.HeaderClassName
{
color: #F78BC6;
}
.AnyTagClassName
{
color: #F78BC6;
}
</style>
background-color css
<style>
a { background-color: #F78BC6; }
a { background-color: rgb(247,139,198); }
div.DivClassName
{
background-color: #F78BC6;
}
.BgClassName
{
background-color: #F78BC6;
}
</style>
border-color css
<style>
span { border-color: #F78BC6; }
span { border-color: rgb(247,139,198); }
td.TdClassName
{
border-color: #F78BC6;
}
.TagClassName
{
border-color: #F78BC6;
}
</style>