Shades of Tea Rose #F58ED3
Tints of Tea Rose #F58ED3
RGB
CMYK
RGB Variations
Color information
#F58ED3 (or 0xF58ED3) is known color: Tea Rose. HEX triplet: F5, 8E and D3. RGB value is (245,142,211). Sum of RGB (Red+Green+Blue) = 245+142+211=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 142 (55.86% from 255 or 23.75% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F58ED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58ED3 is #0A712C. Grayscale: #B4B4B4. Windows color (decimal): -684333 or 13864693. OLE color: 13864693.
HSL color Cylindrical-coordinate representation of color #F58ED3: hue angle of 319.81º 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 #F58ED3 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 142 | 211 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.04 |
| HSL | 319.81º | 0.84% | 0.76% | - |
| HSV(B) | 319.81º | 0.42% | 0.96% | - |
| XYZ | 59.09 | 43.46 | 66.9 | - |
| YUV | 180.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 142 | 211 | 0 | 0.42 | 0.14 | 0.04 | 319.81 | 0.84 | 0.76 |
| Hex | F5 | 8E | D3 | 0 | 2A | E | 4 | 140 | 54 | 4C |
| Octal | 365 | 216 | 323 | 0 | 52 | 16 | 4 | 500 | 124 | 114 |
| Binary | 11110101 | 10001110 | 11010011 | 0 | 101010 | 1110 | 100 | 101000000 | 1010100 | 1001100 |
Color Harmonies of #F58ED3
Complementary color
Monochromatic Colors of #F58ED3
Black with #F58ED3
Text Example
Text Example
White with #F58ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58ED3; }
p { color: rgb(245,142,211); }
H1.HeaderClassName
{
color: #F58ED3;
}
.AnyTagClassName
{
color: #F58ED3;
}
</style>
background-color css
<style>
a { background-color: #F58ED3; }
a { background-color: rgb(245,142,211); }
div.DivClassName
{
background-color: #F58ED3;
}
.BgClassName
{
background-color: #F58ED3;
}
</style>
border-color css
<style>
span { border-color: #F58ED3; }
span { border-color: rgb(245,142,211); }
td.TdClassName
{
border-color: #F58ED3;
}
.TagClassName
{
border-color: #F58ED3;
}
</style>