Shades of Tea Rose #F590C0
Tints of Tea Rose #F590C0
RGB
CMYK
RGB Variations
Color information
#F590C0 (or 0xF590C0) is known color: Tea Rose. HEX triplet: F5, 90 and C0. RGB value is (245,144,192). Sum of RGB (Red+Green+Blue) = 245+144+192=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 245 - color contains mainly: red. Hex color #F590C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F590C0 is #0A6F3F. Grayscale: #B3B3B3. Windows color (decimal): -683840 or 12620021. OLE color: 12620021.
HSL color Cylindrical-coordinate representation of color #F590C0: hue angle of 331.49º 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 #F590C0 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 192 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.04 |
| HSL | 331.49º | 0.83% | 0.76% | - |
| HSV(B) | 331.49º | 0.41% | 0.96% | - |
| XYZ | 57.14 | 43.16 | 55.19 | - |
| YUV | 179.67 | 134.96 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 192 | 0 | 0.41 | 0.22 | 0.04 | 331.49 | 0.83 | 0.76 |
| Hex | F5 | 90 | C0 | 0 | 29 | 16 | 4 | 14B | 53 | 4C |
| Octal | 365 | 220 | 300 | 0 | 51 | 26 | 4 | 513 | 123 | 114 |
| Binary | 11110101 | 10010000 | 11000000 | 0 | 101001 | 10110 | 100 | 101001011 | 1010011 | 1001100 |
Color Harmonies of #F590C0
Complementary color
Monochromatic Colors of #F590C0
Black with #F590C0
Text Example
Text Example
White with #F590C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F590C0; }
p { color: rgb(245,144,192); }
H1.HeaderClassName
{
color: #F590C0;
}
.AnyTagClassName
{
color: #F590C0;
}
</style>
background-color css
<style>
a { background-color: #F590C0; }
a { background-color: rgb(245,144,192); }
div.DivClassName
{
background-color: #F590C0;
}
.BgClassName
{
background-color: #F590C0;
}
</style>
border-color css
<style>
span { border-color: #F590C0; }
span { border-color: rgb(245,144,192); }
td.TdClassName
{
border-color: #F590C0;
}
.TagClassName
{
border-color: #F590C0;
}
</style>