Shades of Tea Rose #F789D1
Tints of Tea Rose #F789D1
RGB
CMYK
RGB Variations
Color information
#F789D1 (or 0xF789D1) is known color: Tea Rose. HEX triplet: F7, 89 and D1. RGB value is (247,137,209). Sum of RGB (Red+Green+Blue) = 247+137+209=593 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.65% from 593); Green value is 137 (53.91% from 255 or 23.10% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 247 - color contains mainly: red. Hex color #F789D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F789D1 is #08762E. Grayscale: #B1B1B1. Windows color (decimal): -554543 or 13732343. OLE color: 13732343.
HSL color Cylindrical-coordinate representation of color #F789D1: hue angle of 320.73º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F789D1 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 137 | 209 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.03 |
| HSL | 320.73º | 0.87% | 0.75% | - |
| HSV(B) | 320.73º | 0.45% | 0.97% | - |
| XYZ | 58.81 | 42.27 | 65.38 | - |
| YUV | 178.1 | 145.44 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 137 | 209 | 0 | 0.45 | 0.15 | 0.03 | 320.73 | 0.87 | 0.75 |
| Hex | F7 | 89 | D1 | 0 | 2D | F | 3 | 141 | 57 | 4B |
| Octal | 367 | 211 | 321 | 0 | 55 | 17 | 3 | 501 | 127 | 113 |
| Binary | 11110111 | 10001001 | 11010001 | 0 | 101101 | 1111 | 11 | 101000001 | 1010111 | 1001011 |
Color Harmonies of #F789D1
Complementary color
Monochromatic Colors of #F789D1
Black with #F789D1
Text Example
Text Example
White with #F789D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F789D1; }
p { color: rgb(247,137,209); }
H1.HeaderClassName
{
color: #F789D1;
}
.AnyTagClassName
{
color: #F789D1;
}
</style>
background-color css
<style>
a { background-color: #F789D1; }
a { background-color: rgb(247,137,209); }
div.DivClassName
{
background-color: #F789D1;
}
.BgClassName
{
background-color: #F789D1;
}
</style>
border-color css
<style>
span { border-color: #F789D1; }
span { border-color: rgb(247,137,209); }
td.TdClassName
{
border-color: #F789D1;
}
.TagClassName
{
border-color: #F789D1;
}
</style>