Shades of Tea Rose #F17FD1
Tints of Tea Rose #F17FD1
RGB
CMYK
RGB Variations
Color information
#F17FD1 (or 0xF17FD1) is known color: Tea Rose. HEX triplet: F1, 7F and D1. RGB value is (241,127,209). Sum of RGB (Red+Green+Blue) = 241+127+209=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 127 (50% from 255 or 22.01% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FD1 is #0E802E. Grayscale: #AAAAAA. Windows color (decimal): -950319 or 13729777. OLE color: 13729777.
HSL color Cylindrical-coordinate representation of color #F17FD1: hue angle of 316.84º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F17FD1 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 209 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.05 |
| HSL | 316.84º | 0.8% | 0.72% | - |
| HSV(B) | 316.84º | 0.47% | 0.95% | - |
| XYZ | 55.37 | 38.48 | 64.83 | - |
| YUV | 170.43 | 149.77 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 209 | 0 | 0.47 | 0.13 | 0.05 | 316.84 | 0.8 | 0.72 |
| Hex | F1 | 7F | D1 | 0 | 2F | D | 5 | 13D | 50 | 48 |
| Octal | 361 | 177 | 321 | 0 | 57 | 15 | 5 | 475 | 120 | 110 |
| Binary | 11110001 | 1111111 | 11010001 | 0 | 101111 | 1101 | 101 | 100111101 | 1010000 | 1001000 |
Color Harmonies of #F17FD1
Complementary color
Monochromatic Colors of #F17FD1
Black with #F17FD1
Text Example
Text Example
White with #F17FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17FD1; }
p { color: rgb(241,127,209); }
H1.HeaderClassName
{
color: #F17FD1;
}
.AnyTagClassName
{
color: #F17FD1;
}
</style>
background-color css
<style>
a { background-color: #F17FD1; }
a { background-color: rgb(241,127,209); }
div.DivClassName
{
background-color: #F17FD1;
}
.BgClassName
{
background-color: #F17FD1;
}
</style>
border-color css
<style>
span { border-color: #F17FD1; }
span { border-color: rgb(241,127,209); }
td.TdClassName
{
border-color: #F17FD1;
}
.TagClassName
{
border-color: #F17FD1;
}
</style>