Shades of Tea Rose #F47EC5
Tints of Tea Rose #F47EC5
RGB
CMYK
RGB Variations
Color information
#F47EC5 (or 0xF47EC5) is known color: Tea Rose. HEX triplet: F4, 7E and C5. RGB value is (244,126,197). Sum of RGB (Red+Green+Blue) = 244+126+197=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F47EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47EC5 is #0B813A. Grayscale: #A9A9A9. Windows color (decimal): -753979 or 12943092. OLE color: 12943092.
HSL color Cylindrical-coordinate representation of color #F47EC5: hue angle of 323.9º 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 #F47EC5 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 126 | 197 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.04 |
| HSL | 323.9º | 0.84% | 0.73% | - |
| HSV(B) | 323.9º | 0.48% | 0.96% | - |
| XYZ | 54.85 | 38.19 | 57.3 | - |
| YUV | 169.38 | 143.59 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 126 | 197 | 0 | 0.48 | 0.19 | 0.04 | 323.9 | 0.84 | 0.73 |
| Hex | F4 | 7E | C5 | 0 | 30 | 13 | 4 | 144 | 54 | 49 |
| Octal | 364 | 176 | 305 | 0 | 60 | 23 | 4 | 504 | 124 | 111 |
| Binary | 11110100 | 1111110 | 11000101 | 0 | 110000 | 10011 | 100 | 101000100 | 1010100 | 1001001 |
Color Harmonies of #F47EC5
Complementary color
Monochromatic Colors of #F47EC5
Black with #F47EC5
Text Example
Text Example
White with #F47EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47EC5; }
p { color: rgb(244,126,197); }
H1.HeaderClassName
{
color: #F47EC5;
}
.AnyTagClassName
{
color: #F47EC5;
}
</style>
background-color css
<style>
a { background-color: #F47EC5; }
a { background-color: rgb(244,126,197); }
div.DivClassName
{
background-color: #F47EC5;
}
.BgClassName
{
background-color: #F47EC5;
}
</style>
border-color css
<style>
span { border-color: #F47EC5; }
span { border-color: rgb(244,126,197); }
td.TdClassName
{
border-color: #F47EC5;
}
.TagClassName
{
border-color: #F47EC5;
}
</style>