Shades of Tea Rose #F591CA
Tints of Tea Rose #F591CA
RGB
CMYK
RGB Variations
Color information
#F591CA (or 0xF591CA) is known color: Tea Rose. HEX triplet: F5, 91 and CA. RGB value is (245,145,202). Sum of RGB (Red+Green+Blue) = 245+145+202=592 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.39% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 245 - color contains mainly: red. Hex color #F591CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F591CA is #0A6E35. Grayscale: #B5B5B5. Windows color (decimal): -683574 or 13275637. OLE color: 13275637.
HSL color Cylindrical-coordinate representation of color #F591CA: hue angle of 325.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 #F591CA is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 202 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.04 |
| HSL | 325.8º | 0.83% | 0.76% | - |
| HSV(B) | 325.8º | 0.41% | 0.96% | - |
| XYZ | 58.44 | 43.93 | 61.28 | - |
| YUV | 181.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 202 | 0 | 0.41 | 0.18 | 0.04 | 325.8 | 0.83 | 0.76 |
| Hex | F5 | 91 | CA | 0 | 29 | 12 | 4 | 146 | 53 | 4C |
| Octal | 365 | 221 | 312 | 0 | 51 | 22 | 4 | 506 | 123 | 114 |
| Binary | 11110101 | 10010001 | 11001010 | 0 | 101001 | 10010 | 100 | 101000110 | 1010011 | 1001100 |
Color Harmonies of #F591CA
Complementary color
Monochromatic Colors of #F591CA
Black with #F591CA
Text Example
Text Example
White with #F591CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F591CA; }
p { color: rgb(245,145,202); }
H1.HeaderClassName
{
color: #F591CA;
}
.AnyTagClassName
{
color: #F591CA;
}
</style>
background-color css
<style>
a { background-color: #F591CA; }
a { background-color: rgb(245,145,202); }
div.DivClassName
{
background-color: #F591CA;
}
.BgClassName
{
background-color: #F591CA;
}
</style>
border-color css
<style>
span { border-color: #F591CA; }
span { border-color: rgb(245,145,202); }
td.TdClassName
{
border-color: #F591CA;
}
.TagClassName
{
border-color: #F591CA;
}
</style>