Shades of Tea Rose #F07EC4
Tints of Tea Rose #F07EC4
RGB
CMYK
RGB Variations
Color information
#F07EC4 (or 0xF07EC4) is known color: Tea Rose. HEX triplet: F0, 7E and C4. RGB value is (240,126,196). Sum of RGB (Red+Green+Blue) = 240+126+196=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 126 (49.61% from 255 or 22.42% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07EC4 is #0F813B. Grayscale: #A7A7A7. Windows color (decimal): -1016124 or 12877552. OLE color: 12877552.
HSL color Cylindrical-coordinate representation of color #F07EC4: hue angle of 323.16º 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 #F07EC4 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 196 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.06 |
| HSL | 323.16º | 0.79% | 0.72% | - |
| HSV(B) | 323.16º | 0.48% | 0.94% | - |
| XYZ | 53.36 | 37.43 | 56.64 | - |
| YUV | 168.07 | 143.77 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 196 | 0 | 0.48 | 0.18 | 0.06 | 323.16 | 0.79 | 0.72 |
| Hex | F0 | 7E | C4 | 0 | 30 | 12 | 6 | 143 | 4F | 48 |
| Octal | 360 | 176 | 304 | 0 | 60 | 22 | 6 | 503 | 117 | 110 |
| Binary | 11110000 | 1111110 | 11000100 | 0 | 110000 | 10010 | 110 | 101000011 | 1001111 | 1001000 |
Color Harmonies of #F07EC4
Complementary color
Monochromatic Colors of #F07EC4
Black with #F07EC4
Text Example
Text Example
White with #F07EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07EC4; }
p { color: rgb(240,126,196); }
H1.HeaderClassName
{
color: #F07EC4;
}
.AnyTagClassName
{
color: #F07EC4;
}
</style>
background-color css
<style>
a { background-color: #F07EC4; }
a { background-color: rgb(240,126,196); }
div.DivClassName
{
background-color: #F07EC4;
}
.BgClassName
{
background-color: #F07EC4;
}
</style>
border-color css
<style>
span { border-color: #F07EC4; }
span { border-color: rgb(240,126,196); }
td.TdClassName
{
border-color: #F07EC4;
}
.TagClassName
{
border-color: #F07EC4;
}
</style>