Shades of Tea Rose #F07ECE
Tints of Tea Rose #F07ECE
RGB
CMYK
RGB Variations
Color information
#F07ECE (or 0xF07ECE) is known color: Tea Rose. HEX triplet: F0, 7E and CE. RGB value is (240,126,206). Sum of RGB (Red+Green+Blue) = 240+126+206=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F07ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07ECE is #0F8131. Grayscale: #A8A8A8. Windows color (decimal): -1016114 or 13532912. OLE color: 13532912.
HSL color Cylindrical-coordinate representation of color #F07ECE: hue angle of 317.89º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07ECE is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 206 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.06 |
| HSL | 317.89º | 0.79% | 0.72% | - |
| HSV(B) | 317.89º | 0.48% | 0.94% | - |
| XYZ | 54.54 | 37.9 | 62.83 | - |
| YUV | 169.21 | 148.77 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 206 | 0 | 0.48 | 0.14 | 0.06 | 317.89 | 0.79 | 0.72 |
| Hex | F0 | 7E | CE | 0 | 30 | E | 6 | 13E | 4F | 48 |
| Octal | 360 | 176 | 316 | 0 | 60 | 16 | 6 | 476 | 117 | 110 |
| Binary | 11110000 | 1111110 | 11001110 | 0 | 110000 | 1110 | 110 | 100111110 | 1001111 | 1001000 |
Color Harmonies of #F07ECE
Complementary color
Monochromatic Colors of #F07ECE
Black with #F07ECE
Text Example
Text Example
White with #F07ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07ECE; }
p { color: rgb(240,126,206); }
H1.HeaderClassName
{
color: #F07ECE;
}
.AnyTagClassName
{
color: #F07ECE;
}
</style>
background-color css
<style>
a { background-color: #F07ECE; }
a { background-color: rgb(240,126,206); }
div.DivClassName
{
background-color: #F07ECE;
}
.BgClassName
{
background-color: #F07ECE;
}
</style>
border-color css
<style>
span { border-color: #F07ECE; }
span { border-color: rgb(240,126,206); }
td.TdClassName
{
border-color: #F07ECE;
}
.TagClassName
{
border-color: #F07ECE;
}
</style>