In single dimension, the probability that a random variable $X$ is greater than some value $x$ is easily related to the cumulative distribution(c.d.f.) as $Pr(X > x) = 1 - F(x)$ if only $Pr[X \leq x] = F(x)$ is known.
If instead we have a random vector $[X_1, X_2, \cdots, X_n]$, could you please let me know if there is a direct relation between the c.d.f and the probability $Pr[X_1 > x_1, X_2 > x_2, \cdots, X_n > x_n]$ if I only know $F(x_1, x_2, \cdots, x_n) = Pr[X_1 \leq x_1, X_2 \leq x_2, \cdots, X_n \leq x_n]$? I know it is not $1 - F[x_1, x_2, \cdots, x_n]$ in this case.