Shades of Tea Rose #F78EBF
Tints of Tea Rose #F78EBF
RGB
CMYK
RGB Variations
Color information
#F78EBF (or 0xF78EBF) is known color: Tea Rose. HEX triplet: F7, 8E and BF. RGB value is (247,142,191). Sum of RGB (Red+Green+Blue) = 247+142+191=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 247 - color contains mainly: red. Hex color #F78EBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78EBF is #087140. Grayscale: #B2B2B2. Windows color (decimal): -553281 or 12553975. OLE color: 12553975.
HSL color Cylindrical-coordinate representation of color #F78EBF: hue angle of 332º 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 #F78EBF is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 142 | 191 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.03 |
| HSL | 332º | 0.87% | 0.76% | - |
| HSV(B) | 332º | 0.43% | 0.97% | - |
| XYZ | 57.43 | 42.88 | 54.54 | - |
| YUV | 178.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 142 | 191 | 0 | 0.43 | 0.23 | 0.03 | 332 | 0.87 | 0.76 |
| Hex | F7 | 8E | BF | 0 | 2B | 17 | 3 | 14C | 57 | 4C |
| Octal | 367 | 216 | 277 | 0 | 53 | 27 | 3 | 514 | 127 | 114 |
| Binary | 11110111 | 10001110 | 10111111 | 0 | 101011 | 10111 | 11 | 101001100 | 1010111 | 1001100 |
Color Harmonies of #F78EBF
Complementary color
Monochromatic Colors of #F78EBF
Black with #F78EBF
Text Example
Text Example
White with #F78EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78EBF; }
p { color: rgb(247,142,191); }
H1.HeaderClassName
{
color: #F78EBF;
}
.AnyTagClassName
{
color: #F78EBF;
}
</style>
background-color css
<style>
a { background-color: #F78EBF; }
a { background-color: rgb(247,142,191); }
div.DivClassName
{
background-color: #F78EBF;
}
.BgClassName
{
background-color: #F78EBF;
}
</style>
border-color css
<style>
span { border-color: #F78EBF; }
span { border-color: rgb(247,142,191); }
td.TdClassName
{
border-color: #F78EBF;
}
.TagClassName
{
border-color: #F78EBF;
}
</style>