#FF8180 (or 0xFF8180) is unknown color: approx Light Coral. HEX triplet: FF, 81 and 80. RGB value is (255,129,128). Sum of RGB (Red+Green+Blue) = 255+129+128=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8180 is #007E7F. Grayscale: #A6A6A6. Windows color (decimal): -32384 or 8421887. OLE color: 8421887.
HSL color Cylindrical-coordinate representation of color #FF8180: hue angle of 0.47º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF8180 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.
<style> p { color: #ff8180; } p { color: rgb(255,129,128); } H1.HeaderClassName { color: #ff8180; } .AnyTagClassName { color: #ff8180; } </style>
<style> a { background-color: #ff8180; } a { background-color: rgb(255,129,128); } div.DivClassName { background-color: #ff8180; } .BgClassName { background-color: #ff8180; } </style>
<style> span { border-color: #ff8180; } span { border-color: rgb(255,129,128); } td.TdClassName { border-color: #ff8180; } .TagClassName { border-color: #ff8180; } </style>