Shades of Tea Rose #F58DBD
Tints of Tea Rose #F58DBD
RGB
CMYK
RGB Variations
Color information
#F58DBD (or 0xF58DBD) is known color: Tea Rose. HEX triplet: F5, 8D and BD. RGB value is (245,141,189). Sum of RGB (Red+Green+Blue) = 245+141+189=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58DBD is #0A7242. Grayscale: #B1B1B1. Windows color (decimal): -684611 or 12422645. OLE color: 12422645.
HSL color Cylindrical-coordinate representation of color #F58DBD: hue angle of 332.31º 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 #F58DBD is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 189 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.04 |
| HSL | 332.31º | 0.84% | 0.76% | - |
| HSV(B) | 332.31º | 0.42% | 0.96% | - |
| XYZ | 56.37 | 42.14 | 53.31 | - |
| YUV | 177.57 | 134.46 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 189 | 0 | 0.42 | 0.23 | 0.04 | 332.31 | 0.84 | 0.76 |
| Hex | F5 | 8D | BD | 0 | 2A | 17 | 4 | 14C | 54 | 4C |
| Octal | 365 | 215 | 275 | 0 | 52 | 27 | 4 | 514 | 124 | 114 |
| Binary | 11110101 | 10001101 | 10111101 | 0 | 101010 | 10111 | 100 | 101001100 | 1010100 | 1001100 |
Color Harmonies of #F58DBD
Complementary color
Monochromatic Colors of #F58DBD
Black with #F58DBD
Text Example
Text Example
White with #F58DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DBD; }
p { color: rgb(245,141,189); }
H1.HeaderClassName
{
color: #F58DBD;
}
.AnyTagClassName
{
color: #F58DBD;
}
</style>
background-color css
<style>
a { background-color: #F58DBD; }
a { background-color: rgb(245,141,189); }
div.DivClassName
{
background-color: #F58DBD;
}
.BgClassName
{
background-color: #F58DBD;
}
</style>
border-color css
<style>
span { border-color: #F58DBD; }
span { border-color: rgb(245,141,189); }
td.TdClassName
{
border-color: #F58DBD;
}
.TagClassName
{
border-color: #F58DBD;
}
</style>