Shades of Tea Rose #F082D0
Tints of Tea Rose #F082D0
RGB
CMYK
RGB Variations
Color information
#F082D0 (or 0xF082D0) is known color: Tea Rose. HEX triplet: F0, 82 and D0. RGB value is (240,130,208). Sum of RGB (Red+Green+Blue) = 240+130+208=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F082D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082D0 is #0F7D2F. Grayscale: #ABABAB. Windows color (decimal): -1015088 or 13665008. OLE color: 13665008.
HSL color Cylindrical-coordinate representation of color #F082D0: hue angle of 317.45º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F082D0 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 208 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.06 |
| HSL | 317.45º | 0.79% | 0.73% | - |
| HSV(B) | 317.45º | 0.46% | 0.94% | - |
| XYZ | 55.3 | 39.04 | 64.3 | - |
| YUV | 171.78 | 148.44 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 208 | 0 | 0.46 | 0.13 | 0.06 | 317.45 | 0.79 | 0.73 |
| Hex | F0 | 82 | D0 | 0 | 2E | D | 6 | 13D | 4F | 49 |
| Octal | 360 | 202 | 320 | 0 | 56 | 15 | 6 | 475 | 117 | 111 |
| Binary | 11110000 | 10000010 | 11010000 | 0 | 101110 | 1101 | 110 | 100111101 | 1001111 | 1001001 |
Color Harmonies of #F082D0
Complementary color
Monochromatic Colors of #F082D0
Black with #F082D0
Text Example
Text Example
White with #F082D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F082D0; }
p { color: rgb(240,130,208); }
H1.HeaderClassName
{
color: #F082D0;
}
.AnyTagClassName
{
color: #F082D0;
}
</style>
background-color css
<style>
a { background-color: #F082D0; }
a { background-color: rgb(240,130,208); }
div.DivClassName
{
background-color: #F082D0;
}
.BgClassName
{
background-color: #F082D0;
}
</style>
border-color css
<style>
span { border-color: #F082D0; }
span { border-color: rgb(240,130,208); }
td.TdClassName
{
border-color: #F082D0;
}
.TagClassName
{
border-color: #F082D0;
}
</style>