Shades of Tea Rose #F584C0
Tints of Tea Rose #F584C0
RGB
CMYK
RGB Variations
Color information
#F584C0 (or 0xF584C0) is known color: Tea Rose. HEX triplet: F5, 84 and C0. RGB value is (245,132,192). Sum of RGB (Red+Green+Blue) = 245+132+192=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F584C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F584C0 is #0A7B3F. Grayscale: #ACACAC. Windows color (decimal): -686912 or 12616949. OLE color: 12616949.
HSL color Cylindrical-coordinate representation of color #F584C0: hue angle of 328.14º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F584C0 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 192 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.04 |
| HSL | 328.14º | 0.85% | 0.74% | - |
| HSV(B) | 328.14º | 0.46% | 0.96% | - |
| XYZ | 55.42 | 39.72 | 54.62 | - |
| YUV | 172.63 | 138.94 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 192 | 0 | 0.46 | 0.22 | 0.04 | 328.14 | 0.85 | 0.74 |
| Hex | F5 | 84 | C0 | 0 | 2E | 16 | 4 | 148 | 55 | 4A |
| Octal | 365 | 204 | 300 | 0 | 56 | 26 | 4 | 510 | 125 | 112 |
| Binary | 11110101 | 10000100 | 11000000 | 0 | 101110 | 10110 | 100 | 101001000 | 1010101 | 1001010 |
Color Harmonies of #F584C0
Complementary color
Monochromatic Colors of #F584C0
Black with #F584C0
Text Example
Text Example
White with #F584C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F584C0; }
p { color: rgb(245,132,192); }
H1.HeaderClassName
{
color: #F584C0;
}
.AnyTagClassName
{
color: #F584C0;
}
</style>
background-color css
<style>
a { background-color: #F584C0; }
a { background-color: rgb(245,132,192); }
div.DivClassName
{
background-color: #F584C0;
}
.BgClassName
{
background-color: #F584C0;
}
</style>
border-color css
<style>
span { border-color: #F584C0; }
span { border-color: rgb(245,132,192); }
td.TdClassName
{
border-color: #F584C0;
}
.TagClassName
{
border-color: #F584C0;
}
</style>