Aligned Hex Exclusion

The cells A1, B1, G1, I1, F2 and F3 can together accept various combinations of values. But some combinations of values can be excluded, because they would leave some cells with no potential values.

More precisely, the following combinations of values are not possible for the cells A1, B1, G1, I1, F2 and F3:
0, 0, 2, 2, 0 and 0 because the value can occur only once in the region
0, 2, 0, 2, 0 and 0 because the value can occur only once in the region
2, 0, 0, 2, 0 and 0 because the value can occur only once in the region
9, 3, 5, 2, 2 and 1 because the cell D1 must contain 1 or 3
9, 3, 5, 2, 4 and 1 because the cell D1 must contain 1 or 3
9, 3, 5, 2, 4 and 2 because the cell E1 must contain 4 or 9
9, 4, 5, 2, 2 and 1 because the cell E1 must contain 4 or 9
9, 4, 5, 2, 4 and 1 because the cell E1 must contain 4 or 9
9, 4, 5, 2, 4 and 2 because the cell E1 must contain 4 or 9

Because some potential values of I1 occur in none of the remaining combinations, they can safely be removed.