Shades of Tea Rose #F584D0
Tints of Tea Rose #F584D0
RGB
CMYK
RGB Variations
Color information
#F584D0 (or 0xF584D0) is known color: Tea Rose. HEX triplet: F5, 84 and D0. RGB value is (245,132,208). Sum of RGB (Red+Green+Blue) = 245+132+208=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 132 (51.95% from 255 or 22.56% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F584D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F584D0 is #0A7B2F. Grayscale: #AEAEAE. Windows color (decimal): -686896 or 13665525. OLE color: 13665525.
HSL color Cylindrical-coordinate representation of color #F584D0: hue angle of 319.65º 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 #F584D0 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 208 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.04 |
| HSL | 319.65º | 0.85% | 0.74% | - |
| HSV(B) | 319.65º | 0.46% | 0.96% | - |
| XYZ | 57.29 | 40.47 | 64.47 | - |
| YUV | 174.45 | 146.94 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 208 | 0 | 0.46 | 0.15 | 0.04 | 319.65 | 0.85 | 0.74 |
| Hex | F5 | 84 | D0 | 0 | 2E | F | 4 | 140 | 55 | 4A |
| Octal | 365 | 204 | 320 | 0 | 56 | 17 | 4 | 500 | 125 | 112 |
| Binary | 11110101 | 10000100 | 11010000 | 0 | 101110 | 1111 | 100 | 101000000 | 1010101 | 1001010 |
Color Harmonies of #F584D0
Complementary color
Monochromatic Colors of #F584D0
Black with #F584D0
Text Example
Text Example
White with #F584D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F584D0; }
p { color: rgb(245,132,208); }
H1.HeaderClassName
{
color: #F584D0;
}
.AnyTagClassName
{
color: #F584D0;
}
</style>
background-color css
<style>
a { background-color: #F584D0; }
a { background-color: rgb(245,132,208); }
div.DivClassName
{
background-color: #F584D0;
}
.BgClassName
{
background-color: #F584D0;
}
</style>
border-color css
<style>
span { border-color: #F584D0; }
span { border-color: rgb(245,132,208); }
td.TdClassName
{
border-color: #F584D0;
}
.TagClassName
{
border-color: #F584D0;
}
</style>