Shades of Tea Rose #F58ECF
Tints of Tea Rose #F58ECF
RGB
CMYK
RGB Variations
Color information
#F58ECF (or 0xF58ECF) is known color: Tea Rose. HEX triplet: F5, 8E and CF. RGB value is (245,142,207). Sum of RGB (Red+Green+Blue) = 245+142+207=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F58ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58ECF is #0A7130. Grayscale: #B4B4B4. Windows color (decimal): -684337 or 13602549. OLE color: 13602549.
HSL color Cylindrical-coordinate representation of color #F58ECF: hue angle of 322.14º 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 #F58ECF is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 142 | 207 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.04 |
| HSL | 322.14º | 0.84% | 0.76% | - |
| HSV(B) | 322.14º | 0.42% | 0.96% | - |
| XYZ | 58.59 | 43.26 | 64.29 | - |
| YUV | 180.21 | 143.12 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 142 | 207 | 0 | 0.42 | 0.16 | 0.04 | 322.14 | 0.84 | 0.76 |
| Hex | F5 | 8E | CF | 0 | 2A | 10 | 4 | 142 | 54 | 4C |
| Octal | 365 | 216 | 317 | 0 | 52 | 20 | 4 | 502 | 124 | 114 |
| Binary | 11110101 | 10001110 | 11001111 | 0 | 101010 | 10000 | 100 | 101000010 | 1010100 | 1001100 |
Color Harmonies of #F58ECF
Complementary color
Monochromatic Colors of #F58ECF
Black with #F58ECF
Text Example
Text Example
White with #F58ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58ECF; }
p { color: rgb(245,142,207); }
H1.HeaderClassName
{
color: #F58ECF;
}
.AnyTagClassName
{
color: #F58ECF;
}
</style>
background-color css
<style>
a { background-color: #F58ECF; }
a { background-color: rgb(245,142,207); }
div.DivClassName
{
background-color: #F58ECF;
}
.BgClassName
{
background-color: #F58ECF;
}
</style>
border-color css
<style>
span { border-color: #F58ECF; }
span { border-color: rgb(245,142,207); }
td.TdClassName
{
border-color: #F58ECF;
}
.TagClassName
{
border-color: #F58ECF;
}
</style>