Shades of Tea Rose #F17DC8
Tints of Tea Rose #F17DC8
RGB
CMYK
RGB Variations
Color information
#F17DC8 (or 0xF17DC8) is known color: Tea Rose. HEX triplet: F1, 7D and C8. RGB value is (241,125,200). Sum of RGB (Red+Green+Blue) = 241+125+200=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DC8 is #0E8237. Grayscale: #A8A8A8. Windows color (decimal): -950840 or 13139441. OLE color: 13139441.
HSL color Cylindrical-coordinate representation of color #F17DC8: hue angle of 321.21º 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 #F17DC8 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 200 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.05 |
| HSL | 321.21º | 0.81% | 0.72% | - |
| HSV(B) | 321.21º | 0.48% | 0.95% | - |
| XYZ | 54.03 | 37.54 | 59.04 | - |
| YUV | 168.23 | 145.93 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 200 | 0 | 0.48 | 0.17 | 0.05 | 321.21 | 0.81 | 0.72 |
| Hex | F1 | 7D | C8 | 0 | 30 | 11 | 5 | 141 | 51 | 48 |
| Octal | 361 | 175 | 310 | 0 | 60 | 21 | 5 | 501 | 121 | 110 |
| Binary | 11110001 | 1111101 | 11001000 | 0 | 110000 | 10001 | 101 | 101000001 | 1010001 | 1001000 |
Color Harmonies of #F17DC8
Complementary color
Monochromatic Colors of #F17DC8
Black with #F17DC8
Text Example
Text Example
White with #F17DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17DC8; }
p { color: rgb(241,125,200); }
H1.HeaderClassName
{
color: #F17DC8;
}
.AnyTagClassName
{
color: #F17DC8;
}
</style>
background-color css
<style>
a { background-color: #F17DC8; }
a { background-color: rgb(241,125,200); }
div.DivClassName
{
background-color: #F17DC8;
}
.BgClassName
{
background-color: #F17DC8;
}
</style>
border-color css
<style>
span { border-color: #F17DC8; }
span { border-color: rgb(241,125,200); }
td.TdClassName
{
border-color: #F17DC8;
}
.TagClassName
{
border-color: #F17DC8;
}
</style>