Shades of Tea Rose #F17BC9
Tints of Tea Rose #F17BC9
RGB
CMYK
RGB Variations
Color information
#F17BC9 (or 0xF17BC9) is known color: Tea Rose. HEX triplet: F1, 7B and C9. RGB value is (241,123,201). Sum of RGB (Red+Green+Blue) = 241+123+201=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F17BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17BC9 is #0E8436. Grayscale: #A6A6A6. Windows color (decimal): -951351 or 13204465. OLE color: 13204465.
HSL color Cylindrical-coordinate representation of color #F17BC9: hue angle of 320.34º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17BC9 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 123 | 201 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.05 |
| HSL | 320.34º | 0.81% | 0.71% | - |
| HSV(B) | 320.34º | 0.49% | 0.95% | - |
| XYZ | 53.9 | 37.08 | 59.58 | - |
| YUV | 167.17 | 147.09 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 123 | 201 | 0 | 0.49 | 0.17 | 0.05 | 320.34 | 0.81 | 0.71 |
| Hex | F1 | 7B | C9 | 0 | 31 | 11 | 5 | 140 | 51 | 47 |
| Octal | 361 | 173 | 311 | 0 | 61 | 21 | 5 | 500 | 121 | 107 |
| Binary | 11110001 | 1111011 | 11001001 | 0 | 110001 | 10001 | 101 | 101000000 | 1010001 | 1000111 |
Color Harmonies of #F17BC9
Complementary color
Monochromatic Colors of #F17BC9
Black with #F17BC9
Text Example
Text Example
White with #F17BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17BC9; }
p { color: rgb(241,123,201); }
H1.HeaderClassName
{
color: #F17BC9;
}
.AnyTagClassName
{
color: #F17BC9;
}
</style>
background-color css
<style>
a { background-color: #F17BC9; }
a { background-color: rgb(241,123,201); }
div.DivClassName
{
background-color: #F17BC9;
}
.BgClassName
{
background-color: #F17BC9;
}
</style>
border-color css
<style>
span { border-color: #F17BC9; }
span { border-color: rgb(241,123,201); }
td.TdClassName
{
border-color: #F17BC9;
}
.TagClassName
{
border-color: #F17BC9;
}
</style>