Shades of Tea Rose #F587CB
Tints of Tea Rose #F587CB
RGB
CMYK
RGB Variations
Color information
#F587CB (or 0xF587CB) is known color: Tea Rose. HEX triplet: F5, 87 and CB. RGB value is (245,135,203). Sum of RGB (Red+Green+Blue) = 245+135+203=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 135 (53.12% from 255 or 23.16% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F587CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F587CB is #0A7834. Grayscale: #AFAFAF. Windows color (decimal): -686133 or 13338613. OLE color: 13338613.
HSL color Cylindrical-coordinate representation of color #F587CB: hue angle of 322.91º 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 #F587CB is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 203 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.04 |
| HSL | 322.91º | 0.85% | 0.75% | - |
| HSV(B) | 322.91º | 0.45% | 0.96% | - |
| XYZ | 57.1 | 41.05 | 61.41 | - |
| YUV | 175.64 | 143.44 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 203 | 0 | 0.45 | 0.17 | 0.04 | 322.91 | 0.85 | 0.75 |
| Hex | F5 | 87 | CB | 0 | 2D | 11 | 4 | 143 | 55 | 4B |
| Octal | 365 | 207 | 313 | 0 | 55 | 21 | 4 | 503 | 125 | 113 |
| Binary | 11110101 | 10000111 | 11001011 | 0 | 101101 | 10001 | 100 | 101000011 | 1010101 | 1001011 |
Color Harmonies of #F587CB
Complementary color
Monochromatic Colors of #F587CB
Black with #F587CB
Text Example
Text Example
White with #F587CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F587CB; }
p { color: rgb(245,135,203); }
H1.HeaderClassName
{
color: #F587CB;
}
.AnyTagClassName
{
color: #F587CB;
}
</style>
background-color css
<style>
a { background-color: #F587CB; }
a { background-color: rgb(245,135,203); }
div.DivClassName
{
background-color: #F587CB;
}
.BgClassName
{
background-color: #F587CB;
}
</style>
border-color css
<style>
span { border-color: #F587CB; }
span { border-color: rgb(245,135,203); }
td.TdClassName
{
border-color: #F587CB;
}
.TagClassName
{
border-color: #F587CB;
}
</style>