Shades of Tea Rose #F58DCC
Tints of Tea Rose #F58DCC
RGB
CMYK
RGB Variations
Color information
#F58DCC (or 0xF58DCC) is known color: Tea Rose. HEX triplet: F5, 8D and CC. RGB value is (245,141,204). Sum of RGB (Red+Green+Blue) = 245+141+204=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58DCC is #0A7233. Grayscale: #B3B3B3. Windows color (decimal): -684596 or 13405685. OLE color: 13405685.
HSL color Cylindrical-coordinate representation of color #F58DCC: hue angle of 323.65º 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 #F58DCC is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 204 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.04 |
| HSL | 323.65º | 0.84% | 0.76% | - |
| HSV(B) | 323.65º | 0.42% | 0.96% | - |
| XYZ | 58.08 | 42.82 | 62.33 | - |
| YUV | 179.28 | 141.96 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 204 | 0 | 0.42 | 0.17 | 0.04 | 323.65 | 0.84 | 0.76 |
| Hex | F5 | 8D | CC | 0 | 2A | 11 | 4 | 144 | 54 | 4C |
| Octal | 365 | 215 | 314 | 0 | 52 | 21 | 4 | 504 | 124 | 114 |
| Binary | 11110101 | 10001101 | 11001100 | 0 | 101010 | 10001 | 100 | 101000100 | 1010100 | 1001100 |
Color Harmonies of #F58DCC
Complementary color
Monochromatic Colors of #F58DCC
Black with #F58DCC
Text Example
Text Example
White with #F58DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DCC; }
p { color: rgb(245,141,204); }
H1.HeaderClassName
{
color: #F58DCC;
}
.AnyTagClassName
{
color: #F58DCC;
}
</style>
background-color css
<style>
a { background-color: #F58DCC; }
a { background-color: rgb(245,141,204); }
div.DivClassName
{
background-color: #F58DCC;
}
.BgClassName
{
background-color: #F58DCC;
}
</style>
border-color css
<style>
span { border-color: #F58DCC; }
span { border-color: rgb(245,141,204); }
td.TdClassName
{
border-color: #F58DCC;
}
.TagClassName
{
border-color: #F58DCC;
}
</style>