For Valentines Day, you want to write a program that automatically added a red hue to a picture. In your program, you have a function where you pass a pixel RGB value and that function increases the amount of red in that RGB value and returns the value.
Given an input value of (134, 156, 232), which of the following will most likely be an output of the function?