Shades of Tea Rose #F17EC9
Tints of Tea Rose #F17EC9
RGB
CMYK
RGB Variations
Color information
#F17EC9 (or 0xF17EC9) is known color: Tea Rose. HEX triplet: F1, 7E and C9. RGB value is (241,126,201). Sum of RGB (Red+Green+Blue) = 241+126+201=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F17EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17EC9 is #0E8136. Grayscale: #A8A8A8. Windows color (decimal): -950583 or 13205233. OLE color: 13205233.
HSL color Cylindrical-coordinate representation of color #F17EC9: hue angle of 320.87º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17EC9 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 126 | 201 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.05 |
| HSL | 320.87º | 0.8% | 0.72% | - |
| HSV(B) | 320.87º | 0.48% | 0.95% | - |
| XYZ | 54.28 | 37.84 | 59.7 | - |
| YUV | 168.94 | 146.1 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 126 | 201 | 0 | 0.48 | 0.17 | 0.05 | 320.87 | 0.8 | 0.72 |
| Hex | F1 | 7E | C9 | 0 | 30 | 11 | 5 | 141 | 50 | 48 |
| Octal | 361 | 176 | 311 | 0 | 60 | 21 | 5 | 501 | 120 | 110 |
| Binary | 11110001 | 1111110 | 11001001 | 0 | 110000 | 10001 | 101 | 101000001 | 1010000 | 1001000 |
Color Harmonies of #F17EC9
Complementary color
Monochromatic Colors of #F17EC9
Black with #F17EC9
Text Example
Text Example
White with #F17EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17EC9; }
p { color: rgb(241,126,201); }
H1.HeaderClassName
{
color: #F17EC9;
}
.AnyTagClassName
{
color: #F17EC9;
}
</style>
background-color css
<style>
a { background-color: #F17EC9; }
a { background-color: rgb(241,126,201); }
div.DivClassName
{
background-color: #F17EC9;
}
.BgClassName
{
background-color: #F17EC9;
}
</style>
border-color css
<style>
span { border-color: #F17EC9; }
span { border-color: rgb(241,126,201); }
td.TdClassName
{
border-color: #F17EC9;
}
.TagClassName
{
border-color: #F17EC9;
}
</style>