#FF6666 (or 0xFF6666) is unknown color: approx Bittersweet. HEX triplet: FF, 66 and 66. RGB value is (255,102,102). Sum of RGB (Red+Green+Blue) = 255+102+102=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6666 is a web safe color. Inversed color of #FF6666 is #009999. Grayscale: #939393. Windows color (decimal): -39322 or 6711039. OLE color: 6711039.
HSL color Cylindrical-coordinate representation of color #FF6666: hue angle of 0º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6666 is Cyan = 0, Magento = 0.6, Yellow = 0.6 and Black (K on CMYK) = 0.
<style> p { color: #FF6666; } p { color: rgb(255,102,102); } H1.HeaderClassName { color: #FF6666; } .AnyTagClassName { color: #FF6666; } </style>
<style> a { background-color: #FF6666; } a { background-color: rgb(255,102,102); } div.DivClassName { background-color: #FF6666; } .BgClassName { background-color: #FF6666; } </style>
<style> span { border-color: #FF6666; } span { border-color: rgb(255,102,102); } td.TdClassName { border-color: #FF6666; } .TagClassName { border-color: #FF6666; } </style>