Shades of Tea Rose #F595CF
Tints of Tea Rose #F595CF
RGB
CMYK
RGB Variations
Color information
#F595CF (or 0xF595CF) is known color: Tea Rose. HEX triplet: F5, 95 and CF. RGB value is (245,149,207). Sum of RGB (Red+Green+Blue) = 245+149+207=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F595CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F595CF is #0A6A30. Grayscale: #B8B8B8. Windows color (decimal): -682545 or 13604341. OLE color: 13604341.
HSL color Cylindrical-coordinate representation of color #F595CF: hue angle of 323.75º 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 #F595CF is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 207 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.04 |
| HSL | 323.75º | 0.83% | 0.77% | - |
| HSV(B) | 323.75º | 0.39% | 0.96% | - |
| XYZ | 59.67 | 45.41 | 64.65 | - |
| YUV | 184.32 | 140.8 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 207 | 0 | 0.39 | 0.16 | 0.04 | 323.75 | 0.83 | 0.77 |
| Hex | F5 | 95 | CF | 0 | 27 | 10 | 4 | 144 | 53 | 4D |
| Octal | 365 | 225 | 317 | 0 | 47 | 20 | 4 | 504 | 123 | 115 |
| Binary | 11110101 | 10010101 | 11001111 | 0 | 100111 | 10000 | 100 | 101000100 | 1010011 | 1001101 |
Color Harmonies of #F595CF
Complementary color
Monochromatic Colors of #F595CF
Black with #F595CF
Text Example
Text Example
White with #F595CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F595CF; }
p { color: rgb(245,149,207); }
H1.HeaderClassName
{
color: #F595CF;
}
.AnyTagClassName
{
color: #F595CF;
}
</style>
background-color css
<style>
a { background-color: #F595CF; }
a { background-color: rgb(245,149,207); }
div.DivClassName
{
background-color: #F595CF;
}
.BgClassName
{
background-color: #F595CF;
}
</style>
border-color css
<style>
span { border-color: #F595CF; }
span { border-color: rgb(245,149,207); }
td.TdClassName
{
border-color: #F595CF;
}
.TagClassName
{
border-color: #F595CF;
}
</style>