Shades of Tea Rose #F78EC2
Tints of Tea Rose #F78EC2
RGB
CMYK
RGB Variations
Color information
#F78EC2 (or 0xF78EC2) is known color: Tea Rose. HEX triplet: F7, 8E and C2. RGB value is (247,142,194). Sum of RGB (Red+Green+Blue) = 247+142+194=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 142 (55.86% from 255 or 24.36% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F78EC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78EC2 is #08713D. Grayscale: #B3B3B3. Windows color (decimal): -553278 or 12750583. OLE color: 12750583.
HSL color Cylindrical-coordinate representation of color #F78EC2: hue angle of 330.29º 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 #F78EC2 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 142 | 194 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.03 |
| HSL | 330.29º | 0.87% | 0.76% | - |
| HSV(B) | 330.29º | 0.43% | 0.97% | - |
| XYZ | 57.77 | 43.02 | 56.3 | - |
| YUV | 179.32 | 136.29 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 142 | 194 | 0 | 0.43 | 0.21 | 0.03 | 330.29 | 0.87 | 0.76 |
| Hex | F7 | 8E | C2 | 0 | 2B | 15 | 3 | 14A | 57 | 4C |
| Octal | 367 | 216 | 302 | 0 | 53 | 25 | 3 | 512 | 127 | 114 |
| Binary | 11110111 | 10001110 | 11000010 | 0 | 101011 | 10101 | 11 | 101001010 | 1010111 | 1001100 |
Color Harmonies of #F78EC2
Complementary color
Monochromatic Colors of #F78EC2
Black with #F78EC2
Text Example
Text Example
White with #F78EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78EC2; }
p { color: rgb(247,142,194); }
H1.HeaderClassName
{
color: #F78EC2;
}
.AnyTagClassName
{
color: #F78EC2;
}
</style>
background-color css
<style>
a { background-color: #F78EC2; }
a { background-color: rgb(247,142,194); }
div.DivClassName
{
background-color: #F78EC2;
}
.BgClassName
{
background-color: #F78EC2;
}
</style>
border-color css
<style>
span { border-color: #F78EC2; }
span { border-color: rgb(247,142,194); }
td.TdClassName
{
border-color: #F78EC2;
}
.TagClassName
{
border-color: #F78EC2;
}
</style>