Shades of Tea Rose #F595D0
Tints of Tea Rose #F595D0
RGB
CMYK
RGB Variations
Color information
#F595D0 (or 0xF595D0) is known color: Tea Rose. HEX triplet: F5, 95 and D0. RGB value is (245,149,208). Sum of RGB (Red+Green+Blue) = 245+149+208=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 149 (58.59% from 255 or 24.75% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F595D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F595D0 is #0A6A2F. Grayscale: #B8B8B8. Windows color (decimal): -682544 or 13669877. OLE color: 13669877.
HSL color Cylindrical-coordinate representation of color #F595D0: hue angle of 323.12º 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 #F595D0 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 208 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.04 |
| HSL | 323.13º | 0.83% | 0.77% | - |
| HSV(B) | 323.13º | 0.39% | 0.96% | - |
| XYZ | 59.79 | 45.46 | 65.3 | - |
| YUV | 184.43 | 141.3 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 208 | 0 | 0.39 | 0.15 | 0.04 | 323.13 | 0.83 | 0.77 |
| Hex | F5 | 95 | D0 | 0 | 27 | F | 4 | 143 | 53 | 4D |
| Octal | 365 | 225 | 320 | 0 | 47 | 17 | 4 | 503 | 123 | 115 |
| Binary | 11110101 | 10010101 | 11010000 | 0 | 100111 | 1111 | 100 | 101000011 | 1010011 | 1001101 |
Color Harmonies of #F595D0
Complementary color
Monochromatic Colors of #F595D0
Black with #F595D0
Text Example
Text Example
White with #F595D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F595D0; }
p { color: rgb(245,149,208); }
H1.HeaderClassName
{
color: #F595D0;
}
.AnyTagClassName
{
color: #F595D0;
}
</style>
background-color css
<style>
a { background-color: #F595D0; }
a { background-color: rgb(245,149,208); }
div.DivClassName
{
background-color: #F595D0;
}
.BgClassName
{
background-color: #F595D0;
}
</style>
border-color css
<style>
span { border-color: #F595D0; }
span { border-color: rgb(245,149,208); }
td.TdClassName
{
border-color: #F595D0;
}
.TagClassName
{
border-color: #F595D0;
}
</style>