Shades of Tea Rose #F17ECB
Tints of Tea Rose #F17ECB
RGB
CMYK
RGB Variations
Color information
#F17ECB (or 0xF17ECB) is known color: Tea Rose. HEX triplet: F1, 7E and CB. RGB value is (241,126,203). Sum of RGB (Red+Green+Blue) = 241+126+203=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F17ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17ECB is #0E8134. Grayscale: #A8A8A8. Windows color (decimal): -950581 or 13336305. OLE color: 13336305.
HSL color Cylindrical-coordinate representation of color #F17ECB: hue angle of 319.83º 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 #F17ECB is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 126 | 203 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.05 |
| HSL | 319.83º | 0.8% | 0.72% | - |
| HSV(B) | 319.83º | 0.48% | 0.95% | - |
| XYZ | 54.52 | 37.93 | 60.95 | - |
| YUV | 169.16 | 147.1 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 126 | 203 | 0 | 0.48 | 0.16 | 0.05 | 319.83 | 0.8 | 0.72 |
| Hex | F1 | 7E | CB | 0 | 30 | 10 | 5 | 140 | 50 | 48 |
| Octal | 361 | 176 | 313 | 0 | 60 | 20 | 5 | 500 | 120 | 110 |
| Binary | 11110001 | 1111110 | 11001011 | 0 | 110000 | 10000 | 101 | 101000000 | 1010000 | 1001000 |
Color Harmonies of #F17ECB
Complementary color
Monochromatic Colors of #F17ECB
Black with #F17ECB
Text Example
Text Example
White with #F17ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17ECB; }
p { color: rgb(241,126,203); }
H1.HeaderClassName
{
color: #F17ECB;
}
.AnyTagClassName
{
color: #F17ECB;
}
</style>
background-color css
<style>
a { background-color: #F17ECB; }
a { background-color: rgb(241,126,203); }
div.DivClassName
{
background-color: #F17ECB;
}
.BgClassName
{
background-color: #F17ECB;
}
</style>
border-color css
<style>
span { border-color: #F17ECB; }
span { border-color: rgb(241,126,203); }
td.TdClassName
{
border-color: #F17ECB;
}
.TagClassName
{
border-color: #F17ECB;
}
</style>