Shades of Tea Rose #F590CE
Tints of Tea Rose #F590CE
RGB
CMYK
RGB Variations
Color information
#F590CE (or 0xF590CE) is known color: Tea Rose. HEX triplet: F5, 90 and CE. RGB value is (245,144,206). Sum of RGB (Red+Green+Blue) = 245+144+206=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F590CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F590CE is #0A6F31. Grayscale: #B5B5B5. Windows color (decimal): -683826 or 13537525. OLE color: 13537525.
HSL color Cylindrical-coordinate representation of color #F590CE: hue angle of 323.17º 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 #F590CE is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 206 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.04 |
| HSL | 323.17º | 0.83% | 0.76% | - |
| HSV(B) | 323.17º | 0.41% | 0.96% | - |
| XYZ | 58.77 | 43.82 | 63.75 | - |
| YUV | 181.27 | 141.96 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 206 | 0 | 0.41 | 0.16 | 0.04 | 323.17 | 0.83 | 0.76 |
| Hex | F5 | 90 | CE | 0 | 29 | 10 | 4 | 143 | 53 | 4C |
| Octal | 365 | 220 | 316 | 0 | 51 | 20 | 4 | 503 | 123 | 114 |
| Binary | 11110101 | 10010000 | 11001110 | 0 | 101001 | 10000 | 100 | 101000011 | 1010011 | 1001100 |
Color Harmonies of #F590CE
Complementary color
Monochromatic Colors of #F590CE
Black with #F590CE
Text Example
Text Example
White with #F590CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F590CE; }
p { color: rgb(245,144,206); }
H1.HeaderClassName
{
color: #F590CE;
}
.AnyTagClassName
{
color: #F590CE;
}
</style>
background-color css
<style>
a { background-color: #F590CE; }
a { background-color: rgb(245,144,206); }
div.DivClassName
{
background-color: #F590CE;
}
.BgClassName
{
background-color: #F590CE;
}
</style>
border-color css
<style>
span { border-color: #F590CE; }
span { border-color: rgb(245,144,206); }
td.TdClassName
{
border-color: #F590CE;
}
.TagClassName
{
border-color: #F590CE;
}
</style>