Shades of Tea Rose #F17DCC
Tints of Tea Rose #F17DCC
RGB
CMYK
RGB Variations
Color information
#F17DCC (or 0xF17DCC) is known color: Tea Rose. HEX triplet: F1, 7D and CC. RGB value is (241,125,204). Sum of RGB (Red+Green+Blue) = 241+125+204=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DCC is #0E8233. Grayscale: #A8A8A8. Windows color (decimal): -950836 or 13401585. OLE color: 13401585.
HSL color Cylindrical-coordinate representation of color #F17DCC: hue angle of 319.14º degrees, saturation: 0.81, 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 #F17DCC is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 204 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.05 |
| HSL | 319.14º | 0.81% | 0.72% | - |
| HSV(B) | 319.14º | 0.48% | 0.95% | - |
| XYZ | 54.51 | 37.73 | 61.54 | - |
| YUV | 168.69 | 147.93 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 204 | 0 | 0.48 | 0.15 | 0.05 | 319.14 | 0.81 | 0.72 |
| Hex | F1 | 7D | CC | 0 | 30 | F | 5 | 13F | 51 | 48 |
| Octal | 361 | 175 | 314 | 0 | 60 | 17 | 5 | 477 | 121 | 110 |
| Binary | 11110001 | 1111101 | 11001100 | 0 | 110000 | 1111 | 101 | 100111111 | 1010001 | 1001000 |
Color Harmonies of #F17DCC
Complementary color
Monochromatic Colors of #F17DCC
Black with #F17DCC
Text Example
Text Example
White with #F17DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17DCC; }
p { color: rgb(241,125,204); }
H1.HeaderClassName
{
color: #F17DCC;
}
.AnyTagClassName
{
color: #F17DCC;
}
</style>
background-color css
<style>
a { background-color: #F17DCC; }
a { background-color: rgb(241,125,204); }
div.DivClassName
{
background-color: #F17DCC;
}
.BgClassName
{
background-color: #F17DCC;
}
</style>
border-color css
<style>
span { border-color: #F17DCC; }
span { border-color: rgb(241,125,204); }
td.TdClassName
{
border-color: #F17DCC;
}
.TagClassName
{
border-color: #F17DCC;
}
</style>