Shades of Tea Rose #F589BD
Tints of Tea Rose #F589BD
RGB
CMYK
RGB Variations
Color information
#F589BD (or 0xF589BD) is known color: Tea Rose. HEX triplet: F5, 89 and BD. RGB value is (245,137,189). Sum of RGB (Red+Green+Blue) = 245+137+189=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 137 (53.91% from 255 or 23.99% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F589BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F589BD is #0A7642. Grayscale: #AFAFAF. Windows color (decimal): -685635 or 12421621. OLE color: 12421621.
HSL color Cylindrical-coordinate representation of color #F589BD: hue angle of 331.11º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F589BD is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 137 | 189 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.04 |
| HSL | 331.11º | 0.84% | 0.75% | - |
| HSV(B) | 331.11º | 0.44% | 0.96% | - |
| XYZ | 55.79 | 40.98 | 53.11 | - |
| YUV | 175.22 | 135.78 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 137 | 189 | 0 | 0.44 | 0.23 | 0.04 | 331.11 | 0.84 | 0.75 |
| Hex | F5 | 89 | BD | 0 | 2C | 17 | 4 | 14B | 54 | 4B |
| Octal | 365 | 211 | 275 | 0 | 54 | 27 | 4 | 513 | 124 | 113 |
| Binary | 11110101 | 10001001 | 10111101 | 0 | 101100 | 10111 | 100 | 101001011 | 1010100 | 1001011 |
Color Harmonies of #F589BD
Complementary color
Monochromatic Colors of #F589BD
Black with #F589BD
Text Example
Text Example
White with #F589BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F589BD; }
p { color: rgb(245,137,189); }
H1.HeaderClassName
{
color: #F589BD;
}
.AnyTagClassName
{
color: #F589BD;
}
</style>
background-color css
<style>
a { background-color: #F589BD; }
a { background-color: rgb(245,137,189); }
div.DivClassName
{
background-color: #F589BD;
}
.BgClassName
{
background-color: #F589BD;
}
</style>
border-color css
<style>
span { border-color: #F589BD; }
span { border-color: rgb(245,137,189); }
td.TdClassName
{
border-color: #F589BD;
}
.TagClassName
{
border-color: #F589BD;
}
</style>