Shades of Tea Rose #F78DCA
Tints of Tea Rose #F78DCA
RGB
CMYK
RGB Variations
Color information
#F78DCA (or 0xF78DCA) is known color: Tea Rose. HEX triplet: F7, 8D and CA. RGB value is (247,141,202). Sum of RGB (Red+Green+Blue) = 247+141+202=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 247 - color contains mainly: red. Hex color #F78DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78DCA is #087235. Grayscale: #B3B3B3. Windows color (decimal): -553526 or 13274615. OLE color: 13274615.
HSL color Cylindrical-coordinate representation of color #F78DCA: hue angle of 325.47º 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 #F78DCA is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 141 | 202 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.03 |
| HSL | 325.47º | 0.87% | 0.76% | - |
| HSV(B) | 325.47º | 0.43% | 0.97% | - |
| XYZ | 58.54 | 43.09 | 61.11 | - |
| YUV | 179.65 | 140.62 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 141 | 202 | 0 | 0.43 | 0.18 | 0.03 | 325.47 | 0.87 | 0.76 |
| Hex | F7 | 8D | CA | 0 | 2B | 12 | 3 | 145 | 57 | 4C |
| Octal | 367 | 215 | 312 | 0 | 53 | 22 | 3 | 505 | 127 | 114 |
| Binary | 11110111 | 10001101 | 11001010 | 0 | 101011 | 10010 | 11 | 101000101 | 1010111 | 1001100 |
Color Harmonies of #F78DCA
Complementary color
Monochromatic Colors of #F78DCA
Black with #F78DCA
Text Example
Text Example
White with #F78DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78DCA; }
p { color: rgb(247,141,202); }
H1.HeaderClassName
{
color: #F78DCA;
}
.AnyTagClassName
{
color: #F78DCA;
}
</style>
background-color css
<style>
a { background-color: #F78DCA; }
a { background-color: rgb(247,141,202); }
div.DivClassName
{
background-color: #F78DCA;
}
.BgClassName
{
background-color: #F78DCA;
}
</style>
border-color css
<style>
span { border-color: #F78DCA; }
span { border-color: rgb(247,141,202); }
td.TdClassName
{
border-color: #F78DCA;
}
.TagClassName
{
border-color: #F78DCA;
}
</style>