Shades of Tea Rose #F589BC
Tints of Tea Rose #F589BC
RGB
CMYK
RGB Variations
Color information
#F589BC (or 0xF589BC) is known color: Tea Rose. HEX triplet: F5, 89 and BC. RGB value is (245,137,188). Sum of RGB (Red+Green+Blue) = 245+137+188=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F589BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F589BC is #0A7643. Grayscale: #AFAFAF. Windows color (decimal): -685636 or 12356085. OLE color: 12356085.
HSL color Cylindrical-coordinate representation of color #F589BC: hue angle of 331.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 #F589BC is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 137 | 188 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.04 |
| HSL | 331.67º | 0.84% | 0.75% | - |
| HSV(B) | 331.67º | 0.44% | 0.96% | - |
| XYZ | 55.68 | 40.93 | 52.54 | - |
| YUV | 175.11 | 135.28 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 137 | 188 | 0 | 0.44 | 0.23 | 0.04 | 331.67 | 0.84 | 0.75 |
| Hex | F5 | 89 | BC | 0 | 2C | 17 | 4 | 14C | 54 | 4B |
| Octal | 365 | 211 | 274 | 0 | 54 | 27 | 4 | 514 | 124 | 113 |
| Binary | 11110101 | 10001001 | 10111100 | 0 | 101100 | 10111 | 100 | 101001100 | 1010100 | 1001011 |
Color Harmonies of #F589BC
Complementary color
Monochromatic Colors of #F589BC
Black with #F589BC
Text Example
Text Example
White with #F589BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F589BC; }
p { color: rgb(245,137,188); }
H1.HeaderClassName
{
color: #F589BC;
}
.AnyTagClassName
{
color: #F589BC;
}
</style>
background-color css
<style>
a { background-color: #F589BC; }
a { background-color: rgb(245,137,188); }
div.DivClassName
{
background-color: #F589BC;
}
.BgClassName
{
background-color: #F589BC;
}
</style>
border-color css
<style>
span { border-color: #F589BC; }
span { border-color: rgb(245,137,188); }
td.TdClassName
{
border-color: #F589BC;
}
.TagClassName
{
border-color: #F589BC;
}
</style>