Shades of Tea Rose #F78DD3
Tints of Tea Rose #F78DD3
RGB
CMYK
RGB Variations
Color information
#F78DD3 (or 0xF78DD3) is known color: Tea Rose. HEX triplet: F7, 8D and D3. RGB value is (247,141,211). Sum of RGB (Red+Green+Blue) = 247+141+211=599 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.24% from 599); Green value is 141 (55.47% from 255 or 23.54% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 247 - color contains mainly: red. Hex color #F78DD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78DD3 is #08722C. Grayscale: #B4B4B4. Windows color (decimal): -553517 or 13864439. OLE color: 13864439.
HSL color Cylindrical-coordinate representation of color #F78DD3: hue angle of 320.38º 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 #F78DD3 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 141 | 211 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.03 |
| HSL | 320.38º | 0.87% | 0.76% | - |
| HSV(B) | 320.38º | 0.43% | 0.97% | - |
| XYZ | 59.64 | 43.53 | 66.89 | - |
| YUV | 180.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 141 | 211 | 0 | 0.43 | 0.15 | 0.03 | 320.38 | 0.87 | 0.76 |
| Hex | F7 | 8D | D3 | 0 | 2B | F | 3 | 140 | 57 | 4C |
| Octal | 367 | 215 | 323 | 0 | 53 | 17 | 3 | 500 | 127 | 114 |
| Binary | 11110111 | 10001101 | 11010011 | 0 | 101011 | 1111 | 11 | 101000000 | 1010111 | 1001100 |
Color Harmonies of #F78DD3
Complementary color
Monochromatic Colors of #F78DD3
Black with #F78DD3
Text Example
Text Example
White with #F78DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78DD3; }
p { color: rgb(247,141,211); }
H1.HeaderClassName
{
color: #F78DD3;
}
.AnyTagClassName
{
color: #F78DD3;
}
</style>
background-color css
<style>
a { background-color: #F78DD3; }
a { background-color: rgb(247,141,211); }
div.DivClassName
{
background-color: #F78DD3;
}
.BgClassName
{
background-color: #F78DD3;
}
</style>
border-color css
<style>
span { border-color: #F78DD3; }
span { border-color: rgb(247,141,211); }
td.TdClassName
{
border-color: #F78DD3;
}
.TagClassName
{
border-color: #F78DD3;
}
</style>