Shades of Tea Rose #F588BC
Tints of Tea Rose #F588BC
RGB
CMYK
RGB Variations
Color information
#F588BC (or 0xF588BC) is known color: Tea Rose. HEX triplet: F5, 88 and BC. RGB value is (245,136,188). Sum of RGB (Red+Green+Blue) = 245+136+188=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F588BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F588BC is #0A7743. Grayscale: #AEAEAE. Windows color (decimal): -685892 or 12355829. OLE color: 12355829.
HSL color Cylindrical-coordinate representation of color #F588BC: hue angle of 331.38º 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 #F588BC is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 136 | 188 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.04 |
| HSL | 331.38º | 0.84% | 0.75% | - |
| HSV(B) | 331.38º | 0.44% | 0.96% | - |
| XYZ | 55.54 | 40.65 | 52.5 | - |
| YUV | 174.52 | 135.61 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 136 | 188 | 0 | 0.44 | 0.23 | 0.04 | 331.38 | 0.84 | 0.75 |
| Hex | F5 | 88 | BC | 0 | 2C | 17 | 4 | 14B | 54 | 4B |
| Octal | 365 | 210 | 274 | 0 | 54 | 27 | 4 | 513 | 124 | 113 |
| Binary | 11110101 | 10001000 | 10111100 | 0 | 101100 | 10111 | 100 | 101001011 | 1010100 | 1001011 |
Color Harmonies of #F588BC
Complementary color
Monochromatic Colors of #F588BC
Black with #F588BC
Text Example
Text Example
White with #F588BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F588BC; }
p { color: rgb(245,136,188); }
H1.HeaderClassName
{
color: #F588BC;
}
.AnyTagClassName
{
color: #F588BC;
}
</style>
background-color css
<style>
a { background-color: #F588BC; }
a { background-color: rgb(245,136,188); }
div.DivClassName
{
background-color: #F588BC;
}
.BgClassName
{
background-color: #F588BC;
}
</style>
border-color css
<style>
span { border-color: #F588BC; }
span { border-color: rgb(245,136,188); }
td.TdClassName
{
border-color: #F588BC;
}
.TagClassName
{
border-color: #F588BC;
}
</style>