Shades of Tea Rose #F78EC8
Tints of Tea Rose #F78EC8
RGB
CMYK
RGB Variations
Color information
#F78EC8 (or 0xF78EC8) is known color: Tea Rose. HEX triplet: F7, 8E and C8. RGB value is (247,142,200). Sum of RGB (Red+Green+Blue) = 247+142+200=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 247 - color contains mainly: red. Hex color #F78EC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78EC8 is #087137. Grayscale: #B3B3B3. Windows color (decimal): -553272 or 13143799. OLE color: 13143799.
HSL color Cylindrical-coordinate representation of color #F78EC8: hue angle of 326.86º 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 #F78EC8 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 142 | 200 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.03 |
| HSL | 326.86º | 0.87% | 0.76% | - |
| HSV(B) | 326.86º | 0.43% | 0.97% | - |
| XYZ | 58.46 | 43.29 | 59.92 | - |
| YUV | 180.01 | 139.29 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 142 | 200 | 0 | 0.43 | 0.19 | 0.03 | 326.86 | 0.87 | 0.76 |
| Hex | F7 | 8E | C8 | 0 | 2B | 13 | 3 | 147 | 57 | 4C |
| Octal | 367 | 216 | 310 | 0 | 53 | 23 | 3 | 507 | 127 | 114 |
| Binary | 11110111 | 10001110 | 11001000 | 0 | 101011 | 10011 | 11 | 101000111 | 1010111 | 1001100 |
Color Harmonies of #F78EC8
Complementary color
Monochromatic Colors of #F78EC8
Black with #F78EC8
Text Example
Text Example
White with #F78EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78EC8; }
p { color: rgb(247,142,200); }
H1.HeaderClassName
{
color: #F78EC8;
}
.AnyTagClassName
{
color: #F78EC8;
}
</style>
background-color css
<style>
a { background-color: #F78EC8; }
a { background-color: rgb(247,142,200); }
div.DivClassName
{
background-color: #F78EC8;
}
.BgClassName
{
background-color: #F78EC8;
}
</style>
border-color css
<style>
span { border-color: #F78EC8; }
span { border-color: rgb(247,142,200); }
td.TdClassName
{
border-color: #F78EC8;
}
.TagClassName
{
border-color: #F78EC8;
}
</style>