Shades of Tea Rose #F17ED1
Tints of Tea Rose #F17ED1
RGB
CMYK
RGB Variations
Color information
#F17ED1 (or 0xF17ED1) is known color: Tea Rose. HEX triplet: F1, 7E and D1. RGB value is (241,126,209). Sum of RGB (Red+Green+Blue) = 241+126+209=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 126 (49.61% from 255 or 21.88% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F17ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17ED1 is #0E812E. Grayscale: #A9A9A9. Windows color (decimal): -950575 or 13729521. OLE color: 13729521.
HSL color Cylindrical-coordinate representation of color #F17ED1: hue angle of 316.7º 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 #F17ED1 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 126 | 209 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.05 |
| HSL | 316.7º | 0.8% | 0.72% | - |
| HSV(B) | 316.7º | 0.48% | 0.95% | - |
| XYZ | 55.25 | 38.23 | 64.79 | - |
| YUV | 169.85 | 150.1 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 126 | 209 | 0 | 0.48 | 0.13 | 0.05 | 316.7 | 0.8 | 0.72 |
| Hex | F1 | 7E | D1 | 0 | 30 | D | 5 | 13D | 50 | 48 |
| Octal | 361 | 176 | 321 | 0 | 60 | 15 | 5 | 475 | 120 | 110 |
| Binary | 11110001 | 1111110 | 11010001 | 0 | 110000 | 1101 | 101 | 100111101 | 1010000 | 1001000 |
Color Harmonies of #F17ED1
Complementary color
Monochromatic Colors of #F17ED1
Black with #F17ED1
Text Example
Text Example
White with #F17ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17ED1; }
p { color: rgb(241,126,209); }
H1.HeaderClassName
{
color: #F17ED1;
}
.AnyTagClassName
{
color: #F17ED1;
}
</style>
background-color css
<style>
a { background-color: #F17ED1; }
a { background-color: rgb(241,126,209); }
div.DivClassName
{
background-color: #F17ED1;
}
.BgClassName
{
background-color: #F17ED1;
}
</style>
border-color css
<style>
span { border-color: #F17ED1; }
span { border-color: rgb(241,126,209); }
td.TdClassName
{
border-color: #F17ED1;
}
.TagClassName
{
border-color: #F17ED1;
}
</style>