Shades of Tea Rose #F591D2
Tints of Tea Rose #F591D2
RGB
CMYK
RGB Variations
Color information
#F591D2 (or 0xF591D2) is known color: Tea Rose. HEX triplet: F5, 91 and D2. RGB value is (245,145,210). Sum of RGB (Red+Green+Blue) = 245+145+210=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 145 (57.03% from 255 or 24.17% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F591D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F591D2 is #0A6E2D. Grayscale: #B6B6B6. Windows color (decimal): -683566 or 13799925. OLE color: 13799925.
HSL color Cylindrical-coordinate representation of color #F591D2: hue angle of 321º 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 #F591D2 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 210 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.04 |
| HSL | 321º | 0.83% | 0.76% | - |
| HSV(B) | 321º | 0.41% | 0.96% | - |
| XYZ | 59.41 | 44.32 | 66.4 | - |
| YUV | 182.31 | 143.63 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 210 | 0 | 0.41 | 0.14 | 0.04 | 321 | 0.83 | 0.76 |
| Hex | F5 | 91 | D2 | 0 | 29 | E | 4 | 141 | 53 | 4C |
| Octal | 365 | 221 | 322 | 0 | 51 | 16 | 4 | 501 | 123 | 114 |
| Binary | 11110101 | 10010001 | 11010010 | 0 | 101001 | 1110 | 100 | 101000001 | 1010011 | 1001100 |
Color Harmonies of #F591D2
Complementary color
Monochromatic Colors of #F591D2
Black with #F591D2
Text Example
Text Example
White with #F591D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F591D2; }
p { color: rgb(245,145,210); }
H1.HeaderClassName
{
color: #F591D2;
}
.AnyTagClassName
{
color: #F591D2;
}
</style>
background-color css
<style>
a { background-color: #F591D2; }
a { background-color: rgb(245,145,210); }
div.DivClassName
{
background-color: #F591D2;
}
.BgClassName
{
background-color: #F591D2;
}
</style>
border-color css
<style>
span { border-color: #F591D2; }
span { border-color: rgb(245,145,210); }
td.TdClassName
{
border-color: #F591D2;
}
.TagClassName
{
border-color: #F591D2;
}
</style>