Shades of Tea Rose #F588CE
Tints of Tea Rose #F588CE
RGB
CMYK
RGB Variations
Color information
#F588CE (or 0xF588CE) is known color: Tea Rose. HEX triplet: F5, 88 and CE. RGB value is (245,136,206). Sum of RGB (Red+Green+Blue) = 245+136+206=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 136 (53.52% from 255 or 23.17% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F588CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F588CE is #0A7731. Grayscale: #B0B0B0. Windows color (decimal): -685874 or 13535477. OLE color: 13535477.
HSL color Cylindrical-coordinate representation of color #F588CE: hue angle of 321.47º 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 #F588CE is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 136 | 206 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.04 |
| HSL | 321.47º | 0.84% | 0.75% | - |
| HSV(B) | 321.47º | 0.44% | 0.96% | - |
| XYZ | 57.6 | 41.48 | 63.36 | - |
| YUV | 176.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 136 | 206 | 0 | 0.44 | 0.16 | 0.04 | 321.47 | 0.84 | 0.75 |
| Hex | F5 | 88 | CE | 0 | 2C | 10 | 4 | 141 | 54 | 4B |
| Octal | 365 | 210 | 316 | 0 | 54 | 20 | 4 | 501 | 124 | 113 |
| Binary | 11110101 | 10001000 | 11001110 | 0 | 101100 | 10000 | 100 | 101000001 | 1010100 | 1001011 |
Color Harmonies of #F588CE
Complementary color
Monochromatic Colors of #F588CE
Black with #F588CE
Text Example
Text Example
White with #F588CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F588CE; }
p { color: rgb(245,136,206); }
H1.HeaderClassName
{
color: #F588CE;
}
.AnyTagClassName
{
color: #F588CE;
}
</style>
background-color css
<style>
a { background-color: #F588CE; }
a { background-color: rgb(245,136,206); }
div.DivClassName
{
background-color: #F588CE;
}
.BgClassName
{
background-color: #F588CE;
}
</style>
border-color css
<style>
span { border-color: #F588CE; }
span { border-color: rgb(245,136,206); }
td.TdClassName
{
border-color: #F588CE;
}
.TagClassName
{
border-color: #F588CE;
}
</style>