Shades of Tea Rose #F594CD
Tints of Tea Rose #F594CD
RGB
CMYK
RGB Variations
Color information
#F594CD (or 0xF594CD) is known color: Tea Rose. HEX triplet: F5, 94 and CD. RGB value is (245,148,205). Sum of RGB (Red+Green+Blue) = 245+148+205=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F594CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F594CD is #0A6B32. Grayscale: #B7B7B7. Windows color (decimal): -682803 or 13473013. OLE color: 13473013.
HSL color Cylindrical-coordinate representation of color #F594CD: hue angle of 324.74º 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 #F594CD is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 205 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.04 |
| HSL | 324.74º | 0.83% | 0.77% | - |
| HSV(B) | 324.74º | 0.4% | 0.96% | - |
| XYZ | 59.27 | 45 | 63.32 | - |
| YUV | 183.5 | 140.14 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 205 | 0 | 0.40 | 0.16 | 0.04 | 324.74 | 0.83 | 0.77 |
| Hex | F5 | 94 | CD | 0 | 28 | 10 | 4 | 145 | 53 | 4D |
| Octal | 365 | 224 | 315 | 0 | 50 | 20 | 4 | 505 | 123 | 115 |
| Binary | 11110101 | 10010100 | 11001101 | 0 | 101000 | 10000 | 100 | 101000101 | 1010011 | 1001101 |
Color Harmonies of #F594CD
Complementary color
Monochromatic Colors of #F594CD
Black with #F594CD
Text Example
Text Example
White with #F594CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F594CD; }
p { color: rgb(245,148,205); }
H1.HeaderClassName
{
color: #F594CD;
}
.AnyTagClassName
{
color: #F594CD;
}
</style>
background-color css
<style>
a { background-color: #F594CD; }
a { background-color: rgb(245,148,205); }
div.DivClassName
{
background-color: #F594CD;
}
.BgClassName
{
background-color: #F594CD;
}
</style>
border-color css
<style>
span { border-color: #F594CD; }
span { border-color: rgb(245,148,205); }
td.TdClassName
{
border-color: #F594CD;
}
.TagClassName
{
border-color: #F594CD;
}
</style>