Shades of Tea Rose #F588BD
Tints of Tea Rose #F588BD
RGB
CMYK
RGB Variations
Color information
#F588BD (or 0xF588BD) is known color: Tea Rose. HEX triplet: F5, 88 and BD. RGB value is (245,136,189). Sum of RGB (Red+Green+Blue) = 245+136+189=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F588BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F588BD is #0A7742. Grayscale: #AEAEAE. Windows color (decimal): -685891 or 12421365. OLE color: 12421365.
HSL color Cylindrical-coordinate representation of color #F588BD: hue angle of 330.83º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F588BD is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 136 | 189 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.04 |
| HSL | 330.83º | 0.84% | 0.75% | - |
| HSV(B) | 330.83º | 0.44% | 0.96% | - |
| XYZ | 55.65 | 40.69 | 53.07 | - |
| YUV | 174.63 | 136.11 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 136 | 189 | 0 | 0.44 | 0.23 | 0.04 | 330.83 | 0.84 | 0.75 |
| Hex | F5 | 88 | BD | 0 | 2C | 17 | 4 | 14B | 54 | 4B |
| Octal | 365 | 210 | 275 | 0 | 54 | 27 | 4 | 513 | 124 | 113 |
| Binary | 11110101 | 10001000 | 10111101 | 0 | 101100 | 10111 | 100 | 101001011 | 1010100 | 1001011 |
Color Harmonies of #F588BD
Complementary color
Monochromatic Colors of #F588BD
Black with #F588BD
Text Example
Text Example
White with #F588BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F588BD; }
p { color: rgb(245,136,189); }
H1.HeaderClassName
{
color: #F588BD;
}
.AnyTagClassName
{
color: #F588BD;
}
</style>
background-color css
<style>
a { background-color: #F588BD; }
a { background-color: rgb(245,136,189); }
div.DivClassName
{
background-color: #F588BD;
}
.BgClassName
{
background-color: #F588BD;
}
</style>
border-color css
<style>
span { border-color: #F588BD; }
span { border-color: rgb(245,136,189); }
td.TdClassName
{
border-color: #F588BD;
}
.TagClassName
{
border-color: #F588BD;
}
</style>