Shades of Tea Rose #F78DCC
Tints of Tea Rose #F78DCC
RGB
CMYK
RGB Variations
Color information
#F78DCC (or 0xF78DCC) is known color: Tea Rose. HEX triplet: F7, 8D and CC. RGB value is (247,141,204). Sum of RGB (Red+Green+Blue) = 247+141+204=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 247 - color contains mainly: red. Hex color #F78DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78DCC is #087233. Grayscale: #B3B3B3. Windows color (decimal): -553524 or 13405687. OLE color: 13405687.
HSL color Cylindrical-coordinate representation of color #F78DCC: hue angle of 324.34º 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 #F78DCC is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 141 | 204 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.03 |
| HSL | 324.34º | 0.87% | 0.76% | - |
| HSV(B) | 324.34º | 0.43% | 0.97% | - |
| XYZ | 58.78 | 43.18 | 62.36 | - |
| YUV | 179.88 | 141.62 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 141 | 204 | 0 | 0.43 | 0.17 | 0.03 | 324.34 | 0.87 | 0.76 |
| Hex | F7 | 8D | CC | 0 | 2B | 11 | 3 | 144 | 57 | 4C |
| Octal | 367 | 215 | 314 | 0 | 53 | 21 | 3 | 504 | 127 | 114 |
| Binary | 11110111 | 10001101 | 11001100 | 0 | 101011 | 10001 | 11 | 101000100 | 1010111 | 1001100 |
Color Harmonies of #F78DCC
Complementary color
Monochromatic Colors of #F78DCC
Black with #F78DCC
Text Example
Text Example
White with #F78DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78DCC; }
p { color: rgb(247,141,204); }
H1.HeaderClassName
{
color: #F78DCC;
}
.AnyTagClassName
{
color: #F78DCC;
}
</style>
background-color css
<style>
a { background-color: #F78DCC; }
a { background-color: rgb(247,141,204); }
div.DivClassName
{
background-color: #F78DCC;
}
.BgClassName
{
background-color: #F78DCC;
}
</style>
border-color css
<style>
span { border-color: #F78DCC; }
span { border-color: rgb(247,141,204); }
td.TdClassName
{
border-color: #F78DCC;
}
.TagClassName
{
border-color: #F78DCC;
}
</style>