#FF4040 (or 0xFF4040) is unknown color: approx Coral Red. HEX triplet: FF, 40 and 40. RGB value is (255,64,64). Sum of RGB (Red+Green+Blue) = 255+64+64=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4040 is #00BFBF. Grayscale: #797979. Windows color (decimal): -49088 or 4210943. OLE color: 4210943.
HSL color Cylindrical-coordinate representation of color #FF4040: hue angle of 0º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4040 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.
<style> p { color: #FF4040; } p { color: rgb(255,64,64); } H1.HeaderClassName { color: #FF4040; } .AnyTagClassName { color: #FF4040; } </style>
<style> a { background-color: #FF4040; } a { background-color: rgb(255,64,64); } div.DivClassName { background-color: #FF4040; } .BgClassName { background-color: #FF4040; } </style>
<style> span { border-color: #FF4040; } span { border-color: rgb(255,64,64); } td.TdClassName { border-color: #FF4040; } .TagClassName { border-color: #FF4040; } </style>