Shades of Tea Rose #F587BC
Tints of Tea Rose #F587BC
RGB
CMYK
RGB Variations
Color information
#F587BC (or 0xF587BC) is known color: Tea Rose. HEX triplet: F5, 87 and BC. RGB value is (245,135,188). Sum of RGB (Red+Green+Blue) = 245+135+188=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F587BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F587BC is #0A7843. Grayscale: #ADADAD. Windows color (decimal): -686148 or 12355573. OLE color: 12355573.
HSL color Cylindrical-coordinate representation of color #F587BC: hue angle of 331.09º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F587BC is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 188 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.04 |
| HSL | 331.09º | 0.85% | 0.75% | - |
| HSV(B) | 331.09º | 0.45% | 0.96% | - |
| XYZ | 55.4 | 40.37 | 52.45 | - |
| YUV | 173.93 | 135.94 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 188 | 0 | 0.45 | 0.23 | 0.04 | 331.09 | 0.85 | 0.75 |
| Hex | F5 | 87 | BC | 0 | 2D | 17 | 4 | 14B | 55 | 4B |
| Octal | 365 | 207 | 274 | 0 | 55 | 27 | 4 | 513 | 125 | 113 |
| Binary | 11110101 | 10000111 | 10111100 | 0 | 101101 | 10111 | 100 | 101001011 | 1010101 | 1001011 |
Color Harmonies of #F587BC
Complementary color
Monochromatic Colors of #F587BC
Black with #F587BC
Text Example
Text Example
White with #F587BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F587BC; }
p { color: rgb(245,135,188); }
H1.HeaderClassName
{
color: #F587BC;
}
.AnyTagClassName
{
color: #F587BC;
}
</style>
background-color css
<style>
a { background-color: #F587BC; }
a { background-color: rgb(245,135,188); }
div.DivClassName
{
background-color: #F587BC;
}
.BgClassName
{
background-color: #F587BC;
}
</style>
border-color css
<style>
span { border-color: #F587BC; }
span { border-color: rgb(245,135,188); }
td.TdClassName
{
border-color: #F587BC;
}
.TagClassName
{
border-color: #F587BC;
}
</style>