Shades of Tea Rose #F587BD
Tints of Tea Rose #F587BD
RGB
CMYK
RGB Variations
Color information
#F587BD (or 0xF587BD) is known color: Tea Rose. HEX triplet: F5, 87 and BD. RGB value is (245,135,189). Sum of RGB (Red+Green+Blue) = 245+135+189=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 135 (53.12% from 255 or 23.73% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F587BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F587BD is #0A7842. Grayscale: #ADADAD. Windows color (decimal): -686147 or 12421109. OLE color: 12421109.
HSL color Cylindrical-coordinate representation of color #F587BD: hue angle of 330.55º 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 #F587BD is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 189 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.04 |
| HSL | 330.55º | 0.85% | 0.75% | - |
| HSV(B) | 330.55º | 0.45% | 0.96% | - |
| XYZ | 55.51 | 40.41 | 53.02 | - |
| YUV | 174.05 | 136.44 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 189 | 0 | 0.45 | 0.23 | 0.04 | 330.55 | 0.85 | 0.75 |
| Hex | F5 | 87 | BD | 0 | 2D | 17 | 4 | 14B | 55 | 4B |
| Octal | 365 | 207 | 275 | 0 | 55 | 27 | 4 | 513 | 125 | 113 |
| Binary | 11110101 | 10000111 | 10111101 | 0 | 101101 | 10111 | 100 | 101001011 | 1010101 | 1001011 |
Color Harmonies of #F587BD
Complementary color
Monochromatic Colors of #F587BD
Black with #F587BD
Text Example
Text Example
White with #F587BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F587BD; }
p { color: rgb(245,135,189); }
H1.HeaderClassName
{
color: #F587BD;
}
.AnyTagClassName
{
color: #F587BD;
}
</style>
background-color css
<style>
a { background-color: #F587BD; }
a { background-color: rgb(245,135,189); }
div.DivClassName
{
background-color: #F587BD;
}
.BgClassName
{
background-color: #F587BD;
}
</style>
border-color css
<style>
span { border-color: #F587BD; }
span { border-color: rgb(245,135,189); }
td.TdClassName
{
border-color: #F587BD;
}
.TagClassName
{
border-color: #F587BD;
}
</style>