Shades of Tea Rose #F587CE
Tints of Tea Rose #F587CE
RGB
CMYK
RGB Variations
Color information
#F587CE (or 0xF587CE) is known color: Tea Rose. HEX triplet: F5, 87 and CE. RGB value is (245,135,206). Sum of RGB (Red+Green+Blue) = 245+135+206=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 135 (53.12% from 255 or 23.04% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F587CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F587CE is #0A7831. Grayscale: #AFAFAF. Windows color (decimal): -686130 or 13535221. OLE color: 13535221.
HSL color Cylindrical-coordinate representation of color #F587CE: hue angle of 321.27º 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 #F587CE is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 206 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.04 |
| HSL | 321.27º | 0.85% | 0.75% | - |
| HSV(B) | 321.27º | 0.45% | 0.96% | - |
| XYZ | 57.46 | 41.2 | 63.32 | - |
| YUV | 175.98 | 144.94 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 206 | 0 | 0.45 | 0.16 | 0.04 | 321.27 | 0.85 | 0.75 |
| Hex | F5 | 87 | CE | 0 | 2D | 10 | 4 | 141 | 55 | 4B |
| Octal | 365 | 207 | 316 | 0 | 55 | 20 | 4 | 501 | 125 | 113 |
| Binary | 11110101 | 10000111 | 11001110 | 0 | 101101 | 10000 | 100 | 101000001 | 1010101 | 1001011 |
Color Harmonies of #F587CE
Complementary color
Monochromatic Colors of #F587CE
Black with #F587CE
Text Example
Text Example
White with #F587CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F587CE; }
p { color: rgb(245,135,206); }
H1.HeaderClassName
{
color: #F587CE;
}
.AnyTagClassName
{
color: #F587CE;
}
</style>
background-color css
<style>
a { background-color: #F587CE; }
a { background-color: rgb(245,135,206); }
div.DivClassName
{
background-color: #F587CE;
}
.BgClassName
{
background-color: #F587CE;
}
</style>
border-color css
<style>
span { border-color: #F587CE; }
span { border-color: rgb(245,135,206); }
td.TdClassName
{
border-color: #F587CE;
}
.TagClassName
{
border-color: #F587CE;
}
</style>