Shades of Tea Rose #F78ED4
Tints of Tea Rose #F78ED4
RGB
CMYK
RGB Variations
Color information
#F78ED4 (or 0xF78ED4) is known color: Tea Rose. HEX triplet: F7, 8E and D4. RGB value is (247,142,212). Sum of RGB (Red+Green+Blue) = 247+142+212=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 142 (55.86% from 255 or 23.63% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F78ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78ED4 is #08712B. Grayscale: #B5B5B5. Windows color (decimal): -553260 or 13930231. OLE color: 13930231.
HSL color Cylindrical-coordinate representation of color #F78ED4: hue angle of 320º 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 #F78ED4 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 142 | 212 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.03 |
| HSL | 320º | 0.87% | 0.76% | - |
| HSV(B) | 320º | 0.43% | 0.97% | - |
| XYZ | 59.91 | 43.87 | 67.6 | - |
| YUV | 181.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 142 | 212 | 0 | 0.43 | 0.14 | 0.03 | 320 | 0.87 | 0.76 |
| Hex | F7 | 8E | D4 | 0 | 2B | E | 3 | 140 | 57 | 4C |
| Octal | 367 | 216 | 324 | 0 | 53 | 16 | 3 | 500 | 127 | 114 |
| Binary | 11110111 | 10001110 | 11010100 | 0 | 101011 | 1110 | 11 | 101000000 | 1010111 | 1001100 |
Color Harmonies of #F78ED4
Complementary color
Monochromatic Colors of #F78ED4
Black with #F78ED4
Text Example
Text Example
White with #F78ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78ED4; }
p { color: rgb(247,142,212); }
H1.HeaderClassName
{
color: #F78ED4;
}
.AnyTagClassName
{
color: #F78ED4;
}
</style>
background-color css
<style>
a { background-color: #F78ED4; }
a { background-color: rgb(247,142,212); }
div.DivClassName
{
background-color: #F78ED4;
}
.BgClassName
{
background-color: #F78ED4;
}
</style>
border-color css
<style>
span { border-color: #F78ED4; }
span { border-color: rgb(247,142,212); }
td.TdClassName
{
border-color: #F78ED4;
}
.TagClassName
{
border-color: #F78ED4;
}
</style>