Shades of Tea Rose #F588BE
Tints of Tea Rose #F588BE
RGB
CMYK
RGB Variations
Color information
#F588BE (or 0xF588BE) is known color: Tea Rose. HEX triplet: F5, 88 and BE. RGB value is (245,136,190). Sum of RGB (Red+Green+Blue) = 245+136+190=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F588BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F588BE is #0A7741. Grayscale: #AEAEAE. Windows color (decimal): -685890 or 12486901. OLE color: 12486901.
HSL color Cylindrical-coordinate representation of color #F588BE: hue angle of 330.28º 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 #F588BE is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 136 | 190 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.04 |
| HSL | 330.28º | 0.84% | 0.75% | - |
| HSV(B) | 330.28º | 0.44% | 0.96% | - |
| XYZ | 55.75 | 40.74 | 53.64 | - |
| YUV | 174.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 136 | 190 | 0 | 0.44 | 0.22 | 0.04 | 330.28 | 0.84 | 0.75 |
| Hex | F5 | 88 | BE | 0 | 2C | 16 | 4 | 14A | 54 | 4B |
| Octal | 365 | 210 | 276 | 0 | 54 | 26 | 4 | 512 | 124 | 113 |
| Binary | 11110101 | 10001000 | 10111110 | 0 | 101100 | 10110 | 100 | 101001010 | 1010100 | 1001011 |
Color Harmonies of #F588BE
Complementary color
Monochromatic Colors of #F588BE
Black with #F588BE
Text Example
Text Example
White with #F588BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F588BE; }
p { color: rgb(245,136,190); }
H1.HeaderClassName
{
color: #F588BE;
}
.AnyTagClassName
{
color: #F588BE;
}
</style>
background-color css
<style>
a { background-color: #F588BE; }
a { background-color: rgb(245,136,190); }
div.DivClassName
{
background-color: #F588BE;
}
.BgClassName
{
background-color: #F588BE;
}
</style>
border-color css
<style>
span { border-color: #F588BE; }
span { border-color: rgb(245,136,190); }
td.TdClassName
{
border-color: #F588BE;
}
.TagClassName
{
border-color: #F588BE;
}
</style>