#F00F6F (or 0xF00F6F) is unknown color: approx Ruby. HEX triplet: F0, 0F and 6F. RGB value is (240,15,111). Sum of RGB (Red+Green+Blue) = 240+15+111=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F6F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00F6F is #0FF090. Grayscale: #5D5D5D. Windows color (decimal): -1044625 or 7278576. OLE color: 7278576.
HSL color Cylindrical-coordinate representation of color #F00F6F: hue angle of 334.4º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00F6F is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.06.
<style> p { color: #f00f6f; } p { color: rgb(240,15,111); } H1.HeaderClassName { color: #f00f6f; } .AnyTagClassName { color: #f00f6f; } </style>
<style> a { background-color: #f00f6f; } a { background-color: rgb(240,15,111); } div.DivClassName { background-color: #f00f6f; } .BgClassName { background-color: #f00f6f; } </style>
<style> span { border-color: #f00f6f; } span { border-color: rgb(240,15,111); } td.TdClassName { border-color: #f00f6f; } .TagClassName { border-color: #f00f6f; } </style>