Shades of Bittersweet #F16D68
Tints of Bittersweet #F16D68
RGB
CMYK
RGB Variations
Color information
#F16D68 (or 0xF16D68) is known color: Bittersweet. HEX triplet: F1, 6D and 68. RGB value is (241,109,104). Sum of RGB (Red+Green+Blue) = 241+109+104=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16D68 is #0E9297. Grayscale: #949494. Windows color (decimal): -955032 or 6843889. OLE color: 6843889.
HSL color Cylindrical-coordinate representation of color #F16D68: hue angle of 2.19º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F16D68 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 104 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.05 |
| HSL | 2.19º | 0.83% | 0.68% | - |
| HSV(B) | 2.19º | 0.57% | 0.95% | - |
| XYZ | 44.24 | 30.64 | 16.68 | - |
| YUV | 147.9 | 103.23 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 104 | 0 | 0.55 | 0.57 | 0.05 | 2.19 | 0.83 | 0.68 |
| Hex | F1 | 6D | 68 | 0 | 37 | 39 | 5 | 2 | 53 | 44 |
| Octal | 361 | 155 | 150 | 0 | 67 | 71 | 5 | 2 | 123 | 104 |
| Binary | 11110001 | 1101101 | 1101000 | 0 | 110111 | 111001 | 101 | 10 | 1010011 | 1000100 |
Color Harmonies of #F16D68
Complementary color
Monochromatic Colors of #F16D68
Black with #F16D68
Text Example
Text Example
White with #F16D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16D68; }
p { color: rgb(241,109,104); }
H1.HeaderClassName
{
color: #F16D68;
}
.AnyTagClassName
{
color: #F16D68;
}
</style>
background-color css
<style>
a { background-color: #F16D68; }
a { background-color: rgb(241,109,104); }
div.DivClassName
{
background-color: #F16D68;
}
.BgClassName
{
background-color: #F16D68;
}
</style>
border-color css
<style>
span { border-color: #F16D68; }
span { border-color: rgb(241,109,104); }
td.TdClassName
{
border-color: #F16D68;
}
.TagClassName
{
border-color: #F16D68;
}
</style>