Shades of Tea Rose #F47ECB
Tints of Tea Rose #F47ECB
RGB
CMYK
RGB Variations
Color information
#F47ECB (or 0xF47ECB) is known color: Tea Rose. HEX triplet: F4, 7E and CB. RGB value is (244,126,203). Sum of RGB (Red+Green+Blue) = 244+126+203=573 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.58% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 244 - color contains mainly: red. Hex color #F47ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47ECB is #0B8134. Grayscale: #A9A9A9. Windows color (decimal): -753973 or 13336308. OLE color: 13336308.
HSL color Cylindrical-coordinate representation of color #F47ECB: hue angle of 320.85º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F47ECB is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 126 | 203 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.04 |
| HSL | 320.85º | 0.84% | 0.73% | - |
| HSV(B) | 320.85º | 0.48% | 0.96% | - |
| XYZ | 55.55 | 38.47 | 61 | - |
| YUV | 170.06 | 146.59 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 126 | 203 | 0 | 0.48 | 0.17 | 0.04 | 320.85 | 0.84 | 0.73 |
| Hex | F4 | 7E | CB | 0 | 30 | 11 | 4 | 141 | 54 | 49 |
| Octal | 364 | 176 | 313 | 0 | 60 | 21 | 4 | 501 | 124 | 111 |
| Binary | 11110100 | 1111110 | 11001011 | 0 | 110000 | 10001 | 100 | 101000001 | 1010100 | 1001001 |
Color Harmonies of #F47ECB
Complementary color
Monochromatic Colors of #F47ECB
Black with #F47ECB
Text Example
Text Example
White with #F47ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47ECB; }
p { color: rgb(244,126,203); }
H1.HeaderClassName
{
color: #F47ECB;
}
.AnyTagClassName
{
color: #F47ECB;
}
</style>
background-color css
<style>
a { background-color: #F47ECB; }
a { background-color: rgb(244,126,203); }
div.DivClassName
{
background-color: #F47ECB;
}
.BgClassName
{
background-color: #F47ECB;
}
</style>
border-color css
<style>
span { border-color: #F47ECB; }
span { border-color: rgb(244,126,203); }
td.TdClassName
{
border-color: #F47ECB;
}
.TagClassName
{
border-color: #F47ECB;
}
</style>