Shades of Tea Rose #F58DBB
Tints of Tea Rose #F58DBB
RGB
CMYK
RGB Variations
Color information
#F58DBB (or 0xF58DBB) is known color: Tea Rose. HEX triplet: F5, 8D and BB. RGB value is (245,141,187). Sum of RGB (Red+Green+Blue) = 245+141+187=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58DBB is #0A7244. Grayscale: #B1B1B1. Windows color (decimal): -684613 or 12291573. OLE color: 12291573.
HSL color Cylindrical-coordinate representation of color #F58DBB: hue angle of 333.46º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58DBB is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 187 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.04 |
| HSL | 333.46º | 0.84% | 0.76% | - |
| HSV(B) | 333.46º | 0.42% | 0.96% | - |
| XYZ | 56.15 | 42.05 | 52.17 | - |
| YUV | 177.34 | 133.46 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 187 | 0 | 0.42 | 0.24 | 0.04 | 333.46 | 0.84 | 0.76 |
| Hex | F5 | 8D | BB | 0 | 2A | 18 | 4 | 14D | 54 | 4C |
| Octal | 365 | 215 | 273 | 0 | 52 | 30 | 4 | 515 | 124 | 114 |
| Binary | 11110101 | 10001101 | 10111011 | 0 | 101010 | 11000 | 100 | 101001101 | 1010100 | 1001100 |
Color Harmonies of #F58DBB
Complementary color
Monochromatic Colors of #F58DBB
Black with #F58DBB
Text Example
Text Example
White with #F58DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DBB; }
p { color: rgb(245,141,187); }
H1.HeaderClassName
{
color: #F58DBB;
}
.AnyTagClassName
{
color: #F58DBB;
}
</style>
background-color css
<style>
a { background-color: #F58DBB; }
a { background-color: rgb(245,141,187); }
div.DivClassName
{
background-color: #F58DBB;
}
.BgClassName
{
background-color: #F58DBB;
}
</style>
border-color css
<style>
span { border-color: #F58DBB; }
span { border-color: rgb(245,141,187); }
td.TdClassName
{
border-color: #F58DBB;
}
.TagClassName
{
border-color: #F58DBB;
}
</style>