you can count all minus those that you counted:

=COUNTA(F$3:F$201)-COUNTIF(F$3:F$201, "Red")- etc

or, even better to refer to those cells where you already sum it (from your example above):

=COUNTA(F$3:F$201)-B2