#FF0F0F (or 0xFF0F0F) is unknown color: approx Red. HEX triplet: FF, 0F and 0F. RGB value is (255,15,15). Sum of RGB (Red+Green+Blue) = 255+15+15=285 (37% of max value = 765). Red value is 255 (100% from 255 or 89.47% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0F0F is #00F0F0. Grayscale: #575757. Windows color (decimal): -61681 or 987135. OLE color: 987135.
HSL color Cylindrical-coordinate representation of color #FF0F0F: hue angle of 0º 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 #FF0F0F is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.
<style> p { color: #FF0F0F; } p { color: rgb(255,15,15); } H1.HeaderClassName { color: #FF0F0F; } .AnyTagClassName { color: #FF0F0F; } </style>
<style> a { background-color: #FF0F0F; } a { background-color: rgb(255,15,15); } div.DivClassName { background-color: #FF0F0F; } .BgClassName { background-color: #FF0F0F; } </style>
<style> span { border-color: #FF0F0F; } span { border-color: rgb(255,15,15); } td.TdClassName { border-color: #FF0F0F; } .TagClassName { border-color: #FF0F0F; } </style>