Shades of Tea Rose #F084D0
Tints of Tea Rose #F084D0
RGB
CMYK
RGB Variations
Color information
#F084D0 (or 0xF084D0) is known color: Tea Rose. HEX triplet: F0, 84 and D0. RGB value is (240,132,208). Sum of RGB (Red+Green+Blue) = 240+132+208=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 132 (51.95% from 255 or 22.76% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F084D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F084D0 is #0F7B2F. Grayscale: #ACACAC. Windows color (decimal): -1014576 or 13665520. OLE color: 13665520.
HSL color Cylindrical-coordinate representation of color #F084D0: hue angle of 317.78º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F084D0 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 208 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.06 |
| HSL | 317.78º | 0.78% | 0.73% | - |
| HSV(B) | 317.78º | 0.45% | 0.94% | - |
| XYZ | 55.57 | 39.58 | 64.39 | - |
| YUV | 172.96 | 147.78 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 208 | 0 | 0.45 | 0.13 | 0.06 | 317.78 | 0.78 | 0.73 |
| Hex | F0 | 84 | D0 | 0 | 2D | D | 6 | 13E | 4E | 49 |
| Octal | 360 | 204 | 320 | 0 | 55 | 15 | 6 | 476 | 116 | 111 |
| Binary | 11110000 | 10000100 | 11010000 | 0 | 101101 | 1101 | 110 | 100111110 | 1001110 | 1001001 |
Color Harmonies of #F084D0
Complementary color
Monochromatic Colors of #F084D0
Black with #F084D0
Text Example
Text Example
White with #F084D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F084D0; }
p { color: rgb(240,132,208); }
H1.HeaderClassName
{
color: #F084D0;
}
.AnyTagClassName
{
color: #F084D0;
}
</style>
background-color css
<style>
a { background-color: #F084D0; }
a { background-color: rgb(240,132,208); }
div.DivClassName
{
background-color: #F084D0;
}
.BgClassName
{
background-color: #F084D0;
}
</style>
border-color css
<style>
span { border-color: #F084D0; }
span { border-color: rgb(240,132,208); }
td.TdClassName
{
border-color: #F084D0;
}
.TagClassName
{
border-color: #F084D0;
}
</style>