question: 12 which of the following pixels has a color value of rgb(255, 0, 0)? (white pixel) (blue pixel)…

question: 12 which of the following pixels has a color value of rgb(255, 0, 0)? (white pixel) (blue pixel) (green pixel) (red pixel)
Answer
Brief Explanations:
In the RGB color - model, (255, 0, 0) represents red. The first value in the RGB tuple corresponds to the intensity of red, the second to green, and the third to blue. Here, red has maximum intensity (255) while green and blue have zero intensity.
Answer:
D. (Red Pixel)