#F31A5B (or 0xF31A5B) is unknown color: approx Ruby. HEX triplet: F3, 1A and 5B. RGB value is (243,26,91). Sum of RGB (Red+Green+Blue) = 243+26+91=360 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.5% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31A5B is #0CE5A4. Grayscale: #626262. Windows color (decimal): -845221 or 5970675. OLE color: 5970675.
HSL color Cylindrical-coordinate representation of color #F31A5B: hue angle of 342.03º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31A5B is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.05.
<style> p { color: #f31a5b; } p { color: rgb(243,26,91); } H1.HeaderClassName { color: #f31a5b; } .AnyTagClassName { color: #f31a5b; } </style>
<style> a { background-color: #f31a5b; } a { background-color: rgb(243,26,91); } div.DivClassName { background-color: #f31a5b; } .BgClassName { background-color: #f31a5b; } </style>
<style> span { border-color: #f31a5b; } span { border-color: rgb(243,26,91); } td.TdClassName { border-color: #f31a5b; } .TagClassName { border-color: #f31a5b; } </style>