Shades of Tea Rose #F080D0
Tints of Tea Rose #F080D0
RGB
CMYK
RGB Variations
Color information
#F080D0 (or 0xF080D0) is known color: Tea Rose. HEX triplet: F0, 80 and D0. RGB value is (240,128,208). Sum of RGB (Red+Green+Blue) = 240+128+208=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 128 (50.39% from 255 or 22.22% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F080D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080D0 is #0F7F2F. Grayscale: #AAAAAA. Windows color (decimal): -1015600 or 13664496. OLE color: 13664496.
HSL color Cylindrical-coordinate representation of color #F080D0: hue angle of 317.14º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F080D0 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 208 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.06 |
| HSL | 317.14º | 0.79% | 0.72% | - |
| HSV(B) | 317.14º | 0.47% | 0.94% | - |
| XYZ | 55.04 | 38.52 | 64.21 | - |
| YUV | 170.61 | 149.11 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 208 | 0 | 0.47 | 0.13 | 0.06 | 317.14 | 0.79 | 0.72 |
| Hex | F0 | 80 | D0 | 0 | 2F | D | 6 | 13D | 4F | 48 |
| Octal | 360 | 200 | 320 | 0 | 57 | 15 | 6 | 475 | 117 | 110 |
| Binary | 11110000 | 10000000 | 11010000 | 0 | 101111 | 1101 | 110 | 100111101 | 1001111 | 1001000 |
Color Harmonies of #F080D0
Complementary color
Monochromatic Colors of #F080D0
Black with #F080D0
Text Example
Text Example
White with #F080D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F080D0; }
p { color: rgb(240,128,208); }
H1.HeaderClassName
{
color: #F080D0;
}
.AnyTagClassName
{
color: #F080D0;
}
</style>
background-color css
<style>
a { background-color: #F080D0; }
a { background-color: rgb(240,128,208); }
div.DivClassName
{
background-color: #F080D0;
}
.BgClassName
{
background-color: #F080D0;
}
</style>
border-color css
<style>
span { border-color: #F080D0; }
span { border-color: rgb(240,128,208); }
td.TdClassName
{
border-color: #F080D0;
}
.TagClassName
{
border-color: #F080D0;
}
</style>