Shades of Tea Rose #F08DD1
Tints of Tea Rose #F08DD1
RGB
CMYK
RGB Variations
Color information
#F08DD1 (or 0xF08DD1) is known color: Tea Rose. HEX triplet: F0, 8D and D1. RGB value is (240,141,209). Sum of RGB (Red+Green+Blue) = 240+141+209=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F08DD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08DD1 is #0F722E. Grayscale: #B2B2B2. Windows color (decimal): -1012271 or 13733360. OLE color: 13733360.
HSL color Cylindrical-coordinate representation of color #F08DD1: hue angle of 318.79º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08DD1 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 209 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.06 |
| HSL | 318.79º | 0.77% | 0.75% | - |
| HSV(B) | 318.79º | 0.41% | 0.94% | - |
| XYZ | 56.97 | 42.18 | 65.46 | - |
| YUV | 178.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 209 | 0 | 0.41 | 0.13 | 0.06 | 318.79 | 0.77 | 0.75 |
| Hex | F0 | 8D | D1 | 0 | 29 | D | 6 | 13F | 4D | 4B |
| Octal | 360 | 215 | 321 | 0 | 51 | 15 | 6 | 477 | 115 | 113 |
| Binary | 11110000 | 10001101 | 11010001 | 0 | 101001 | 1101 | 110 | 100111111 | 1001101 | 1001011 |
Color Harmonies of #F08DD1
Complementary color
Monochromatic Colors of #F08DD1
Black with #F08DD1
Text Example
Text Example
White with #F08DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08DD1; }
p { color: rgb(240,141,209); }
H1.HeaderClassName
{
color: #F08DD1;
}
.AnyTagClassName
{
color: #F08DD1;
}
</style>
background-color css
<style>
a { background-color: #F08DD1; }
a { background-color: rgb(240,141,209); }
div.DivClassName
{
background-color: #F08DD1;
}
.BgClassName
{
background-color: #F08DD1;
}
</style>
border-color css
<style>
span { border-color: #F08DD1; }
span { border-color: rgb(240,141,209); }
td.TdClassName
{
border-color: #F08DD1;
}
.TagClassName
{
border-color: #F08DD1;
}
</style>