Shades of Tea Rose #F591CF
Tints of Tea Rose #F591CF
RGB
CMYK
RGB Variations
Color information
#F591CF (or 0xF591CF) is known color: Tea Rose. HEX triplet: F5, 91 and CF. RGB value is (245,145,207). Sum of RGB (Red+Green+Blue) = 245+145+207=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 145 (57.03% from 255 or 24.29% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F591CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F591CF is #0A6E30. Grayscale: #B5B5B5. Windows color (decimal): -683569 or 13603317. OLE color: 13603317.
HSL color Cylindrical-coordinate representation of color #F591CF: hue angle of 322.8º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F591CF is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 207 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.04 |
| HSL | 322.8º | 0.83% | 0.76% | - |
| HSV(B) | 322.8º | 0.41% | 0.96% | - |
| XYZ | 59.04 | 44.17 | 64.44 | - |
| YUV | 181.97 | 142.13 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 207 | 0 | 0.41 | 0.16 | 0.04 | 322.8 | 0.83 | 0.76 |
| Hex | F5 | 91 | CF | 0 | 29 | 10 | 4 | 143 | 53 | 4C |
| Octal | 365 | 221 | 317 | 0 | 51 | 20 | 4 | 503 | 123 | 114 |
| Binary | 11110101 | 10010001 | 11001111 | 0 | 101001 | 10000 | 100 | 101000011 | 1010011 | 1001100 |
Color Harmonies of #F591CF
Complementary color
Monochromatic Colors of #F591CF
Black with #F591CF
Text Example
Text Example
White with #F591CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F591CF; }
p { color: rgb(245,145,207); }
H1.HeaderClassName
{
color: #F591CF;
}
.AnyTagClassName
{
color: #F591CF;
}
</style>
background-color css
<style>
a { background-color: #F591CF; }
a { background-color: rgb(245,145,207); }
div.DivClassName
{
background-color: #F591CF;
}
.BgClassName
{
background-color: #F591CF;
}
</style>
border-color css
<style>
span { border-color: #F591CF; }
span { border-color: rgb(245,145,207); }
td.TdClassName
{
border-color: #F591CF;
}
.TagClassName
{
border-color: #F591CF;
}
</style>