Shades of Tea Rose #F78BBB
Tints of Tea Rose #F78BBB
RGB
CMYK
RGB Variations
Color information
#F78BBB (or 0xF78BBB) is known color: Tea Rose. HEX triplet: F7, 8B and BB. RGB value is (247,139,187). Sum of RGB (Red+Green+Blue) = 247+139+187=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 247 - color contains mainly: red. Hex color #F78BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78BBB is #087444. Grayscale: #B0B0B0. Windows color (decimal): -554053 or 12291063. OLE color: 12291063.
HSL color Cylindrical-coordinate representation of color #F78BBB: hue angle of 333.33º 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 #F78BBB is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 139 | 187 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.03 |
| HSL | 333.33º | 0.87% | 0.76% | - |
| HSV(B) | 333.33º | 0.44% | 0.97% | - |
| XYZ | 56.56 | 41.83 | 52.11 | - |
| YUV | 176.76 | 133.78 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 139 | 187 | 0 | 0.44 | 0.24 | 0.03 | 333.33 | 0.87 | 0.76 |
| Hex | F7 | 8B | BB | 0 | 2C | 18 | 3 | 14D | 57 | 4C |
| Octal | 367 | 213 | 273 | 0 | 54 | 30 | 3 | 515 | 127 | 114 |
| Binary | 11110111 | 10001011 | 10111011 | 0 | 101100 | 11000 | 11 | 101001101 | 1010111 | 1001100 |
Color Harmonies of #F78BBB
Complementary color
Monochromatic Colors of #F78BBB
Black with #F78BBB
Text Example
Text Example
White with #F78BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78BBB; }
p { color: rgb(247,139,187); }
H1.HeaderClassName
{
color: #F78BBB;
}
.AnyTagClassName
{
color: #F78BBB;
}
</style>
background-color css
<style>
a { background-color: #F78BBB; }
a { background-color: rgb(247,139,187); }
div.DivClassName
{
background-color: #F78BBB;
}
.BgClassName
{
background-color: #F78BBB;
}
</style>
border-color css
<style>
span { border-color: #F78BBB; }
span { border-color: rgb(247,139,187); }
td.TdClassName
{
border-color: #F78BBB;
}
.TagClassName
{
border-color: #F78BBB;
}
</style>