Shades of Tea Rose #F17ECD
Tints of Tea Rose #F17ECD
RGB
CMYK
RGB Variations
Color information
#F17ECD (or 0xF17ECD) is known color: Tea Rose. HEX triplet: F1, 7E and CD. RGB value is (241,126,205). Sum of RGB (Red+Green+Blue) = 241+126+205=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F17ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17ECD is #0E8132. Grayscale: #A9A9A9. Windows color (decimal): -950579 or 13467377. OLE color: 13467377.
HSL color Cylindrical-coordinate representation of color #F17ECD: hue angle of 318.78º 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 #F17ECD is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 126 | 205 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.05 |
| HSL | 318.78º | 0.8% | 0.72% | - |
| HSV(B) | 318.78º | 0.48% | 0.95% | - |
| XYZ | 54.76 | 38.03 | 62.21 | - |
| YUV | 169.39 | 148.1 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 126 | 205 | 0 | 0.48 | 0.15 | 0.05 | 318.78 | 0.8 | 0.72 |
| Hex | F1 | 7E | CD | 0 | 30 | F | 5 | 13F | 50 | 48 |
| Octal | 361 | 176 | 315 | 0 | 60 | 17 | 5 | 477 | 120 | 110 |
| Binary | 11110001 | 1111110 | 11001101 | 0 | 110000 | 1111 | 101 | 100111111 | 1010000 | 1001000 |
Color Harmonies of #F17ECD
Complementary color
Monochromatic Colors of #F17ECD
Black with #F17ECD
Text Example
Text Example
White with #F17ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17ECD; }
p { color: rgb(241,126,205); }
H1.HeaderClassName
{
color: #F17ECD;
}
.AnyTagClassName
{
color: #F17ECD;
}
</style>
background-color css
<style>
a { background-color: #F17ECD; }
a { background-color: rgb(241,126,205); }
div.DivClassName
{
background-color: #F17ECD;
}
.BgClassName
{
background-color: #F17ECD;
}
</style>
border-color css
<style>
span { border-color: #F17ECD; }
span { border-color: rgb(241,126,205); }
td.TdClassName
{
border-color: #F17ECD;
}
.TagClassName
{
border-color: #F17ECD;
}
</style>