Shades of Tea Rose #F086D0
Tints of Tea Rose #F086D0
RGB
CMYK
RGB Variations
Color information
#F086D0 (or 0xF086D0) is known color: Tea Rose. HEX triplet: F0, 86 and D0. RGB value is (240,134,208). Sum of RGB (Red+Green+Blue) = 240+134+208=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 134 (52.73% from 255 or 23.02% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F086D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086D0 is #0F792F. Grayscale: #ADADAD. Windows color (decimal): -1014064 or 13666032. OLE color: 13666032.
HSL color Cylindrical-coordinate representation of color #F086D0: hue angle of 318.11º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F086D0 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 208 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.06 |
| HSL | 318.11º | 0.78% | 0.73% | - |
| HSV(B) | 318.11º | 0.44% | 0.94% | - |
| XYZ | 55.85 | 40.13 | 64.48 | - |
| YUV | 174.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 208 | 0 | 0.44 | 0.13 | 0.06 | 318.11 | 0.78 | 0.73 |
| Hex | F0 | 86 | D0 | 0 | 2C | D | 6 | 13E | 4E | 49 |
| Octal | 360 | 206 | 320 | 0 | 54 | 15 | 6 | 476 | 116 | 111 |
| Binary | 11110000 | 10000110 | 11010000 | 0 | 101100 | 1101 | 110 | 100111110 | 1001110 | 1001001 |
Color Harmonies of #F086D0
Complementary color
Monochromatic Colors of #F086D0
Black with #F086D0
Text Example
Text Example
White with #F086D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F086D0; }
p { color: rgb(240,134,208); }
H1.HeaderClassName
{
color: #F086D0;
}
.AnyTagClassName
{
color: #F086D0;
}
</style>
background-color css
<style>
a { background-color: #F086D0; }
a { background-color: rgb(240,134,208); }
div.DivClassName
{
background-color: #F086D0;
}
.BgClassName
{
background-color: #F086D0;
}
</style>
border-color css
<style>
span { border-color: #F086D0; }
span { border-color: rgb(240,134,208); }
td.TdClassName
{
border-color: #F086D0;
}
.TagClassName
{
border-color: #F086D0;
}
</style>