Shades of Tea Rose #F58DC7
Tints of Tea Rose #F58DC7
RGB
CMYK
RGB Variations
Color information
#F58DC7 (or 0xF58DC7) is known color: Tea Rose. HEX triplet: F5, 8D and C7. RGB value is (245,141,199). Sum of RGB (Red+Green+Blue) = 245+141+199=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 141 (55.47% from 255 or 24.10% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58DC7 is #0A7238. Grayscale: #B2B2B2. Windows color (decimal): -684601 or 13078005. OLE color: 13078005.
HSL color Cylindrical-coordinate representation of color #F58DC7: hue angle of 326.54º 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 #F58DC7 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 199 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.04 |
| HSL | 326.54º | 0.84% | 0.76% | - |
| HSV(B) | 326.54º | 0.42% | 0.96% | - |
| XYZ | 57.49 | 42.59 | 59.22 | - |
| YUV | 178.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 199 | 0 | 0.42 | 0.19 | 0.04 | 326.54 | 0.84 | 0.76 |
| Hex | F5 | 8D | C7 | 0 | 2A | 13 | 4 | 147 | 54 | 4C |
| Octal | 365 | 215 | 307 | 0 | 52 | 23 | 4 | 507 | 124 | 114 |
| Binary | 11110101 | 10001101 | 11000111 | 0 | 101010 | 10011 | 100 | 101000111 | 1010100 | 1001100 |
Color Harmonies of #F58DC7
Complementary color
Monochromatic Colors of #F58DC7
Black with #F58DC7
Text Example
Text Example
White with #F58DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DC7; }
p { color: rgb(245,141,199); }
H1.HeaderClassName
{
color: #F58DC7;
}
.AnyTagClassName
{
color: #F58DC7;
}
</style>
background-color css
<style>
a { background-color: #F58DC7; }
a { background-color: rgb(245,141,199); }
div.DivClassName
{
background-color: #F58DC7;
}
.BgClassName
{
background-color: #F58DC7;
}
</style>
border-color css
<style>
span { border-color: #F58DC7; }
span { border-color: rgb(245,141,199); }
td.TdClassName
{
border-color: #F58DC7;
}
.TagClassName
{
border-color: #F58DC7;
}
</style>