Shades of Tea Rose #F081D0
Tints of Tea Rose #F081D0
RGB
CMYK
RGB Variations
Color information
#F081D0 (or 0xF081D0) is known color: Tea Rose. HEX triplet: F0, 81 and D0. RGB value is (240,129,208). Sum of RGB (Red+Green+Blue) = 240+129+208=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F081D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081D0 is #0F7E2F. Grayscale: #AAAAAA. Windows color (decimal): -1015344 or 13664752. OLE color: 13664752.
HSL color Cylindrical-coordinate representation of color #F081D0: hue angle of 317.3º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F081D0 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 208 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.06 |
| HSL | 317.3º | 0.79% | 0.72% | - |
| HSV(B) | 317.3º | 0.46% | 0.94% | - |
| XYZ | 55.17 | 38.78 | 64.25 | - |
| YUV | 171.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 208 | 0 | 0.46 | 0.13 | 0.06 | 317.3 | 0.79 | 0.72 |
| Hex | F0 | 81 | D0 | 0 | 2E | D | 6 | 13D | 4F | 48 |
| Octal | 360 | 201 | 320 | 0 | 56 | 15 | 6 | 475 | 117 | 110 |
| Binary | 11110000 | 10000001 | 11010000 | 0 | 101110 | 1101 | 110 | 100111101 | 1001111 | 1001000 |
Color Harmonies of #F081D0
Complementary color
Monochromatic Colors of #F081D0
Black with #F081D0
Text Example
Text Example
White with #F081D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F081D0; }
p { color: rgb(240,129,208); }
H1.HeaderClassName
{
color: #F081D0;
}
.AnyTagClassName
{
color: #F081D0;
}
</style>
background-color css
<style>
a { background-color: #F081D0; }
a { background-color: rgb(240,129,208); }
div.DivClassName
{
background-color: #F081D0;
}
.BgClassName
{
background-color: #F081D0;
}
</style>
border-color css
<style>
span { border-color: #F081D0; }
span { border-color: rgb(240,129,208); }
td.TdClassName
{
border-color: #F081D0;
}
.TagClassName
{
border-color: #F081D0;
}
</style>