Shades of Bittersweet #F16D60
Tints of Bittersweet #F16D60
RGB
CMYK
RGB Variations
Color information
#F16D60 (or 0xF16D60) is known color: Bittersweet. HEX triplet: F1, 6D and 60. RGB value is (241,109,96). Sum of RGB (Red+Green+Blue) = 241+109+96=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16D60 is #0E929F. Grayscale: #939393. Windows color (decimal): -955040 or 6319601. OLE color: 6319601.
HSL color Cylindrical-coordinate representation of color #F16D60: hue angle of 5.38º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16D60 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 96 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.05 |
| HSL | 5.38º | 0.84% | 0.66% | - |
| HSV(B) | 5.38º | 0.6% | 0.95% | - |
| XYZ | 43.86 | 30.48 | 14.64 | - |
| YUV | 146.99 | 99.23 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 96 | 0 | 0.55 | 0.60 | 0.05 | 5.38 | 0.84 | 0.66 |
| Hex | F1 | 6D | 60 | 0 | 37 | 3C | 5 | 5 | 54 | 42 |
| Octal | 361 | 155 | 140 | 0 | 67 | 74 | 5 | 5 | 124 | 102 |
| Binary | 11110001 | 1101101 | 1100000 | 0 | 110111 | 111100 | 101 | 101 | 1010100 | 1000010 |
Color Harmonies of #F16D60
Complementary color
Monochromatic Colors of #F16D60
Black with #F16D60
Text Example
Text Example
White with #F16D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16D60; }
p { color: rgb(241,109,96); }
H1.HeaderClassName
{
color: #F16D60;
}
.AnyTagClassName
{
color: #F16D60;
}
</style>
background-color css
<style>
a { background-color: #F16D60; }
a { background-color: rgb(241,109,96); }
div.DivClassName
{
background-color: #F16D60;
}
.BgClassName
{
background-color: #F16D60;
}
</style>
border-color css
<style>
span { border-color: #F16D60; }
span { border-color: rgb(241,109,96); }
td.TdClassName
{
border-color: #F16D60;
}
.TagClassName
{
border-color: #F16D60;
}
</style>