Shades of Tea Rose #F089BB
Tints of Tea Rose #F089BB
RGB
CMYK
RGB Variations
Color information
#F089BB (or 0xF089BB) is known color: Tea Rose. HEX triplet: F0, 89 and BB. RGB value is (240,137,187). Sum of RGB (Red+Green+Blue) = 240+137+187=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 137 (53.91% from 255 or 24.29% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F089BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089BB is #0F7644. Grayscale: #ADADAD. Windows color (decimal): -1013317 or 12290544. OLE color: 12290544.
HSL color Cylindrical-coordinate representation of color #F089BB: hue angle of 330.87º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F089BB is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 187 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.06 |
| HSL | 330.87º | 0.77% | 0.74% | - |
| HSV(B) | 330.87º | 0.43% | 0.94% | - |
| XYZ | 53.85 | 40 | 51.9 | - |
| YUV | 173.5 | 135.62 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 187 | 0 | 0.43 | 0.22 | 0.06 | 330.87 | 0.77 | 0.74 |
| Hex | F0 | 89 | BB | 0 | 2B | 16 | 6 | 14B | 4D | 4A |
| Octal | 360 | 211 | 273 | 0 | 53 | 26 | 6 | 513 | 115 | 112 |
| Binary | 11110000 | 10001001 | 10111011 | 0 | 101011 | 10110 | 110 | 101001011 | 1001101 | 1001010 |
Color Harmonies of #F089BB
Complementary color
Monochromatic Colors of #F089BB
Black with #F089BB
Text Example
Text Example
White with #F089BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F089BB; }
p { color: rgb(240,137,187); }
H1.HeaderClassName
{
color: #F089BB;
}
.AnyTagClassName
{
color: #F089BB;
}
</style>
background-color css
<style>
a { background-color: #F089BB; }
a { background-color: rgb(240,137,187); }
div.DivClassName
{
background-color: #F089BB;
}
.BgClassName
{
background-color: #F089BB;
}
</style>
border-color css
<style>
span { border-color: #F089BB; }
span { border-color: rgb(240,137,187); }
td.TdClassName
{
border-color: #F089BB;
}
.TagClassName
{
border-color: #F089BB;
}
</style>