Shades of Tea Rose #F07EC7
Tints of Tea Rose #F07EC7
RGB
CMYK
RGB Variations
Color information
#F07EC7 (or 0xF07EC7) is known color: Tea Rose. HEX triplet: F0, 7E and C7. RGB value is (240,126,199). Sum of RGB (Red+Green+Blue) = 240+126+199=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07EC7 is #0F8138. Grayscale: #A8A8A8. Windows color (decimal): -1016121 or 13074160. OLE color: 13074160.
HSL color Cylindrical-coordinate representation of color #F07EC7: hue angle of 321.58º 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 #F07EC7 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 199 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.06 |
| HSL | 321.58º | 0.79% | 0.72% | - |
| HSV(B) | 321.58º | 0.48% | 0.94% | - |
| XYZ | 53.7 | 37.57 | 58.45 | - |
| YUV | 168.41 | 145.27 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 199 | 0 | 0.48 | 0.17 | 0.06 | 321.58 | 0.79 | 0.72 |
| Hex | F0 | 7E | C7 | 0 | 30 | 11 | 6 | 142 | 4F | 48 |
| Octal | 360 | 176 | 307 | 0 | 60 | 21 | 6 | 502 | 117 | 110 |
| Binary | 11110000 | 1111110 | 11000111 | 0 | 110000 | 10001 | 110 | 101000010 | 1001111 | 1001000 |
Color Harmonies of #F07EC7
Complementary color
Monochromatic Colors of #F07EC7
Black with #F07EC7
Text Example
Text Example
White with #F07EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07EC7; }
p { color: rgb(240,126,199); }
H1.HeaderClassName
{
color: #F07EC7;
}
.AnyTagClassName
{
color: #F07EC7;
}
</style>
background-color css
<style>
a { background-color: #F07EC7; }
a { background-color: rgb(240,126,199); }
div.DivClassName
{
background-color: #F07EC7;
}
.BgClassName
{
background-color: #F07EC7;
}
</style>
border-color css
<style>
span { border-color: #F07EC7; }
span { border-color: rgb(240,126,199); }
td.TdClassName
{
border-color: #F07EC7;
}
.TagClassName
{
border-color: #F07EC7;
}
</style>