Shades of Tea Rose #F78DCF
Tints of Tea Rose #F78DCF
RGB
CMYK
RGB Variations
Color information
#F78DCF (or 0xF78DCF) is known color: Tea Rose. HEX triplet: F7, 8D and CF. RGB value is (247,141,207). Sum of RGB (Red+Green+Blue) = 247+141+207=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F78DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78DCF is #087230. Grayscale: #B4B4B4. Windows color (decimal): -553521 or 13602295. OLE color: 13602295.
HSL color Cylindrical-coordinate representation of color #F78DCF: hue angle of 322.64º 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 #F78DCF is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 141 | 207 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.03 |
| HSL | 322.64º | 0.87% | 0.76% | - |
| HSV(B) | 322.64º | 0.43% | 0.97% | - |
| XYZ | 59.15 | 43.33 | 64.28 | - |
| YUV | 180.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 141 | 207 | 0 | 0.43 | 0.16 | 0.03 | 322.64 | 0.87 | 0.76 |
| Hex | F7 | 8D | CF | 0 | 2B | 10 | 3 | 143 | 57 | 4C |
| Octal | 367 | 215 | 317 | 0 | 53 | 20 | 3 | 503 | 127 | 114 |
| Binary | 11110111 | 10001101 | 11001111 | 0 | 101011 | 10000 | 11 | 101000011 | 1010111 | 1001100 |
Color Harmonies of #F78DCF
Complementary color
Monochromatic Colors of #F78DCF
Black with #F78DCF
Text Example
Text Example
White with #F78DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78DCF; }
p { color: rgb(247,141,207); }
H1.HeaderClassName
{
color: #F78DCF;
}
.AnyTagClassName
{
color: #F78DCF;
}
</style>
background-color css
<style>
a { background-color: #F78DCF; }
a { background-color: rgb(247,141,207); }
div.DivClassName
{
background-color: #F78DCF;
}
.BgClassName
{
background-color: #F78DCF;
}
</style>
border-color css
<style>
span { border-color: #F78DCF; }
span { border-color: rgb(247,141,207); }
td.TdClassName
{
border-color: #F78DCF;
}
.TagClassName
{
border-color: #F78DCF;
}
</style>