#F00E07 (or 0xF00E07) is unknown color: approx Red. HEX triplet: F0, 0E and 07. RGB value is (240,14,7). Sum of RGB (Red+Green+Blue) = 240+14+7=261 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.95% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00E07 is #0FF1F8. Grayscale: #515151. Windows color (decimal): -1044985 or 462576. OLE color: 462576.
HSL color Cylindrical-coordinate representation of color #F00E07: hue angle of 1.8º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F00E07 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.06.
<style> p { color: #f00e07; } p { color: rgb(240,14,7); } H1.HeaderClassName { color: #f00e07; } .AnyTagClassName { color: #f00e07; } </style>
<style> a { background-color: #f00e07; } a { background-color: rgb(240,14,7); } div.DivClassName { background-color: #f00e07; } .BgClassName { background-color: #f00e07; } </style>
<style> span { border-color: #f00e07; } span { border-color: rgb(240,14,7); } td.TdClassName { border-color: #f00e07; } .TagClassName { border-color: #f00e07; } </style>