Shades of Bittersweet #F16C65
Tints of Bittersweet #F16C65
RGB
CMYK
RGB Variations
Color information
#F16C65 (or 0xF16C65) is known color: Bittersweet. HEX triplet: F1, 6C and 65. RGB value is (241,108,101). Sum of RGB (Red+Green+Blue) = 241+108+101=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16C65 is #0E939A. Grayscale: #939393. Windows color (decimal): -955291 or 6647025. OLE color: 6647025.
HSL color Cylindrical-coordinate representation of color #F16C65: hue angle of 3º 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 #F16C65 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 101 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.05 |
| HSL | 3º | 0.83% | 0.67% | - |
| HSV(B) | 3º | 0.58% | 0.95% | - |
| XYZ | 43.99 | 30.37 | 15.85 | - |
| YUV | 146.97 | 102.06 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 101 | 0 | 0.55 | 0.58 | 0.05 | 3 | 0.83 | 0.67 |
| Hex | F1 | 6C | 65 | 0 | 37 | 3A | 5 | 3 | 53 | 43 |
| Octal | 361 | 154 | 145 | 0 | 67 | 72 | 5 | 3 | 123 | 103 |
| Binary | 11110001 | 1101100 | 1100101 | 0 | 110111 | 111010 | 101 | 11 | 1010011 | 1000011 |
Color Harmonies of #F16C65
Complementary color
Monochromatic Colors of #F16C65
Black with #F16C65
Text Example
Text Example
White with #F16C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16C65; }
p { color: rgb(241,108,101); }
H1.HeaderClassName
{
color: #F16C65;
}
.AnyTagClassName
{
color: #F16C65;
}
</style>
background-color css
<style>
a { background-color: #F16C65; }
a { background-color: rgb(241,108,101); }
div.DivClassName
{
background-color: #F16C65;
}
.BgClassName
{
background-color: #F16C65;
}
</style>
border-color css
<style>
span { border-color: #F16C65; }
span { border-color: rgb(241,108,101); }
td.TdClassName
{
border-color: #F16C65;
}
.TagClassName
{
border-color: #F16C65;
}
</style>