Shades of Tea Rose #F589CE
Tints of Tea Rose #F589CE
RGB
CMYK
RGB Variations
Color information
#F589CE (or 0xF589CE) is known color: Tea Rose. HEX triplet: F5, 89 and CE. RGB value is (245,137,206). Sum of RGB (Red+Green+Blue) = 245+137+206=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 137 (53.91% from 255 or 23.30% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 245 - color contains mainly: red. Hex color #F589CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F589CE is #0A7631. Grayscale: #B0B0B0. Windows color (decimal): -685618 or 13535733. OLE color: 13535733.
HSL color Cylindrical-coordinate representation of color #F589CE: hue angle of 321.67º 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 #F589CE is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 137 | 206 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.04 |
| HSL | 321.67º | 0.84% | 0.75% | - |
| HSV(B) | 321.67º | 0.44% | 0.96% | - |
| XYZ | 57.74 | 41.76 | 63.41 | - |
| YUV | 177.16 | 144.28 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 137 | 206 | 0 | 0.44 | 0.16 | 0.04 | 321.67 | 0.84 | 0.75 |
| Hex | F5 | 89 | CE | 0 | 2C | 10 | 4 | 142 | 54 | 4B |
| Octal | 365 | 211 | 316 | 0 | 54 | 20 | 4 | 502 | 124 | 113 |
| Binary | 11110101 | 10001001 | 11001110 | 0 | 101100 | 10000 | 100 | 101000010 | 1010100 | 1001011 |
Color Harmonies of #F589CE
Complementary color
Monochromatic Colors of #F589CE
Black with #F589CE
Text Example
Text Example
White with #F589CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F589CE; }
p { color: rgb(245,137,206); }
H1.HeaderClassName
{
color: #F589CE;
}
.AnyTagClassName
{
color: #F589CE;
}
</style>
background-color css
<style>
a { background-color: #F589CE; }
a { background-color: rgb(245,137,206); }
div.DivClassName
{
background-color: #F589CE;
}
.BgClassName
{
background-color: #F589CE;
}
</style>
border-color css
<style>
span { border-color: #F589CE; }
span { border-color: rgb(245,137,206); }
td.TdClassName
{
border-color: #F589CE;
}
.TagClassName
{
border-color: #F589CE;
}
</style>