Shades of Tea Rose #F595CC
Tints of Tea Rose #F595CC
RGB
CMYK
RGB Variations
Color information
#F595CC (or 0xF595CC) is known color: Tea Rose. HEX triplet: F5, 95 and CC. RGB value is (245,149,204). Sum of RGB (Red+Green+Blue) = 245+149+204=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 149 (58.59% from 255 or 24.92% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F595CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F595CC is #0A6A33. Grayscale: #B7B7B7. Windows color (decimal): -682548 or 13407733. OLE color: 13407733.
HSL color Cylindrical-coordinate representation of color #F595CC: hue angle of 325.62º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F595CC is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 204 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.04 |
| HSL | 325.63º | 0.83% | 0.77% | - |
| HSV(B) | 325.63º | 0.39% | 0.96% | - |
| XYZ | 59.3 | 45.27 | 62.74 | - |
| YUV | 183.97 | 139.3 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 204 | 0 | 0.39 | 0.17 | 0.04 | 325.63 | 0.83 | 0.77 |
| Hex | F5 | 95 | CC | 0 | 27 | 11 | 4 | 146 | 53 | 4D |
| Octal | 365 | 225 | 314 | 0 | 47 | 21 | 4 | 506 | 123 | 115 |
| Binary | 11110101 | 10010101 | 11001100 | 0 | 100111 | 10001 | 100 | 101000110 | 1010011 | 1001101 |
Color Harmonies of #F595CC
Complementary color
Monochromatic Colors of #F595CC
Black with #F595CC
Text Example
Text Example
White with #F595CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F595CC; }
p { color: rgb(245,149,204); }
H1.HeaderClassName
{
color: #F595CC;
}
.AnyTagClassName
{
color: #F595CC;
}
</style>
background-color css
<style>
a { background-color: #F595CC; }
a { background-color: rgb(245,149,204); }
div.DivClassName
{
background-color: #F595CC;
}
.BgClassName
{
background-color: #F595CC;
}
</style>
border-color css
<style>
span { border-color: #F595CC; }
span { border-color: rgb(245,149,204); }
td.TdClassName
{
border-color: #F595CC;
}
.TagClassName
{
border-color: #F595CC;
}
</style>