Shades of Tea Rose #F78DBB
Tints of Tea Rose #F78DBB
RGB
CMYK
RGB Variations
Color information
#F78DBB (or 0xF78DBB) is known color: Tea Rose. HEX triplet: F7, 8D and BB. RGB value is (247,141,187). Sum of RGB (Red+Green+Blue) = 247+141+187=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 247 - color contains mainly: red. Hex color #F78DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78DBB is #087244. Grayscale: #B1B1B1. Windows color (decimal): -553541 or 12291575. OLE color: 12291575.
HSL color Cylindrical-coordinate representation of color #F78DBB: hue angle of 333.96º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F78DBB is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 141 | 187 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.03 |
| HSL | 333.96º | 0.87% | 0.76% | - |
| HSV(B) | 333.96º | 0.43% | 0.97% | - |
| XYZ | 56.85 | 42.41 | 52.2 | - |
| YUV | 177.94 | 133.12 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 141 | 187 | 0 | 0.43 | 0.24 | 0.03 | 333.96 | 0.87 | 0.76 |
| Hex | F7 | 8D | BB | 0 | 2B | 18 | 3 | 14E | 57 | 4C |
| Octal | 367 | 215 | 273 | 0 | 53 | 30 | 3 | 516 | 127 | 114 |
| Binary | 11110111 | 10001101 | 10111011 | 0 | 101011 | 11000 | 11 | 101001110 | 1010111 | 1001100 |
Color Harmonies of #F78DBB
Complementary color
Monochromatic Colors of #F78DBB
Black with #F78DBB
Text Example
Text Example
White with #F78DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78DBB; }
p { color: rgb(247,141,187); }
H1.HeaderClassName
{
color: #F78DBB;
}
.AnyTagClassName
{
color: #F78DBB;
}
</style>
background-color css
<style>
a { background-color: #F78DBB; }
a { background-color: rgb(247,141,187); }
div.DivClassName
{
background-color: #F78DBB;
}
.BgClassName
{
background-color: #F78DBB;
}
</style>
border-color css
<style>
span { border-color: #F78DBB; }
span { border-color: rgb(247,141,187); }
td.TdClassName
{
border-color: #F78DBB;
}
.TagClassName
{
border-color: #F78DBB;
}
</style>