#FF5A50 (or 0xFF5A50) is unknown color: approx Tomato. HEX triplet: FF, 5A and 50. RGB value is (255,90,80). Sum of RGB (Red+Green+Blue) = 255+90+80=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5A50 is #00A5AF. Grayscale: #8A8A8A. Windows color (decimal): -42416 or 5266175. OLE color: 5266175.
HSL color Cylindrical-coordinate representation of color #FF5A50: hue angle of 3.43º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF5A50 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.
<style> p { color: #FF5A50; } p { color: rgb(255,90,80); } H1.HeaderClassName { color: #FF5A50; } .AnyTagClassName { color: #FF5A50; } </style>
<style> a { background-color: #FF5A50; } a { background-color: rgb(255,90,80); } div.DivClassName { background-color: #FF5A50; } .BgClassName { background-color: #FF5A50; } </style>
<style> span { border-color: #FF5A50; } span { border-color: rgb(255,90,80); } td.TdClassName { border-color: #FF5A50; } .TagClassName { border-color: #FF5A50; } </style>