Shades of Tea Rose #F789BD
Tints of Tea Rose #F789BD
RGB
CMYK
RGB Variations
Color information
#F789BD (or 0xF789BD) is known color: Tea Rose. HEX triplet: F7, 89 and BD. RGB value is (247,137,189). Sum of RGB (Red+Green+Blue) = 247+137+189=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 137 (53.91% from 255 or 23.91% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 247 - color contains mainly: red. Hex color #F789BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F789BD is #087642. Grayscale: #AFAFAF. Windows color (decimal): -554563 or 12421623. OLE color: 12421623.
HSL color Cylindrical-coordinate representation of color #F789BD: hue angle of 331.64º 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 #F789BD is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 137 | 189 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.03 |
| HSL | 331.64º | 0.87% | 0.75% | - |
| HSV(B) | 331.64º | 0.45% | 0.97% | - |
| XYZ | 56.49 | 41.34 | 53.15 | - |
| YUV | 175.82 | 135.44 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 137 | 189 | 0 | 0.45 | 0.23 | 0.03 | 331.64 | 0.87 | 0.75 |
| Hex | F7 | 89 | BD | 0 | 2D | 17 | 3 | 14C | 57 | 4B |
| Octal | 367 | 211 | 275 | 0 | 55 | 27 | 3 | 514 | 127 | 113 |
| Binary | 11110111 | 10001001 | 10111101 | 0 | 101101 | 10111 | 11 | 101001100 | 1010111 | 1001011 |
Color Harmonies of #F789BD
Complementary color
Monochromatic Colors of #F789BD
Black with #F789BD
Text Example
Text Example
White with #F789BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F789BD; }
p { color: rgb(247,137,189); }
H1.HeaderClassName
{
color: #F789BD;
}
.AnyTagClassName
{
color: #F789BD;
}
</style>
background-color css
<style>
a { background-color: #F789BD; }
a { background-color: rgb(247,137,189); }
div.DivClassName
{
background-color: #F789BD;
}
.BgClassName
{
background-color: #F789BD;
}
</style>
border-color css
<style>
span { border-color: #F789BD; }
span { border-color: rgb(247,137,189); }
td.TdClassName
{
border-color: #F789BD;
}
.TagClassName
{
border-color: #F789BD;
}
</style>