Shades of Tea Rose #F594CF
Tints of Tea Rose #F594CF
RGB
CMYK
RGB Variations
Color information
#F594CF (or 0xF594CF) is known color: Tea Rose. HEX triplet: F5, 94 and CF. RGB value is (245,148,207). Sum of RGB (Red+Green+Blue) = 245+148+207=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 148 (58.20% from 255 or 24.67% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F594CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F594CF is #0A6B30. Grayscale: #B7B7B7. Windows color (decimal): -682801 or 13604085. OLE color: 13604085.
HSL color Cylindrical-coordinate representation of color #F594CF: hue angle of 323.51º 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 #F594CF is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 207 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.04 |
| HSL | 323.51º | 0.83% | 0.77% | - |
| HSV(B) | 323.51º | 0.4% | 0.96% | - |
| XYZ | 59.51 | 45.1 | 64.6 | - |
| YUV | 183.73 | 141.14 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 207 | 0 | 0.40 | 0.16 | 0.04 | 323.51 | 0.83 | 0.77 |
| Hex | F5 | 94 | CF | 0 | 28 | 10 | 4 | 144 | 53 | 4D |
| Octal | 365 | 224 | 317 | 0 | 50 | 20 | 4 | 504 | 123 | 115 |
| Binary | 11110101 | 10010100 | 11001111 | 0 | 101000 | 10000 | 100 | 101000100 | 1010011 | 1001101 |
Color Harmonies of #F594CF
Complementary color
Monochromatic Colors of #F594CF
Black with #F594CF
Text Example
Text Example
White with #F594CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F594CF; }
p { color: rgb(245,148,207); }
H1.HeaderClassName
{
color: #F594CF;
}
.AnyTagClassName
{
color: #F594CF;
}
</style>
background-color css
<style>
a { background-color: #F594CF; }
a { background-color: rgb(245,148,207); }
div.DivClassName
{
background-color: #F594CF;
}
.BgClassName
{
background-color: #F594CF;
}
</style>
border-color css
<style>
span { border-color: #F594CF; }
span { border-color: rgb(245,148,207); }
td.TdClassName
{
border-color: #F594CF;
}
.TagClassName
{
border-color: #F594CF;
}
</style>