Shades of Bittersweet #F16666
Tints of Bittersweet #F16666
RGB
CMYK
RGB Variations
Color information
#F16666 (or 0xF16666) is known color: Bittersweet. HEX triplet: F1, 66 and 66. RGB value is (241,102,102). Sum of RGB (Red+Green+Blue) = 241+102+102=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F16666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16666 is #0E9999. Grayscale: #8F8F8F. Windows color (decimal): -956826 or 6711025. OLE color: 6711025.
HSL color Cylindrical-coordinate representation of color #F16666: hue angle of 0º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F16666 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 102 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.05 |
| HSL | 0º | 0.83% | 0.67% | - |
| HSV(B) | 0º | 0.58% | 0.95% | - |
| XYZ | 43.43 | 29.16 | 15.91 | - |
| YUV | 143.56 | 104.55 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 102 | 0 | 0.58 | 0.58 | 0.05 | 0 | 0.83 | 0.67 |
| Hex | F1 | 66 | 66 | 0 | 3A | 3A | 5 | 0 | 53 | 43 |
| Octal | 361 | 146 | 146 | 0 | 72 | 72 | 5 | 0 | 123 | 103 |
| Binary | 11110001 | 1100110 | 1100110 | 0 | 111010 | 111010 | 101 | 0 | 1010011 | 1000011 |
Color Harmonies of #F16666
Complementary color
Monochromatic Colors of #F16666
Black with #F16666
Text Example
Text Example
White with #F16666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16666; }
p { color: rgb(241,102,102); }
H1.HeaderClassName
{
color: #F16666;
}
.AnyTagClassName
{
color: #F16666;
}
</style>
background-color css
<style>
a { background-color: #F16666; }
a { background-color: rgb(241,102,102); }
div.DivClassName
{
background-color: #F16666;
}
.BgClassName
{
background-color: #F16666;
}
</style>
border-color css
<style>
span { border-color: #F16666; }
span { border-color: rgb(241,102,102); }
td.TdClassName
{
border-color: #F16666;
}
.TagClassName
{
border-color: #F16666;
}
</style>