Shades of Tea Rose #F78ED1
Tints of Tea Rose #F78ED1
RGB
CMYK
RGB Variations
Color information
#F78ED1 (or 0xF78ED1) is known color: Tea Rose. HEX triplet: F7, 8E and D1. RGB value is (247,142,209). Sum of RGB (Red+Green+Blue) = 247+142+209=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 142 (55.86% from 255 or 23.75% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 247 - color contains mainly: red. Hex color #F78ED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78ED1 is #08712E. Grayscale: #B4B4B4. Windows color (decimal): -553263 or 13733623. OLE color: 13733623.
HSL color Cylindrical-coordinate representation of color #F78ED1: hue angle of 321.71º 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 #F78ED1 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 142 | 209 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.03 |
| HSL | 321.71º | 0.87% | 0.76% | - |
| HSV(B) | 321.71º | 0.43% | 0.97% | - |
| XYZ | 59.54 | 43.72 | 65.62 | - |
| YUV | 181.03 | 143.79 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 142 | 209 | 0 | 0.43 | 0.15 | 0.03 | 321.71 | 0.87 | 0.76 |
| Hex | F7 | 8E | D1 | 0 | 2B | F | 3 | 142 | 57 | 4C |
| Octal | 367 | 216 | 321 | 0 | 53 | 17 | 3 | 502 | 127 | 114 |
| Binary | 11110111 | 10001110 | 11010001 | 0 | 101011 | 1111 | 11 | 101000010 | 1010111 | 1001100 |
Color Harmonies of #F78ED1
Complementary color
Monochromatic Colors of #F78ED1
Black with #F78ED1
Text Example
Text Example
White with #F78ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78ED1; }
p { color: rgb(247,142,209); }
H1.HeaderClassName
{
color: #F78ED1;
}
.AnyTagClassName
{
color: #F78ED1;
}
</style>
background-color css
<style>
a { background-color: #F78ED1; }
a { background-color: rgb(247,142,209); }
div.DivClassName
{
background-color: #F78ED1;
}
.BgClassName
{
background-color: #F78ED1;
}
</style>
border-color css
<style>
span { border-color: #F78ED1; }
span { border-color: rgb(247,142,209); }
td.TdClassName
{
border-color: #F78ED1;
}
.TagClassName
{
border-color: #F78ED1;
}
</style>