Shades of Tea Rose #F08DCF
Tints of Tea Rose #F08DCF
RGB
CMYK
RGB Variations
Color information
#F08DCF (or 0xF08DCF) is known color: Tea Rose. HEX triplet: F0, 8D and CF. RGB value is (240,141,207). Sum of RGB (Red+Green+Blue) = 240+141+207=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F08DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08DCF is #0F7230. Grayscale: #B1B1B1. Windows color (decimal): -1012273 or 13602288. OLE color: 13602288.
HSL color Cylindrical-coordinate representation of color #F08DCF: hue angle of 320º 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 #F08DCF is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 207 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.06 |
| HSL | 320º | 0.77% | 0.75% | - |
| HSV(B) | 320º | 0.41% | 0.94% | - |
| XYZ | 56.72 | 42.08 | 64.16 | - |
| YUV | 178.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 207 | 0 | 0.41 | 0.14 | 0.06 | 320 | 0.77 | 0.75 |
| Hex | F0 | 8D | CF | 0 | 29 | E | 6 | 140 | 4D | 4B |
| Octal | 360 | 215 | 317 | 0 | 51 | 16 | 6 | 500 | 115 | 113 |
| Binary | 11110000 | 10001101 | 11001111 | 0 | 101001 | 1110 | 110 | 101000000 | 1001101 | 1001011 |
Color Harmonies of #F08DCF
Complementary color
Monochromatic Colors of #F08DCF
Black with #F08DCF
Text Example
Text Example
White with #F08DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08DCF; }
p { color: rgb(240,141,207); }
H1.HeaderClassName
{
color: #F08DCF;
}
.AnyTagClassName
{
color: #F08DCF;
}
</style>
background-color css
<style>
a { background-color: #F08DCF; }
a { background-color: rgb(240,141,207); }
div.DivClassName
{
background-color: #F08DCF;
}
.BgClassName
{
background-color: #F08DCF;
}
</style>
border-color css
<style>
span { border-color: #F08DCF; }
span { border-color: rgb(240,141,207); }
td.TdClassName
{
border-color: #F08DCF;
}
.TagClassName
{
border-color: #F08DCF;
}
</style>