Shades of Tea Rose #F58DD0
Tints of Tea Rose #F58DD0
RGB
CMYK
RGB Variations
Color information
#F58DD0 (or 0xF58DD0) is known color: Tea Rose. HEX triplet: F5, 8D and D0. RGB value is (245,141,208). Sum of RGB (Red+Green+Blue) = 245+141+208=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58DD0 is #0A722F. Grayscale: #B3B3B3. Windows color (decimal): -684592 or 13667829. OLE color: 13667829.
HSL color Cylindrical-coordinate representation of color #F58DD0: hue angle of 321.35º 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 #F58DD0 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 208 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.04 |
| HSL | 321.35º | 0.84% | 0.76% | - |
| HSV(B) | 321.35º | 0.42% | 0.96% | - |
| XYZ | 58.57 | 43.02 | 64.89 | - |
| YUV | 179.73 | 143.96 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 208 | 0 | 0.42 | 0.15 | 0.04 | 321.35 | 0.84 | 0.76 |
| Hex | F5 | 8D | D0 | 0 | 2A | F | 4 | 141 | 54 | 4C |
| Octal | 365 | 215 | 320 | 0 | 52 | 17 | 4 | 501 | 124 | 114 |
| Binary | 11110101 | 10001101 | 11010000 | 0 | 101010 | 1111 | 100 | 101000001 | 1010100 | 1001100 |
Color Harmonies of #F58DD0
Complementary color
Monochromatic Colors of #F58DD0
Black with #F58DD0
Text Example
Text Example
White with #F58DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DD0; }
p { color: rgb(245,141,208); }
H1.HeaderClassName
{
color: #F58DD0;
}
.AnyTagClassName
{
color: #F58DD0;
}
</style>
background-color css
<style>
a { background-color: #F58DD0; }
a { background-color: rgb(245,141,208); }
div.DivClassName
{
background-color: #F58DD0;
}
.BgClassName
{
background-color: #F58DD0;
}
</style>
border-color css
<style>
span { border-color: #F58DD0; }
span { border-color: rgb(245,141,208); }
td.TdClassName
{
border-color: #F58DD0;
}
.TagClassName
{
border-color: #F58DD0;
}
</style>