Shades of Tea Rose #F593CD
Tints of Tea Rose #F593CD
RGB
CMYK
RGB Variations
Color information
#F593CD (or 0xF593CD) is known color: Tea Rose. HEX triplet: F5, 93 and CD. RGB value is (245,147,205). Sum of RGB (Red+Green+Blue) = 245+147+205=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F593CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F593CD is #0A6C32. Grayscale: #B6B6B6. Windows color (decimal): -683059 or 13472757. OLE color: 13472757.
HSL color Cylindrical-coordinate representation of color #F593CD: hue angle of 324.49º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F593CD is Cyan = 0, Magento = 0.4, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 205 | - |
| CMYK | 0 | 0.4 | 0.16 | 0.04 |
| HSL | 324.49º | 0.83% | 0.77% | - |
| HSV(B) | 324.49º | 0.4% | 0.96% | - |
| XYZ | 59.11 | 44.69 | 63.27 | - |
| YUV | 182.91 | 140.47 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 205 | 0 | 0.4 | 0.16 | 0.04 | 324.49 | 0.83 | 0.77 |
| Hex | F5 | 93 | CD | 0 | 28 | 10 | 4 | 144 | 53 | 4D |
| Octal | 365 | 223 | 315 | 0 | 50 | 20 | 4 | 504 | 123 | 115 |
| Binary | 11110101 | 10010011 | 11001101 | 0 | 101000 | 10000 | 100 | 101000100 | 1010011 | 1001101 |
Color Harmonies of #F593CD
Complementary color
Monochromatic Colors of #F593CD
Black with #F593CD
Text Example
Text Example
White with #F593CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F593CD; }
p { color: rgb(245,147,205); }
H1.HeaderClassName
{
color: #F593CD;
}
.AnyTagClassName
{
color: #F593CD;
}
</style>
background-color css
<style>
a { background-color: #F593CD; }
a { background-color: rgb(245,147,205); }
div.DivClassName
{
background-color: #F593CD;
}
.BgClassName
{
background-color: #F593CD;
}
</style>
border-color css
<style>
span { border-color: #F593CD; }
span { border-color: rgb(245,147,205); }
td.TdClassName
{
border-color: #F593CD;
}
.TagClassName
{
border-color: #F593CD;
}
</style>