Probability of 2 events. [closed]

We know that probability is given in binary variables, so '$0$' means that event does not occur and '$1$' means that event occurs. We also know that
P(Y=1)=0.6
P(Y=0)=0.4
P(X=1|Y=1)=0.2
P(X=1|Y=0)=0.5

Is there a way to find P(X=0|Y=0) with the given information?


$P(X=0|Y=0)=1-P(X=1|Y=0)=0.5$.