#FF6051 (or 0xFF6051) is unknown color: approx Tomato. HEX triplet: FF, 60 and 51. RGB value is (255,96,81). Sum of RGB (Red+Green+Blue) = 255+96+81=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 81 (32.03% from 255 or 18.75% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6051 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6051 is #009FAE. Grayscale: #8E8E8E. Windows color (decimal): -40879 or 5333247. OLE color: 5333247.
HSL color Cylindrical-coordinate representation of color #FF6051: hue angle of 5.17º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF6051 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.
<style> p { color: #FF6051; } p { color: rgb(255,96,81); } H1.HeaderClassName { color: #FF6051; } .AnyTagClassName { color: #FF6051; } </style>
<style> a { background-color: #FF6051; } a { background-color: rgb(255,96,81); } div.DivClassName { background-color: #FF6051; } .BgClassName { background-color: #FF6051; } </style>
<style> span { border-color: #FF6051; } span { border-color: rgb(255,96,81); } td.TdClassName { border-color: #FF6051; } .TagClassName { border-color: #FF6051; } </style>