Shades of Tea Rose #F58DB9
Tints of Tea Rose #F58DB9
RGB
CMYK
RGB Variations
Color information
#F58DB9 (or 0xF58DB9) is known color: Tea Rose. HEX triplet: F5, 8D and B9. RGB value is (245,141,185). Sum of RGB (Red+Green+Blue) = 245+141+185=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58DB9 is #0A7246. Grayscale: #B1B1B1. Windows color (decimal): -684615 or 12160501. OLE color: 12160501.
HSL color Cylindrical-coordinate representation of color #F58DB9: hue angle of 334.62º 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 #F58DB9 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 185 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.04 |
| HSL | 334.62º | 0.84% | 0.76% | - |
| HSV(B) | 334.62º | 0.42% | 0.96% | - |
| XYZ | 55.94 | 41.97 | 51.05 | - |
| YUV | 177.11 | 132.46 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 185 | 0 | 0.42 | 0.24 | 0.04 | 334.62 | 0.84 | 0.76 |
| Hex | F5 | 8D | B9 | 0 | 2A | 18 | 4 | 14F | 54 | 4C |
| Octal | 365 | 215 | 271 | 0 | 52 | 30 | 4 | 517 | 124 | 114 |
| Binary | 11110101 | 10001101 | 10111001 | 0 | 101010 | 11000 | 100 | 101001111 | 1010100 | 1001100 |
Color Harmonies of #F58DB9
Complementary color
Monochromatic Colors of #F58DB9
Black with #F58DB9
Text Example
Text Example
White with #F58DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DB9; }
p { color: rgb(245,141,185); }
H1.HeaderClassName
{
color: #F58DB9;
}
.AnyTagClassName
{
color: #F58DB9;
}
</style>
background-color css
<style>
a { background-color: #F58DB9; }
a { background-color: rgb(245,141,185); }
div.DivClassName
{
background-color: #F58DB9;
}
.BgClassName
{
background-color: #F58DB9;
}
</style>
border-color css
<style>
span { border-color: #F58DB9; }
span { border-color: rgb(245,141,185); }
td.TdClassName
{
border-color: #F58DB9;
}
.TagClassName
{
border-color: #F58DB9;
}
</style>