15 in Hexadecimal — 15₁₀ = 0xF

15 in hexadecimal is 0xF. The number 15 is less than 16, so it maps directly to a single hex digit F. The page shows the step-by-step division method, a hex digit table, and conversions to binary (1111), octal (17), and a greyscale colour swatch....

15 → HEX

15 IN HEXADECIMAL (BASE 16)

F

15₁₀ = 0xF = F₁₆

Letters A–F represent values 10–15 in hex

Hex (base 16)

F

With prefix

0xF

Binary (base 2)

1111

Octal (base 8)

17

Single digit hex?

Yes

Hex digit type

Letter (F = 15)

Even or odd?

Odd

Divisible by 16?

No

STEP-BY-STEP — REPEATED DIVISION BY 16

15 < 16, so it fits in a single hex digit: 15 = F₁₆

Values 10–15 use letters: 10=A, 11=B, 12=C, 13=D, 14=E, 15=F

FUN FACT

15 in hex is F. F is the largest single hex digit, representing 15. A full nibble (4 bits) at 1111₂ = 15 = F. In CSS, #FFF = white (maximum of all three channels).

HEX DIGIT TABLE (0–15)

0

0

1

1

2

2

3

3

4

4

5

5

6

6

7

7

8

8

9

9

10

A

11

B

12

C

13

D

14

E

15

F

BASE CONVERSIONS

Decimal (base 10)

Standard counting system

15

Hex (base 16)

Colours, memory addresses, encoding

0xF

Binary (base 2)

Digital computing

1111

Octal (base 8)

Unix file permissions

17

NEARBY VALUES

Created with❤️byeaglecalculator.com

HOW TO CONVERT

  1. 1

    Hexadecimal (base 16) uses digits 0-9 and letters A-F, where A=10, B=11, C=12, D=13, E=14, F=15.

  2. 2

    15 is less than 16, so it fits in one hex digit: 15 = F. Values 10-15 use letters: 10=A, 11=B, 12=C, 13=D, 14=E, 15=F.

  3. 3

    The result is F, written as 0xF in programming notation or F₁₆ in mathematical notation.

  4. 4

    Verify: 15 x 16^0 = 15. ✓

WORKED EXAMPLE

15 to hex: 15 is less than 16, so it fits in one hex digit: 15 = F. Values 10-15 use letters: 10=A, 11=B, 12=C, 13=D, 14=E, 15=F. 15₁₀ = 0xF = F₁₆ Binary: 1111 Octal: 17

FREQUENTLY ASKED QUESTIONS

RELATED CALCULATORS

MORE NUMBER THEORY CALCULATORS

Was this calculator helpful?

Last updated: April 29, 2026 · Verified by EagleCalculator team · Eagle-eyed accuracy for every calculation.