#FF978F (or 0xFF978F) is unknown color: approx Mona Lisa. HEX triplet: FF, 97 and 8F. RGB value is (255,151,143). Sum of RGB (Red+Green+Blue) = 255+151+143=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF978F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF978F is #006870. Grayscale: #B5B5B5. Windows color (decimal): -26737 or 9410559. OLE color: 9410559.
HSL color Cylindrical-coordinate representation of color #FF978F: hue angle of 4.29º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF978F is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.
<style> p { color: #ff978f; } p { color: rgb(255,151,143); } H1.HeaderClassName { color: #ff978f; } .AnyTagClassName { color: #ff978f; } </style>
<style> a { background-color: #ff978f; } a { background-color: rgb(255,151,143); } div.DivClassName { background-color: #ff978f; } .BgClassName { background-color: #ff978f; } </style>
<style> span { border-color: #ff978f; } span { border-color: rgb(255,151,143); } td.TdClassName { border-color: #ff978f; } .TagClassName { border-color: #ff978f; } </style>