Shades of Tea Rose #F07ECB
Tints of Tea Rose #F07ECB
RGB
CMYK
RGB Variations
Color information
#F07ECB (or 0xF07ECB) is known color: Tea Rose. HEX triplet: F0, 7E and CB. RGB value is (240,126,203). Sum of RGB (Red+Green+Blue) = 240+126+203=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F07ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07ECB is #0F8134. Grayscale: #A8A8A8. Windows color (decimal): -1016117 or 13336304. OLE color: 13336304.
HSL color Cylindrical-coordinate representation of color #F07ECB: hue angle of 319.47º 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 #F07ECB is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 203 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.06 |
| HSL | 319.47º | 0.79% | 0.72% | - |
| HSV(B) | 319.47º | 0.48% | 0.94% | - |
| XYZ | 54.18 | 37.76 | 60.93 | - |
| YUV | 168.86 | 147.27 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 203 | 0 | 0.48 | 0.15 | 0.06 | 319.47 | 0.79 | 0.72 |
| Hex | F0 | 7E | CB | 0 | 30 | F | 6 | 13F | 4F | 48 |
| Octal | 360 | 176 | 313 | 0 | 60 | 17 | 6 | 477 | 117 | 110 |
| Binary | 11110000 | 1111110 | 11001011 | 0 | 110000 | 1111 | 110 | 100111111 | 1001111 | 1001000 |
Color Harmonies of #F07ECB
Complementary color
Monochromatic Colors of #F07ECB
Black with #F07ECB
Text Example
Text Example
White with #F07ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07ECB; }
p { color: rgb(240,126,203); }
H1.HeaderClassName
{
color: #F07ECB;
}
.AnyTagClassName
{
color: #F07ECB;
}
</style>
background-color css
<style>
a { background-color: #F07ECB; }
a { background-color: rgb(240,126,203); }
div.DivClassName
{
background-color: #F07ECB;
}
.BgClassName
{
background-color: #F07ECB;
}
</style>
border-color css
<style>
span { border-color: #F07ECB; }
span { border-color: rgb(240,126,203); }
td.TdClassName
{
border-color: #F07ECB;
}
.TagClassName
{
border-color: #F07ECB;
}
</style>