Shades of Tea Rose #F089BE
Tints of Tea Rose #F089BE
RGB
CMYK
RGB Variations
Color information
#F089BE (or 0xF089BE) is known color: Tea Rose. HEX triplet: F0, 89 and BE. RGB value is (240,137,190). Sum of RGB (Red+Green+Blue) = 240+137+190=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F089BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089BE is #0F7641. Grayscale: #ADADAD. Windows color (decimal): -1013314 or 12487152. OLE color: 12487152.
HSL color Cylindrical-coordinate representation of color #F089BE: hue angle of 329.13º 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 #F089BE is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 190 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.06 |
| HSL | 329.13º | 0.77% | 0.74% | - |
| HSV(B) | 329.13º | 0.43% | 0.94% | - |
| XYZ | 54.18 | 40.13 | 53.61 | - |
| YUV | 173.84 | 137.12 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 190 | 0 | 0.43 | 0.21 | 0.06 | 329.13 | 0.77 | 0.74 |
| Hex | F0 | 89 | BE | 0 | 2B | 15 | 6 | 149 | 4D | 4A |
| Octal | 360 | 211 | 276 | 0 | 53 | 25 | 6 | 511 | 115 | 112 |
| Binary | 11110000 | 10001001 | 10111110 | 0 | 101011 | 10101 | 110 | 101001001 | 1001101 | 1001010 |
Color Harmonies of #F089BE
Complementary color
Monochromatic Colors of #F089BE
Black with #F089BE
Text Example
Text Example
White with #F089BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F089BE; }
p { color: rgb(240,137,190); }
H1.HeaderClassName
{
color: #F089BE;
}
.AnyTagClassName
{
color: #F089BE;
}
</style>
background-color css
<style>
a { background-color: #F089BE; }
a { background-color: rgb(240,137,190); }
div.DivClassName
{
background-color: #F089BE;
}
.BgClassName
{
background-color: #F089BE;
}
</style>
border-color css
<style>
span { border-color: #F089BE; }
span { border-color: rgb(240,137,190); }
td.TdClassName
{
border-color: #F089BE;
}
.TagClassName
{
border-color: #F089BE;
}
</style>