Shades of Tea Rose #F08BD1
Tints of Tea Rose #F08BD1
RGB
CMYK
RGB Variations
Color information
#F08BD1 (or 0xF08BD1) is known color: Tea Rose. HEX triplet: F0, 8B and D1. RGB value is (240,139,209). Sum of RGB (Red+Green+Blue) = 240+139+209=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08BD1 is #0F742E. Grayscale: #B1B1B1. Windows color (decimal): -1012783 or 13732848. OLE color: 13732848.
HSL color Cylindrical-coordinate representation of color #F08BD1: hue angle of 318.42º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08BD1 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 209 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.06 |
| HSL | 318.42º | 0.77% | 0.74% | - |
| HSV(B) | 318.42º | 0.42% | 0.94% | - |
| XYZ | 56.68 | 41.59 | 65.36 | - |
| YUV | 177.18 | 145.96 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 209 | 0 | 0.42 | 0.13 | 0.06 | 318.42 | 0.77 | 0.74 |
| Hex | F0 | 8B | D1 | 0 | 2A | D | 6 | 13E | 4D | 4A |
| Octal | 360 | 213 | 321 | 0 | 52 | 15 | 6 | 476 | 115 | 112 |
| Binary | 11110000 | 10001011 | 11010001 | 0 | 101010 | 1101 | 110 | 100111110 | 1001101 | 1001010 |
Color Harmonies of #F08BD1
Complementary color
Monochromatic Colors of #F08BD1
Black with #F08BD1
Text Example
Text Example
White with #F08BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BD1; }
p { color: rgb(240,139,209); }
H1.HeaderClassName
{
color: #F08BD1;
}
.AnyTagClassName
{
color: #F08BD1;
}
</style>
background-color css
<style>
a { background-color: #F08BD1; }
a { background-color: rgb(240,139,209); }
div.DivClassName
{
background-color: #F08BD1;
}
.BgClassName
{
background-color: #F08BD1;
}
</style>
border-color css
<style>
span { border-color: #F08BD1; }
span { border-color: rgb(240,139,209); }
td.TdClassName
{
border-color: #F08BD1;
}
.TagClassName
{
border-color: #F08BD1;
}
</style>