Shades of Tea Rose #F17EC4
Tints of Tea Rose #F17EC4
RGB
CMYK
RGB Variations
Color information
#F17EC4 (or 0xF17EC4) is known color: Tea Rose. HEX triplet: F1, 7E and C4. RGB value is (241,126,196). Sum of RGB (Red+Green+Blue) = 241+126+196=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 126 (49.61% from 255 or 22.38% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F17EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17EC4 is #0E813B. Grayscale: #A8A8A8. Windows color (decimal): -950588 or 12877553. OLE color: 12877553.
HSL color Cylindrical-coordinate representation of color #F17EC4: hue angle of 323.48º 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 #F17EC4 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 126 | 196 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.05 |
| HSL | 323.48º | 0.8% | 0.72% | - |
| HSV(B) | 323.48º | 0.48% | 0.95% | - |
| XYZ | 53.7 | 37.61 | 56.65 | - |
| YUV | 168.37 | 143.6 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 126 | 196 | 0 | 0.48 | 0.19 | 0.05 | 323.48 | 0.8 | 0.72 |
| Hex | F1 | 7E | C4 | 0 | 30 | 13 | 5 | 143 | 50 | 48 |
| Octal | 361 | 176 | 304 | 0 | 60 | 23 | 5 | 503 | 120 | 110 |
| Binary | 11110001 | 1111110 | 11000100 | 0 | 110000 | 10011 | 101 | 101000011 | 1010000 | 1001000 |
Color Harmonies of #F17EC4
Complementary color
Monochromatic Colors of #F17EC4
Black with #F17EC4
Text Example
Text Example
White with #F17EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17EC4; }
p { color: rgb(241,126,196); }
H1.HeaderClassName
{
color: #F17EC4;
}
.AnyTagClassName
{
color: #F17EC4;
}
</style>
background-color css
<style>
a { background-color: #F17EC4; }
a { background-color: rgb(241,126,196); }
div.DivClassName
{
background-color: #F17EC4;
}
.BgClassName
{
background-color: #F17EC4;
}
</style>
border-color css
<style>
span { border-color: #F17EC4; }
span { border-color: rgb(241,126,196); }
td.TdClassName
{
border-color: #F17EC4;
}
.TagClassName
{
border-color: #F17EC4;
}
</style>