Shades of Tea Rose #F083D0
Tints of Tea Rose #F083D0
RGB
CMYK
RGB Variations
Color information
#F083D0 (or 0xF083D0) is known color: Tea Rose. HEX triplet: F0, 83 and D0. RGB value is (240,131,208). Sum of RGB (Red+Green+Blue) = 240+131+208=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 131 (51.56% from 255 or 22.63% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F083D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F083D0 is #0F7C2F. Grayscale: #ACACAC. Windows color (decimal): -1014832 or 13665264. OLE color: 13665264.
HSL color Cylindrical-coordinate representation of color #F083D0: hue angle of 317.61º 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 #F083D0 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 208 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.06 |
| HSL | 317.61º | 0.78% | 0.73% | - |
| HSV(B) | 317.61º | 0.45% | 0.94% | - |
| XYZ | 55.44 | 39.31 | 64.34 | - |
| YUV | 172.37 | 148.11 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 208 | 0 | 0.45 | 0.13 | 0.06 | 317.61 | 0.78 | 0.73 |
| Hex | F0 | 83 | D0 | 0 | 2D | D | 6 | 13E | 4E | 49 |
| Octal | 360 | 203 | 320 | 0 | 55 | 15 | 6 | 476 | 116 | 111 |
| Binary | 11110000 | 10000011 | 11010000 | 0 | 101101 | 1101 | 110 | 100111110 | 1001110 | 1001001 |
Color Harmonies of #F083D0
Complementary color
Monochromatic Colors of #F083D0
Black with #F083D0
Text Example
Text Example
White with #F083D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F083D0; }
p { color: rgb(240,131,208); }
H1.HeaderClassName
{
color: #F083D0;
}
.AnyTagClassName
{
color: #F083D0;
}
</style>
background-color css
<style>
a { background-color: #F083D0; }
a { background-color: rgb(240,131,208); }
div.DivClassName
{
background-color: #F083D0;
}
.BgClassName
{
background-color: #F083D0;
}
</style>
border-color css
<style>
span { border-color: #F083D0; }
span { border-color: rgb(240,131,208); }
td.TdClassName
{
border-color: #F083D0;
}
.TagClassName
{
border-color: #F083D0;
}
</style>