Shades of Tea Rose #F594CA
Tints of Tea Rose #F594CA
RGB
CMYK
RGB Variations
Color information
#F594CA (or 0xF594CA) is known color: Tea Rose. HEX triplet: F5, 94 and CA. RGB value is (245,148,202). Sum of RGB (Red+Green+Blue) = 245+148+202=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F594CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F594CA is #0A6B35. Grayscale: #B7B7B7. Windows color (decimal): -682806 or 13276405. OLE color: 13276405.
HSL color Cylindrical-coordinate representation of color #F594CA: hue angle of 326.6º 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 #F594CA is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 202 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.04 |
| HSL | 326.6º | 0.83% | 0.77% | - |
| HSV(B) | 326.6º | 0.4% | 0.96% | - |
| XYZ | 58.91 | 44.86 | 61.43 | - |
| YUV | 183.16 | 138.64 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 202 | 0 | 0.40 | 0.18 | 0.04 | 326.6 | 0.83 | 0.77 |
| Hex | F5 | 94 | CA | 0 | 28 | 12 | 4 | 147 | 53 | 4D |
| Octal | 365 | 224 | 312 | 0 | 50 | 22 | 4 | 507 | 123 | 115 |
| Binary | 11110101 | 10010100 | 11001010 | 0 | 101000 | 10010 | 100 | 101000111 | 1010011 | 1001101 |
Color Harmonies of #F594CA
Complementary color
Monochromatic Colors of #F594CA
Black with #F594CA
Text Example
Text Example
White with #F594CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F594CA; }
p { color: rgb(245,148,202); }
H1.HeaderClassName
{
color: #F594CA;
}
.AnyTagClassName
{
color: #F594CA;
}
</style>
background-color css
<style>
a { background-color: #F594CA; }
a { background-color: rgb(245,148,202); }
div.DivClassName
{
background-color: #F594CA;
}
.BgClassName
{
background-color: #F594CA;
}
</style>
border-color css
<style>
span { border-color: #F594CA; }
span { border-color: rgb(245,148,202); }
td.TdClassName
{
border-color: #F594CA;
}
.TagClassName
{
border-color: #F594CA;
}
</style>