Shades of Tea Rose #F58DCF
Tints of Tea Rose #F58DCF
RGB
CMYK
RGB Variations
Color information
#F58DCF (or 0xF58DCF) is known color: Tea Rose. HEX triplet: F5, 8D and CF. RGB value is (245,141,207). Sum of RGB (Red+Green+Blue) = 245+141+207=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58DCF is #0A7230. Grayscale: #B3B3B3. Windows color (decimal): -684593 or 13602293. OLE color: 13602293.
HSL color Cylindrical-coordinate representation of color #F58DCF: hue angle of 321.92º 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 #F58DCF is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 207 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.04 |
| HSL | 321.92º | 0.84% | 0.76% | - |
| HSV(B) | 321.92º | 0.42% | 0.96% | - |
| XYZ | 58.44 | 42.97 | 64.24 | - |
| YUV | 179.62 | 143.46 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 207 | 0 | 0.42 | 0.16 | 0.04 | 321.92 | 0.84 | 0.76 |
| Hex | F5 | 8D | CF | 0 | 2A | 10 | 4 | 142 | 54 | 4C |
| Octal | 365 | 215 | 317 | 0 | 52 | 20 | 4 | 502 | 124 | 114 |
| Binary | 11110101 | 10001101 | 11001111 | 0 | 101010 | 10000 | 100 | 101000010 | 1010100 | 1001100 |
Color Harmonies of #F58DCF
Complementary color
Monochromatic Colors of #F58DCF
Black with #F58DCF
Text Example
Text Example
White with #F58DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DCF; }
p { color: rgb(245,141,207); }
H1.HeaderClassName
{
color: #F58DCF;
}
.AnyTagClassName
{
color: #F58DCF;
}
</style>
background-color css
<style>
a { background-color: #F58DCF; }
a { background-color: rgb(245,141,207); }
div.DivClassName
{
background-color: #F58DCF;
}
.BgClassName
{
background-color: #F58DCF;
}
</style>
border-color css
<style>
span { border-color: #F58DCF; }
span { border-color: rgb(245,141,207); }
td.TdClassName
{
border-color: #F58DCF;
}
.TagClassName
{
border-color: #F58DCF;
}
</style>