Shades of Tea Rose #F590D3
Tints of Tea Rose #F590D3
RGB
CMYK
RGB Variations
Color information
#F590D3 (or 0xF590D3) is known color: Tea Rose. HEX triplet: F5, 90 and D3. RGB value is (245,144,211). Sum of RGB (Red+Green+Blue) = 245+144+211=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F590D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F590D3 is #0A6F2C. Grayscale: #B5B5B5. Windows color (decimal): -683821 or 13865205. OLE color: 13865205.
HSL color Cylindrical-coordinate representation of color #F590D3: hue angle of 320.2º 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 #F590D3 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 211 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.04 |
| HSL | 320.2º | 0.83% | 0.76% | - |
| HSV(B) | 320.2º | 0.41% | 0.96% | - |
| XYZ | 59.39 | 44.06 | 67 | - |
| YUV | 181.84 | 144.46 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 211 | 0 | 0.41 | 0.14 | 0.04 | 320.2 | 0.83 | 0.76 |
| Hex | F5 | 90 | D3 | 0 | 29 | E | 4 | 140 | 53 | 4C |
| Octal | 365 | 220 | 323 | 0 | 51 | 16 | 4 | 500 | 123 | 114 |
| Binary | 11110101 | 10010000 | 11010011 | 0 | 101001 | 1110 | 100 | 101000000 | 1010011 | 1001100 |
Color Harmonies of #F590D3
Complementary color
Monochromatic Colors of #F590D3
Black with #F590D3
Text Example
Text Example
White with #F590D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F590D3; }
p { color: rgb(245,144,211); }
H1.HeaderClassName
{
color: #F590D3;
}
.AnyTagClassName
{
color: #F590D3;
}
</style>
background-color css
<style>
a { background-color: #F590D3; }
a { background-color: rgb(245,144,211); }
div.DivClassName
{
background-color: #F590D3;
}
.BgClassName
{
background-color: #F590D3;
}
</style>
border-color css
<style>
span { border-color: #F590D3; }
span { border-color: rgb(245,144,211); }
td.TdClassName
{
border-color: #F590D3;
}
.TagClassName
{
border-color: #F590D3;
}
</style>