Shades of Tea Rose #F590D0
Tints of Tea Rose #F590D0
RGB
CMYK
RGB Variations
Color information
#F590D0 (or 0xF590D0) is known color: Tea Rose. HEX triplet: F5, 90 and D0. RGB value is (245,144,208). Sum of RGB (Red+Green+Blue) = 245+144+208=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F590D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F590D0 is #0A6F2F. Grayscale: #B5B5B5. Windows color (decimal): -683824 or 13668597. OLE color: 13668597.
HSL color Cylindrical-coordinate representation of color #F590D0: hue angle of 321.98º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F590D0 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 208 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.04 |
| HSL | 321.98º | 0.83% | 0.76% | - |
| HSV(B) | 321.98º | 0.41% | 0.96% | - |
| XYZ | 59.01 | 43.91 | 65.04 | - |
| YUV | 181.5 | 142.96 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 208 | 0 | 0.41 | 0.15 | 0.04 | 321.98 | 0.83 | 0.76 |
| Hex | F5 | 90 | D0 | 0 | 29 | F | 4 | 142 | 53 | 4C |
| Octal | 365 | 220 | 320 | 0 | 51 | 17 | 4 | 502 | 123 | 114 |
| Binary | 11110101 | 10010000 | 11010000 | 0 | 101001 | 1111 | 100 | 101000010 | 1010011 | 1001100 |
Color Harmonies of #F590D0
Complementary color
Monochromatic Colors of #F590D0
Black with #F590D0
Text Example
Text Example
White with #F590D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F590D0; }
p { color: rgb(245,144,208); }
H1.HeaderClassName
{
color: #F590D0;
}
.AnyTagClassName
{
color: #F590D0;
}
</style>
background-color css
<style>
a { background-color: #F590D0; }
a { background-color: rgb(245,144,208); }
div.DivClassName
{
background-color: #F590D0;
}
.BgClassName
{
background-color: #F590D0;
}
</style>
border-color css
<style>
span { border-color: #F590D0; }
span { border-color: rgb(245,144,208); }
td.TdClassName
{
border-color: #F590D0;
}
.TagClassName
{
border-color: #F590D0;
}
</style>