#F08080 (or 0xF08080) is known color: LightCoral. HEX triplet: F0, 80 and 80. RGB value is (240,128,128). Sum of RGB (Red+Green+Blue) = 240+128+128=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F08080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08080 is #0F7F7F. Grayscale: #A1A1A1. Windows color (decimal): -1015680 or 8421616. OLE color: 8421616.
HSL color Cylindrical-coordinate representation of color #F08080: hue angle of 0º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F08080 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.06.
<style> p { color: #F08080; } p { color: rgb(240,128,128); } H1.HeaderClassName { color: #F08080; } .AnyTagClassName { color: #F08080; } </style>
<style> a { background-color: #F08080; } a { background-color: rgb(240,128,128); } div.DivClassName { background-color: #F08080; } .BgClassName { background-color: #F08080; } </style>
<style> span { border-color: #F08080; } span { border-color: rgb(240,128,128); } td.TdClassName { border-color: #F08080; } .TagClassName { border-color: #F08080; } </style>