Shades of Tea Rose #F78DB9
Tints of Tea Rose #F78DB9
RGB
CMYK
RGB Variations
Color information
#F78DB9 (or 0xF78DB9) is known color: Tea Rose. HEX triplet: F7, 8D and B9. RGB value is (247,141,185). Sum of RGB (Red+Green+Blue) = 247+141+185=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 247 - color contains mainly: red. Hex color #F78DB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78DB9 is #087246. Grayscale: #B1B1B1. Windows color (decimal): -553543 or 12160503. OLE color: 12160503.
HSL color Cylindrical-coordinate representation of color #F78DB9: hue angle of 335.09º 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 #F78DB9 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 141 | 185 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.03 |
| HSL | 335.09º | 0.87% | 0.76% | - |
| HSV(B) | 335.09º | 0.43% | 0.97% | - |
| XYZ | 56.64 | 42.33 | 51.08 | - |
| YUV | 177.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 141 | 185 | 0 | 0.43 | 0.25 | 0.03 | 335.09 | 0.87 | 0.76 |
| Hex | F7 | 8D | B9 | 0 | 2B | 19 | 3 | 14F | 57 | 4C |
| Octal | 367 | 215 | 271 | 0 | 53 | 31 | 3 | 517 | 127 | 114 |
| Binary | 11110111 | 10001101 | 10111001 | 0 | 101011 | 11001 | 11 | 101001111 | 1010111 | 1001100 |
Color Harmonies of #F78DB9
Complementary color
Monochromatic Colors of #F78DB9
Black with #F78DB9
Text Example
Text Example
White with #F78DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78DB9; }
p { color: rgb(247,141,185); }
H1.HeaderClassName
{
color: #F78DB9;
}
.AnyTagClassName
{
color: #F78DB9;
}
</style>
background-color css
<style>
a { background-color: #F78DB9; }
a { background-color: rgb(247,141,185); }
div.DivClassName
{
background-color: #F78DB9;
}
.BgClassName
{
background-color: #F78DB9;
}
</style>
border-color css
<style>
span { border-color: #F78DB9; }
span { border-color: rgb(247,141,185); }
td.TdClassName
{
border-color: #F78DB9;
}
.TagClassName
{
border-color: #F78DB9;
}
</style>