Shades of Tea Rose #F089D0
Tints of Tea Rose #F089D0
RGB
CMYK
RGB Variations
Color information
#F089D0 (or 0xF089D0) is known color: Tea Rose. HEX triplet: F0, 89 and D0. RGB value is (240,137,208). Sum of RGB (Red+Green+Blue) = 240+137+208=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 137 (53.91% from 255 or 23.42% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F089D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089D0 is #0F762F. Grayscale: #AFAFAF. Windows color (decimal): -1013296 or 13666800. OLE color: 13666800.
HSL color Cylindrical-coordinate representation of color #F089D0: hue angle of 318.64º 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 #F089D0 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 208 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.06 |
| HSL | 318.64º | 0.77% | 0.74% | - |
| HSV(B) | 318.64º | 0.43% | 0.94% | - |
| XYZ | 56.27 | 40.97 | 64.62 | - |
| YUV | 175.89 | 146.12 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 208 | 0 | 0.43 | 0.13 | 0.06 | 318.64 | 0.77 | 0.74 |
| Hex | F0 | 89 | D0 | 0 | 2B | D | 6 | 13F | 4D | 4A |
| Octal | 360 | 211 | 320 | 0 | 53 | 15 | 6 | 477 | 115 | 112 |
| Binary | 11110000 | 10001001 | 11010000 | 0 | 101011 | 1101 | 110 | 100111111 | 1001101 | 1001010 |
Color Harmonies of #F089D0
Complementary color
Monochromatic Colors of #F089D0
Black with #F089D0
Text Example
Text Example
White with #F089D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F089D0; }
p { color: rgb(240,137,208); }
H1.HeaderClassName
{
color: #F089D0;
}
.AnyTagClassName
{
color: #F089D0;
}
</style>
background-color css
<style>
a { background-color: #F089D0; }
a { background-color: rgb(240,137,208); }
div.DivClassName
{
background-color: #F089D0;
}
.BgClassName
{
background-color: #F089D0;
}
</style>
border-color css
<style>
span { border-color: #F089D0; }
span { border-color: rgb(240,137,208); }
td.TdClassName
{
border-color: #F089D0;
}
.TagClassName
{
border-color: #F089D0;
}
</style>