Shades of Tea Rose #F587D2
Tints of Tea Rose #F587D2
RGB
CMYK
RGB Variations
Color information
#F587D2 (or 0xF587D2) is known color: Tea Rose. HEX triplet: F5, 87 and D2. RGB value is (245,135,210). Sum of RGB (Red+Green+Blue) = 245+135+210=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 135 (53.12% from 255 or 22.88% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F587D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F587D2 is #0A782D. Grayscale: #B0B0B0. Windows color (decimal): -686126 or 13797365. OLE color: 13797365.
HSL color Cylindrical-coordinate representation of color #F587D2: hue angle of 319.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 #F587D2 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 210 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.04 |
| HSL | 319.09º | 0.85% | 0.75% | - |
| HSV(B) | 319.09º | 0.45% | 0.96% | - |
| XYZ | 57.95 | 41.39 | 65.91 | - |
| YUV | 176.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 210 | 0 | 0.45 | 0.14 | 0.04 | 319.09 | 0.85 | 0.75 |
| Hex | F5 | 87 | D2 | 0 | 2D | E | 4 | 13F | 55 | 4B |
| Octal | 365 | 207 | 322 | 0 | 55 | 16 | 4 | 477 | 125 | 113 |
| Binary | 11110101 | 10000111 | 11010010 | 0 | 101101 | 1110 | 100 | 100111111 | 1010101 | 1001011 |
Color Harmonies of #F587D2
Complementary color
Monochromatic Colors of #F587D2
Black with #F587D2
Text Example
Text Example
White with #F587D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F587D2; }
p { color: rgb(245,135,210); }
H1.HeaderClassName
{
color: #F587D2;
}
.AnyTagClassName
{
color: #F587D2;
}
</style>
background-color css
<style>
a { background-color: #F587D2; }
a { background-color: rgb(245,135,210); }
div.DivClassName
{
background-color: #F587D2;
}
.BgClassName
{
background-color: #F587D2;
}
</style>
border-color css
<style>
span { border-color: #F587D2; }
span { border-color: rgb(245,135,210); }
td.TdClassName
{
border-color: #F587D2;
}
.TagClassName
{
border-color: #F587D2;
}
</style>