Shades of Tea Rose #F594CE
Tints of Tea Rose #F594CE
RGB
CMYK
RGB Variations
Color information
#F594CE (or 0xF594CE) is known color: Tea Rose. HEX triplet: F5, 94 and CE. RGB value is (245,148,206). Sum of RGB (Red+Green+Blue) = 245+148+206=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F594CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F594CE is #0A6B31. Grayscale: #B7B7B7. Windows color (decimal): -682802 or 13538549. OLE color: 13538549.
HSL color Cylindrical-coordinate representation of color #F594CE: hue angle of 324.12º 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 #F594CE is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 206 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.04 |
| HSL | 324.12º | 0.83% | 0.77% | - |
| HSV(B) | 324.12º | 0.4% | 0.96% | - |
| XYZ | 59.39 | 45.05 | 63.96 | - |
| YUV | 183.62 | 140.64 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 206 | 0 | 0.40 | 0.16 | 0.04 | 324.12 | 0.83 | 0.77 |
| Hex | F5 | 94 | CE | 0 | 28 | 10 | 4 | 144 | 53 | 4D |
| Octal | 365 | 224 | 316 | 0 | 50 | 20 | 4 | 504 | 123 | 115 |
| Binary | 11110101 | 10010100 | 11001110 | 0 | 101000 | 10000 | 100 | 101000100 | 1010011 | 1001101 |
Color Harmonies of #F594CE
Complementary color
Monochromatic Colors of #F594CE
Black with #F594CE
Text Example
Text Example
White with #F594CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F594CE; }
p { color: rgb(245,148,206); }
H1.HeaderClassName
{
color: #F594CE;
}
.AnyTagClassName
{
color: #F594CE;
}
</style>
background-color css
<style>
a { background-color: #F594CE; }
a { background-color: rgb(245,148,206); }
div.DivClassName
{
background-color: #F594CE;
}
.BgClassName
{
background-color: #F594CE;
}
</style>
border-color css
<style>
span { border-color: #F594CE; }
span { border-color: rgb(245,148,206); }
td.TdClassName
{
border-color: #F594CE;
}
.TagClassName
{
border-color: #F594CE;
}
</style>