#FF7C80 (or 0xFF7C80) is unknown color: approx Brink Pink. HEX triplet: FF, 7C and 80. RGB value is (255,124,128). Sum of RGB (Red+Green+Blue) = 255+124+128=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7C80 is #00837F. Grayscale: #A3A3A3. Windows color (decimal): -33664 or 8420607. OLE color: 8420607.
HSL color Cylindrical-coordinate representation of color #FF7C80: hue angle of 358.17º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7C80 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.
<style> p { color: #FF7C80; } p { color: rgb(255,124,128); } H1.HeaderClassName { color: #FF7C80; } .AnyTagClassName { color: #FF7C80; } </style>
<style> a { background-color: #FF7C80; } a { background-color: rgb(255,124,128); } div.DivClassName { background-color: #FF7C80; } .BgClassName { background-color: #FF7C80; } </style>
<style> span { border-color: #FF7C80; } span { border-color: rgb(255,124,128); } td.TdClassName { border-color: #FF7C80; } .TagClassName { border-color: #FF7C80; } </style>