Fw Rev Fx1 is not valid. The revision is in hexadecimal, which is represented by the characters 0-9 and A-F. The first two characters are usually "0x", which helps to disambiguate between hex and another number base. (for example, "23" vs. "0x23").
So, to answer your question, the...