#FF91AA (or 0xFF91AA) is unknown color: approx Mauvelous. HEX triplet: FF, 91 and AA. RGB value is (255,145,170). Sum of RGB (Red+Green+Blue) = 255+145+170=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF91AA is #006E55. Grayscale: #B4B4B4. Windows color (decimal): -28246 or 11178495. OLE color: 11178495.
HSL color Cylindrical-coordinate representation of color #FF91AA: hue angle of 346.36º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF91AA is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.
<style> p { color: #ff91aa; } p { color: rgb(255,145,170); } H1.HeaderClassName { color: #ff91aa; } .AnyTagClassName { color: #ff91aa; } </style>
<style> a { background-color: #ff91aa; } a { background-color: rgb(255,145,170); } div.DivClassName { background-color: #ff91aa; } .BgClassName { background-color: #ff91aa; } </style>
<style> span { border-color: #ff91aa; } span { border-color: rgb(255,145,170); } td.TdClassName { border-color: #ff91aa; } .TagClassName { border-color: #ff91aa; } </style>