Shades of Tea Rose #F78DCD
Tints of Tea Rose #F78DCD
RGB
CMYK
RGB Variations
Color information
#F78DCD (or 0xF78DCD) is known color: Tea Rose. HEX triplet: F7, 8D and CD. RGB value is (247,141,205). Sum of RGB (Red+Green+Blue) = 247+141+205=593 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.65% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 247 - color contains mainly: red. Hex color #F78DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78DCD is #087232. Grayscale: #B3B3B3. Windows color (decimal): -553523 or 13471223. OLE color: 13471223.
HSL color Cylindrical-coordinate representation of color #F78DCD: hue angle of 323.77º 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 #F78DCD is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 141 | 205 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.03 |
| HSL | 323.77º | 0.87% | 0.76% | - |
| HSV(B) | 323.77º | 0.43% | 0.97% | - |
| XYZ | 58.9 | 43.23 | 63 | - |
| YUV | 179.99 | 142.12 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 141 | 205 | 0 | 0.43 | 0.17 | 0.03 | 323.77 | 0.87 | 0.76 |
| Hex | F7 | 8D | CD | 0 | 2B | 11 | 3 | 144 | 57 | 4C |
| Octal | 367 | 215 | 315 | 0 | 53 | 21 | 3 | 504 | 127 | 114 |
| Binary | 11110111 | 10001101 | 11001101 | 0 | 101011 | 10001 | 11 | 101000100 | 1010111 | 1001100 |
Color Harmonies of #F78DCD
Complementary color
Monochromatic Colors of #F78DCD
Black with #F78DCD
Text Example
Text Example
White with #F78DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78DCD; }
p { color: rgb(247,141,205); }
H1.HeaderClassName
{
color: #F78DCD;
}
.AnyTagClassName
{
color: #F78DCD;
}
</style>
background-color css
<style>
a { background-color: #F78DCD; }
a { background-color: rgb(247,141,205); }
div.DivClassName
{
background-color: #F78DCD;
}
.BgClassName
{
background-color: #F78DCD;
}
</style>
border-color css
<style>
span { border-color: #F78DCD; }
span { border-color: rgb(247,141,205); }
td.TdClassName
{
border-color: #F78DCD;
}
.TagClassName
{
border-color: #F78DCD;
}
</style>