Shades of Tea Rose #F593CC
Tints of Tea Rose #F593CC
RGB
CMYK
RGB Variations
Color information
#F593CC (or 0xF593CC) is known color: Tea Rose. HEX triplet: F5, 93 and CC. RGB value is (245,147,204). Sum of RGB (Red+Green+Blue) = 245+147+204=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 147 (57.81% from 255 or 24.66% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F593CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F593CC is #0A6C33. Grayscale: #B6B6B6. Windows color (decimal): -683060 or 13407221. OLE color: 13407221.
HSL color Cylindrical-coordinate representation of color #F593CC: hue angle of 325.1º 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 #F593CC is Cyan = 0, Magento = 0.4, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 204 | - |
| CMYK | 0 | 0.4 | 0.17 | 0.04 |
| HSL | 325.1º | 0.83% | 0.77% | - |
| HSV(B) | 325.1º | 0.4% | 0.96% | - |
| XYZ | 58.99 | 44.64 | 62.63 | - |
| YUV | 182.8 | 139.97 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 204 | 0 | 0.4 | 0.17 | 0.04 | 325.1 | 0.83 | 0.77 |
| Hex | F5 | 93 | CC | 0 | 28 | 11 | 4 | 145 | 53 | 4D |
| Octal | 365 | 223 | 314 | 0 | 50 | 21 | 4 | 505 | 123 | 115 |
| Binary | 11110101 | 10010011 | 11001100 | 0 | 101000 | 10001 | 100 | 101000101 | 1010011 | 1001101 |
Color Harmonies of #F593CC
Complementary color
Monochromatic Colors of #F593CC
Black with #F593CC
Text Example
Text Example
White with #F593CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F593CC; }
p { color: rgb(245,147,204); }
H1.HeaderClassName
{
color: #F593CC;
}
.AnyTagClassName
{
color: #F593CC;
}
</style>
background-color css
<style>
a { background-color: #F593CC; }
a { background-color: rgb(245,147,204); }
div.DivClassName
{
background-color: #F593CC;
}
.BgClassName
{
background-color: #F593CC;
}
</style>
border-color css
<style>
span { border-color: #F593CC; }
span { border-color: rgb(245,147,204); }
td.TdClassName
{
border-color: #F593CC;
}
.TagClassName
{
border-color: #F593CC;
}
</style>