Shades of Tea Rose #F591CE
Tints of Tea Rose #F591CE
RGB
CMYK
RGB Variations
Color information
#F591CE (or 0xF591CE) is known color: Tea Rose. HEX triplet: F5, 91 and CE. RGB value is (245,145,206). Sum of RGB (Red+Green+Blue) = 245+145+206=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F591CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F591CE is #0A6E31. Grayscale: #B5B5B5. Windows color (decimal): -683570 or 13537781. OLE color: 13537781.
HSL color Cylindrical-coordinate representation of color #F591CE: hue angle of 323.4º 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 #F591CE is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 206 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.04 |
| HSL | 323.4º | 0.83% | 0.76% | - |
| HSV(B) | 323.4º | 0.41% | 0.96% | - |
| XYZ | 58.92 | 44.12 | 63.8 | - |
| YUV | 181.85 | 141.63 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 206 | 0 | 0.41 | 0.16 | 0.04 | 323.4 | 0.83 | 0.76 |
| Hex | F5 | 91 | CE | 0 | 29 | 10 | 4 | 143 | 53 | 4C |
| Octal | 365 | 221 | 316 | 0 | 51 | 20 | 4 | 503 | 123 | 114 |
| Binary | 11110101 | 10010001 | 11001110 | 0 | 101001 | 10000 | 100 | 101000011 | 1010011 | 1001100 |
Color Harmonies of #F591CE
Complementary color
Monochromatic Colors of #F591CE
Black with #F591CE
Text Example
Text Example
White with #F591CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F591CE; }
p { color: rgb(245,145,206); }
H1.HeaderClassName
{
color: #F591CE;
}
.AnyTagClassName
{
color: #F591CE;
}
</style>
background-color css
<style>
a { background-color: #F591CE; }
a { background-color: rgb(245,145,206); }
div.DivClassName
{
background-color: #F591CE;
}
.BgClassName
{
background-color: #F591CE;
}
</style>
border-color css
<style>
span { border-color: #F591CE; }
span { border-color: rgb(245,145,206); }
td.TdClassName
{
border-color: #F591CE;
}
.TagClassName
{
border-color: #F591CE;
}
</style>