Shades of Tea Rose #F590BE
Tints of Tea Rose #F590BE
RGB
CMYK
RGB Variations
Color information
#F590BE (or 0xF590BE) is known color: Tea Rose. HEX triplet: F5, 90 and BE. RGB value is (245,144,190). Sum of RGB (Red+Green+Blue) = 245+144+190=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F590BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F590BE is #0A6F41. Grayscale: #B3B3B3. Windows color (decimal): -683842 or 12488949. OLE color: 12488949.
HSL color Cylindrical-coordinate representation of color #F590BE: hue angle of 332.67º 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 #F590BE is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 190 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.04 |
| HSL | 332.67º | 0.83% | 0.76% | - |
| HSV(B) | 332.67º | 0.41% | 0.96% | - |
| XYZ | 56.92 | 43.08 | 54.03 | - |
| YUV | 179.44 | 133.96 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 190 | 0 | 0.41 | 0.22 | 0.04 | 332.67 | 0.83 | 0.76 |
| Hex | F5 | 90 | BE | 0 | 29 | 16 | 4 | 14D | 53 | 4C |
| Octal | 365 | 220 | 276 | 0 | 51 | 26 | 4 | 515 | 123 | 114 |
| Binary | 11110101 | 10010000 | 10111110 | 0 | 101001 | 10110 | 100 | 101001101 | 1010011 | 1001100 |
Color Harmonies of #F590BE
Complementary color
Monochromatic Colors of #F590BE
Black with #F590BE
Text Example
Text Example
White with #F590BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F590BE; }
p { color: rgb(245,144,190); }
H1.HeaderClassName
{
color: #F590BE;
}
.AnyTagClassName
{
color: #F590BE;
}
</style>
background-color css
<style>
a { background-color: #F590BE; }
a { background-color: rgb(245,144,190); }
div.DivClassName
{
background-color: #F590BE;
}
.BgClassName
{
background-color: #F590BE;
}
</style>
border-color css
<style>
span { border-color: #F590BE; }
span { border-color: rgb(245,144,190); }
td.TdClassName
{
border-color: #F590BE;
}
.TagClassName
{
border-color: #F590BE;
}
</style>