#FF100F (or 0xFF100F) is unknown color: approx Red. HEX triplet: FF, 10 and 0F. RGB value is (255,16,15). Sum of RGB (Red+Green+Blue) = 255+16+15=286 (37% of max value = 765). Red value is 255 (100% from 255 or 89.16% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 255 - color contains mainly: red. Hex color #FF100F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF100F is #00EFF0. Grayscale: #575757. Windows color (decimal): -61425 or 987391. OLE color: 987391.
HSL color Cylindrical-coordinate representation of color #FF100F: hue angle of 0.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF100F is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.
<style> p { color: #FF100F; } p { color: rgb(255,16,15); } H1.HeaderClassName { color: #FF100F; } .AnyTagClassName { color: #FF100F; } </style>
<style> a { background-color: #FF100F; } a { background-color: rgb(255,16,15); } div.DivClassName { background-color: #FF100F; } .BgClassName { background-color: #FF100F; } </style>
<style> span { border-color: #FF100F; } span { border-color: rgb(255,16,15); } td.TdClassName { border-color: #FF100F; } .TagClassName { border-color: #FF100F; } </style>