Shades of Tea Rose #F17EC5
Tints of Tea Rose #F17EC5
RGB
CMYK
RGB Variations
Color information
#F17EC5 (or 0xF17EC5) is known color: Tea Rose. HEX triplet: F1, 7E and C5. RGB value is (241,126,197). Sum of RGB (Red+Green+Blue) = 241+126+197=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 126 (49.61% from 255 or 22.34% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F17EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17EC5 is #0E813A. Grayscale: #A8A8A8. Windows color (decimal): -950587 or 12943089. OLE color: 12943089.
HSL color Cylindrical-coordinate representation of color #F17EC5: hue angle of 322.96º 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 #F17EC5 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 126 | 197 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.05 |
| HSL | 322.96º | 0.8% | 0.72% | - |
| HSV(B) | 322.96º | 0.48% | 0.95% | - |
| XYZ | 53.81 | 37.65 | 57.25 | - |
| YUV | 168.48 | 144.1 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 126 | 197 | 0 | 0.48 | 0.18 | 0.05 | 322.96 | 0.8 | 0.72 |
| Hex | F1 | 7E | C5 | 0 | 30 | 12 | 5 | 143 | 50 | 48 |
| Octal | 361 | 176 | 305 | 0 | 60 | 22 | 5 | 503 | 120 | 110 |
| Binary | 11110001 | 1111110 | 11000101 | 0 | 110000 | 10010 | 101 | 101000011 | 1010000 | 1001000 |
Color Harmonies of #F17EC5
Complementary color
Monochromatic Colors of #F17EC5
Black with #F17EC5
Text Example
Text Example
White with #F17EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17EC5; }
p { color: rgb(241,126,197); }
H1.HeaderClassName
{
color: #F17EC5;
}
.AnyTagClassName
{
color: #F17EC5;
}
</style>
background-color css
<style>
a { background-color: #F17EC5; }
a { background-color: rgb(241,126,197); }
div.DivClassName
{
background-color: #F17EC5;
}
.BgClassName
{
background-color: #F17EC5;
}
</style>
border-color css
<style>
span { border-color: #F17EC5; }
span { border-color: rgb(241,126,197); }
td.TdClassName
{
border-color: #F17EC5;
}
.TagClassName
{
border-color: #F17EC5;
}
</style>