Shades of Tea Rose #F78EC0
Tints of Tea Rose #F78EC0
RGB
CMYK
RGB Variations
Color information
#F78EC0 (or 0xF78EC0) is known color: Tea Rose. HEX triplet: F7, 8E and C0. RGB value is (247,142,192). Sum of RGB (Red+Green+Blue) = 247+142+192=581 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.51% from 581); Green value is 142 (55.86% from 255 or 24.44% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 247 - color contains mainly: red. Hex color #F78EC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78EC0 is #08713F. Grayscale: #B3B3B3. Windows color (decimal): -553280 or 12619511. OLE color: 12619511.
HSL color Cylindrical-coordinate representation of color #F78EC0: hue angle of 331.43º 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 #F78EC0 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 142 | 192 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.03 |
| HSL | 331.43º | 0.87% | 0.76% | - |
| HSV(B) | 331.43º | 0.43% | 0.97% | - |
| XYZ | 57.55 | 42.93 | 55.12 | - |
| YUV | 179.1 | 135.29 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 142 | 192 | 0 | 0.43 | 0.22 | 0.03 | 331.43 | 0.87 | 0.76 |
| Hex | F7 | 8E | C0 | 0 | 2B | 16 | 3 | 14B | 57 | 4C |
| Octal | 367 | 216 | 300 | 0 | 53 | 26 | 3 | 513 | 127 | 114 |
| Binary | 11110111 | 10001110 | 11000000 | 0 | 101011 | 10110 | 11 | 101001011 | 1010111 | 1001100 |
Color Harmonies of #F78EC0
Complementary color
Monochromatic Colors of #F78EC0
Black with #F78EC0
Text Example
Text Example
White with #F78EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78EC0; }
p { color: rgb(247,142,192); }
H1.HeaderClassName
{
color: #F78EC0;
}
.AnyTagClassName
{
color: #F78EC0;
}
</style>
background-color css
<style>
a { background-color: #F78EC0; }
a { background-color: rgb(247,142,192); }
div.DivClassName
{
background-color: #F78EC0;
}
.BgClassName
{
background-color: #F78EC0;
}
</style>
border-color css
<style>
span { border-color: #F78EC0; }
span { border-color: rgb(247,142,192); }
td.TdClassName
{
border-color: #F78EC0;
}
.TagClassName
{
border-color: #F78EC0;
}
</style>