Shades of Tea Rose #F08CCF
Tints of Tea Rose #F08CCF
RGB
CMYK
RGB Variations
Color information
#F08CCF (or 0xF08CCF) is known color: Tea Rose. HEX triplet: F0, 8C and CF. RGB value is (240,140,207). Sum of RGB (Red+Green+Blue) = 240+140+207=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08CCF is #0F7330. Grayscale: #B1B1B1. Windows color (decimal): -1012529 or 13602032. OLE color: 13602032.
HSL color Cylindrical-coordinate representation of color #F08CCF: hue angle of 319.8º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08CCF is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 207 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.06 |
| HSL | 319.8º | 0.77% | 0.75% | - |
| HSV(B) | 319.8º | 0.42% | 0.94% | - |
| XYZ | 56.58 | 41.79 | 64.12 | - |
| YUV | 177.54 | 144.63 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 207 | 0 | 0.42 | 0.14 | 0.06 | 319.8 | 0.77 | 0.75 |
| Hex | F0 | 8C | CF | 0 | 2A | E | 6 | 140 | 4D | 4B |
| Octal | 360 | 214 | 317 | 0 | 52 | 16 | 6 | 500 | 115 | 113 |
| Binary | 11110000 | 10001100 | 11001111 | 0 | 101010 | 1110 | 110 | 101000000 | 1001101 | 1001011 |
Color Harmonies of #F08CCF
Complementary color
Monochromatic Colors of #F08CCF
Black with #F08CCF
Text Example
Text Example
White with #F08CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08CCF; }
p { color: rgb(240,140,207); }
H1.HeaderClassName
{
color: #F08CCF;
}
.AnyTagClassName
{
color: #F08CCF;
}
</style>
background-color css
<style>
a { background-color: #F08CCF; }
a { background-color: rgb(240,140,207); }
div.DivClassName
{
background-color: #F08CCF;
}
.BgClassName
{
background-color: #F08CCF;
}
</style>
border-color css
<style>
span { border-color: #F08CCF; }
span { border-color: rgb(240,140,207); }
td.TdClassName
{
border-color: #F08CCF;
}
.TagClassName
{
border-color: #F08CCF;
}
</style>