#FF3F41 (or 0xFF3F41) is unknown color: approx Radical Red. HEX triplet: FF, 3F and 41. RGB value is (255,63,65). Sum of RGB (Red+Green+Blue) = 255+63+65=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3F41 is #00C0BE. Grayscale: #787878. Windows color (decimal): -49343 or 4276223. OLE color: 4276223.
HSL color Cylindrical-coordinate representation of color #FF3F41: hue angle of 359.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF3F41 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.
<style> p { color: #FF3F41; } p { color: rgb(255,63,65); } H1.HeaderClassName { color: #FF3F41; } .AnyTagClassName { color: #FF3F41; } </style>
<style> a { background-color: #FF3F41; } a { background-color: rgb(255,63,65); } div.DivClassName { background-color: #FF3F41; } .BgClassName { background-color: #FF3F41; } </style>
<style> span { border-color: #FF3F41; } span { border-color: rgb(255,63,65); } td.TdClassName { border-color: #FF3F41; } .TagClassName { border-color: #FF3F41; } </style>