Shades of Tea Rose #F17DC5
Tints of Tea Rose #F17DC5
RGB
CMYK
RGB Variations
Color information
#F17DC5 (or 0xF17DC5) is known color: Tea Rose. HEX triplet: F1, 7D and C5. RGB value is (241,125,197). Sum of RGB (Red+Green+Blue) = 241+125+197=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DC5 is #0E823A. Grayscale: #A7A7A7. Windows color (decimal): -950843 or 12942833. OLE color: 12942833.
HSL color Cylindrical-coordinate representation of color #F17DC5: hue angle of 322.76º 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 #F17DC5 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 197 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.05 |
| HSL | 322.76º | 0.81% | 0.72% | - |
| HSV(B) | 322.76º | 0.48% | 0.95% | - |
| XYZ | 53.69 | 37.4 | 57.21 | - |
| YUV | 167.89 | 144.43 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 197 | 0 | 0.48 | 0.18 | 0.05 | 322.76 | 0.81 | 0.72 |
| Hex | F1 | 7D | C5 | 0 | 30 | 12 | 5 | 143 | 51 | 48 |
| Octal | 361 | 175 | 305 | 0 | 60 | 22 | 5 | 503 | 121 | 110 |
| Binary | 11110001 | 1111101 | 11000101 | 0 | 110000 | 10010 | 101 | 101000011 | 1010001 | 1001000 |
Color Harmonies of #F17DC5
Complementary color
Monochromatic Colors of #F17DC5
Black with #F17DC5
Text Example
Text Example
White with #F17DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17DC5; }
p { color: rgb(241,125,197); }
H1.HeaderClassName
{
color: #F17DC5;
}
.AnyTagClassName
{
color: #F17DC5;
}
</style>
background-color css
<style>
a { background-color: #F17DC5; }
a { background-color: rgb(241,125,197); }
div.DivClassName
{
background-color: #F17DC5;
}
.BgClassName
{
background-color: #F17DC5;
}
</style>
border-color css
<style>
span { border-color: #F17DC5; }
span { border-color: rgb(241,125,197); }
td.TdClassName
{
border-color: #F17DC5;
}
.TagClassName
{
border-color: #F17DC5;
}
</style>