Shades of Tea Rose #F78DC9
Tints of Tea Rose #F78DC9
RGB
CMYK
RGB Variations
Color information
#F78DC9 (or 0xF78DC9) is known color: Tea Rose. HEX triplet: F7, 8D and C9. RGB value is (247,141,201). Sum of RGB (Red+Green+Blue) = 247+141+201=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 247 - color contains mainly: red. Hex color #F78DC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78DC9 is #087236. Grayscale: #B3B3B3. Windows color (decimal): -553527 or 13209079. OLE color: 13209079.
HSL color Cylindrical-coordinate representation of color #F78DC9: hue angle of 326.04º 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 #F78DC9 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 141 | 201 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.03 |
| HSL | 326.04º | 0.87% | 0.76% | - |
| HSV(B) | 326.04º | 0.43% | 0.97% | - |
| XYZ | 58.43 | 43.04 | 60.49 | - |
| YUV | 179.53 | 140.12 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 141 | 201 | 0 | 0.43 | 0.19 | 0.03 | 326.04 | 0.87 | 0.76 |
| Hex | F7 | 8D | C9 | 0 | 2B | 13 | 3 | 146 | 57 | 4C |
| Octal | 367 | 215 | 311 | 0 | 53 | 23 | 3 | 506 | 127 | 114 |
| Binary | 11110111 | 10001101 | 11001001 | 0 | 101011 | 10011 | 11 | 101000110 | 1010111 | 1001100 |
Color Harmonies of #F78DC9
Complementary color
Monochromatic Colors of #F78DC9
Black with #F78DC9
Text Example
Text Example
White with #F78DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78DC9; }
p { color: rgb(247,141,201); }
H1.HeaderClassName
{
color: #F78DC9;
}
.AnyTagClassName
{
color: #F78DC9;
}
</style>
background-color css
<style>
a { background-color: #F78DC9; }
a { background-color: rgb(247,141,201); }
div.DivClassName
{
background-color: #F78DC9;
}
.BgClassName
{
background-color: #F78DC9;
}
</style>
border-color css
<style>
span { border-color: #F78DC9; }
span { border-color: rgb(247,141,201); }
td.TdClassName
{
border-color: #F78DC9;
}
.TagClassName
{
border-color: #F78DC9;
}
</style>