Shades of Tea Rose #F08CCC
Tints of Tea Rose #F08CCC
RGB
CMYK
RGB Variations
Color information
#F08CCC (or 0xF08CCC) is known color: Tea Rose. HEX triplet: F0, 8C and CC. RGB value is (240,140,204). Sum of RGB (Red+Green+Blue) = 240+140+204=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08CCC is #0F7333. Grayscale: #B1B1B1. Windows color (decimal): -1012532 or 13405424. OLE color: 13405424.
HSL color Cylindrical-coordinate representation of color #F08CCC: hue angle of 321.6º 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 #F08CCC is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 204 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.06 |
| HSL | 321.6º | 0.77% | 0.75% | - |
| HSV(B) | 321.6º | 0.42% | 0.94% | - |
| XYZ | 56.21 | 41.64 | 62.2 | - |
| YUV | 177.2 | 143.13 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 204 | 0 | 0.42 | 0.15 | 0.06 | 321.6 | 0.77 | 0.75 |
| Hex | F0 | 8C | CC | 0 | 2A | F | 6 | 142 | 4D | 4B |
| Octal | 360 | 214 | 314 | 0 | 52 | 17 | 6 | 502 | 115 | 113 |
| Binary | 11110000 | 10001100 | 11001100 | 0 | 101010 | 1111 | 110 | 101000010 | 1001101 | 1001011 |
Color Harmonies of #F08CCC
Complementary color
Monochromatic Colors of #F08CCC
Black with #F08CCC
Text Example
Text Example
White with #F08CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08CCC; }
p { color: rgb(240,140,204); }
H1.HeaderClassName
{
color: #F08CCC;
}
.AnyTagClassName
{
color: #F08CCC;
}
</style>
background-color css
<style>
a { background-color: #F08CCC; }
a { background-color: rgb(240,140,204); }
div.DivClassName
{
background-color: #F08CCC;
}
.BgClassName
{
background-color: #F08CCC;
}
</style>
border-color css
<style>
span { border-color: #F08CCC; }
span { border-color: rgb(240,140,204); }
td.TdClassName
{
border-color: #F08CCC;
}
.TagClassName
{
border-color: #F08CCC;
}
</style>