Shades of Tea Rose #F589CF
Tints of Tea Rose #F589CF
RGB
CMYK
RGB Variations
Color information
#F589CF (or 0xF589CF) is known color: Tea Rose. HEX triplet: F5, 89 and CF. RGB value is (245,137,207). Sum of RGB (Red+Green+Blue) = 245+137+207=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 137 (53.91% from 255 or 23.26% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F589CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F589CF is #0A7630. Grayscale: #B1B1B1. Windows color (decimal): -685617 or 13601269. OLE color: 13601269.
HSL color Cylindrical-coordinate representation of color #F589CF: hue angle of 321.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 #F589CF is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 137 | 207 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.04 |
| HSL | 321.11º | 0.84% | 0.75% | - |
| HSV(B) | 321.11º | 0.44% | 0.96% | - |
| XYZ | 57.86 | 41.81 | 64.05 | - |
| YUV | 177.27 | 144.78 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 137 | 207 | 0 | 0.44 | 0.16 | 0.04 | 321.11 | 0.84 | 0.75 |
| Hex | F5 | 89 | CF | 0 | 2C | 10 | 4 | 141 | 54 | 4B |
| Octal | 365 | 211 | 317 | 0 | 54 | 20 | 4 | 501 | 124 | 113 |
| Binary | 11110101 | 10001001 | 11001111 | 0 | 101100 | 10000 | 100 | 101000001 | 1010100 | 1001011 |
Color Harmonies of #F589CF
Complementary color
Monochromatic Colors of #F589CF
Black with #F589CF
Text Example
Text Example
White with #F589CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F589CF; }
p { color: rgb(245,137,207); }
H1.HeaderClassName
{
color: #F589CF;
}
.AnyTagClassName
{
color: #F589CF;
}
</style>
background-color css
<style>
a { background-color: #F589CF; }
a { background-color: rgb(245,137,207); }
div.DivClassName
{
background-color: #F589CF;
}
.BgClassName
{
background-color: #F589CF;
}
</style>
border-color css
<style>
span { border-color: #F589CF; }
span { border-color: rgb(245,137,207); }
td.TdClassName
{
border-color: #F589CF;
}
.TagClassName
{
border-color: #F589CF;
}
</style>