Shades of Tea Rose #F17BCE
Tints of Tea Rose #F17BCE
RGB
CMYK
RGB Variations
Color information
#F17BCE (or 0xF17BCE) is known color: Tea Rose. HEX triplet: F1, 7B and CE. RGB value is (241,123,206). Sum of RGB (Red+Green+Blue) = 241+123+206=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 123 (48.44% from 255 or 21.58% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F17BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17BCE is #0E8431. Grayscale: #A7A7A7. Windows color (decimal): -951346 or 13532145. OLE color: 13532145.
HSL color Cylindrical-coordinate representation of color #F17BCE: hue angle of 317.8º 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 #F17BCE is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 123 | 206 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.05 |
| HSL | 317.8º | 0.81% | 0.71% | - |
| HSV(B) | 317.8º | 0.49% | 0.95% | - |
| XYZ | 54.5 | 37.32 | 62.72 | - |
| YUV | 167.74 | 149.59 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 123 | 206 | 0 | 0.49 | 0.15 | 0.05 | 317.8 | 0.81 | 0.71 |
| Hex | F1 | 7B | CE | 0 | 31 | F | 5 | 13E | 51 | 47 |
| Octal | 361 | 173 | 316 | 0 | 61 | 17 | 5 | 476 | 121 | 107 |
| Binary | 11110001 | 1111011 | 11001110 | 0 | 110001 | 1111 | 101 | 100111110 | 1010001 | 1000111 |
Color Harmonies of #F17BCE
Complementary color
Monochromatic Colors of #F17BCE
Black with #F17BCE
Text Example
Text Example
White with #F17BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17BCE; }
p { color: rgb(241,123,206); }
H1.HeaderClassName
{
color: #F17BCE;
}
.AnyTagClassName
{
color: #F17BCE;
}
</style>
background-color css
<style>
a { background-color: #F17BCE; }
a { background-color: rgb(241,123,206); }
div.DivClassName
{
background-color: #F17BCE;
}
.BgClassName
{
background-color: #F17BCE;
}
</style>
border-color css
<style>
span { border-color: #F17BCE; }
span { border-color: rgb(241,123,206); }
td.TdClassName
{
border-color: #F17BCE;
}
.TagClassName
{
border-color: #F17BCE;
}
</style>