Shades of Tea Rose #F590D2
Tints of Tea Rose #F590D2
RGB
CMYK
RGB Variations
Color information
#F590D2 (or 0xF590D2) is known color: Tea Rose. HEX triplet: F5, 90 and D2. RGB value is (245,144,210). Sum of RGB (Red+Green+Blue) = 245+144+210=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F590D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F590D2 is #0A6F2D. Grayscale: #B5B5B5. Windows color (decimal): -683822 or 13799669. OLE color: 13799669.
HSL color Cylindrical-coordinate representation of color #F590D2: hue angle of 320.79º 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 #F590D2 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 210 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.04 |
| HSL | 320.79º | 0.83% | 0.76% | - |
| HSV(B) | 320.79º | 0.41% | 0.96% | - |
| XYZ | 59.26 | 44.01 | 66.34 | - |
| YUV | 181.72 | 143.96 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 210 | 0 | 0.41 | 0.14 | 0.04 | 320.79 | 0.83 | 0.76 |
| Hex | F5 | 90 | D2 | 0 | 29 | E | 4 | 141 | 53 | 4C |
| Octal | 365 | 220 | 322 | 0 | 51 | 16 | 4 | 501 | 123 | 114 |
| Binary | 11110101 | 10010000 | 11010010 | 0 | 101001 | 1110 | 100 | 101000001 | 1010011 | 1001100 |
Color Harmonies of #F590D2
Complementary color
Monochromatic Colors of #F590D2
Black with #F590D2
Text Example
Text Example
White with #F590D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F590D2; }
p { color: rgb(245,144,210); }
H1.HeaderClassName
{
color: #F590D2;
}
.AnyTagClassName
{
color: #F590D2;
}
</style>
background-color css
<style>
a { background-color: #F590D2; }
a { background-color: rgb(245,144,210); }
div.DivClassName
{
background-color: #F590D2;
}
.BgClassName
{
background-color: #F590D2;
}
</style>
border-color css
<style>
span { border-color: #F590D2; }
span { border-color: rgb(245,144,210); }
td.TdClassName
{
border-color: #F590D2;
}
.TagClassName
{
border-color: #F590D2;
}
</style>