Shades of Tea Rose #F590CD
Tints of Tea Rose #F590CD
RGB
CMYK
RGB Variations
Color information
#F590CD (or 0xF590CD) is known color: Tea Rose. HEX triplet: F5, 90 and CD. RGB value is (245,144,205). Sum of RGB (Red+Green+Blue) = 245+144+205=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F590CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F590CD is #0A6F32. Grayscale: #B5B5B5. Windows color (decimal): -683827 or 13471989. OLE color: 13471989.
HSL color Cylindrical-coordinate representation of color #F590CD: hue angle of 323.76º 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 #F590CD is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 205 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.04 |
| HSL | 323.76º | 0.83% | 0.76% | - |
| HSV(B) | 323.76º | 0.41% | 0.96% | - |
| XYZ | 58.65 | 43.77 | 63.11 | - |
| YUV | 181.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 205 | 0 | 0.41 | 0.16 | 0.04 | 323.76 | 0.83 | 0.76 |
| Hex | F5 | 90 | CD | 0 | 29 | 10 | 4 | 144 | 53 | 4C |
| Octal | 365 | 220 | 315 | 0 | 51 | 20 | 4 | 504 | 123 | 114 |
| Binary | 11110101 | 10010000 | 11001101 | 0 | 101001 | 10000 | 100 | 101000100 | 1010011 | 1001100 |
Color Harmonies of #F590CD
Complementary color
Monochromatic Colors of #F590CD
Black with #F590CD
Text Example
Text Example
White with #F590CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F590CD; }
p { color: rgb(245,144,205); }
H1.HeaderClassName
{
color: #F590CD;
}
.AnyTagClassName
{
color: #F590CD;
}
</style>
background-color css
<style>
a { background-color: #F590CD; }
a { background-color: rgb(245,144,205); }
div.DivClassName
{
background-color: #F590CD;
}
.BgClassName
{
background-color: #F590CD;
}
</style>
border-color css
<style>
span { border-color: #F590CD; }
span { border-color: rgb(245,144,205); }
td.TdClassName
{
border-color: #F590CD;
}
.TagClassName
{
border-color: #F590CD;
}
</style>