Shades of Bittersweet #F16560
Tints of Bittersweet #F16560
RGB
CMYK
RGB Variations
Color information
#F16560 (or 0xF16560) is known color: Bittersweet. HEX triplet: F1, 65 and 60. RGB value is (241,101,96). Sum of RGB (Red+Green+Blue) = 241+101+96=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F16560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16560 is #0E9A9F. Grayscale: #8E8E8E. Windows color (decimal): -957088 or 6317553. OLE color: 6317553.
HSL color Cylindrical-coordinate representation of color #F16560: hue angle of 2.07º 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 #F16560 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 96 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.05 |
| HSL | 2.07º | 0.84% | 0.66% | - |
| HSV(B) | 2.07º | 0.6% | 0.95% | - |
| XYZ | 43.04 | 28.85 | 14.37 | - |
| YUV | 142.29 | 101.88 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 96 | 0 | 0.58 | 0.60 | 0.05 | 2.07 | 0.84 | 0.66 |
| Hex | F1 | 65 | 60 | 0 | 3A | 3C | 5 | 2 | 54 | 42 |
| Octal | 361 | 145 | 140 | 0 | 72 | 74 | 5 | 2 | 124 | 102 |
| Binary | 11110001 | 1100101 | 1100000 | 0 | 111010 | 111100 | 101 | 10 | 1010100 | 1000010 |
Color Harmonies of #F16560
Complementary color
Monochromatic Colors of #F16560
Black with #F16560
Text Example
Text Example
White with #F16560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16560; }
p { color: rgb(241,101,96); }
H1.HeaderClassName
{
color: #F16560;
}
.AnyTagClassName
{
color: #F16560;
}
</style>
background-color css
<style>
a { background-color: #F16560; }
a { background-color: rgb(241,101,96); }
div.DivClassName
{
background-color: #F16560;
}
.BgClassName
{
background-color: #F16560;
}
</style>
border-color css
<style>
span { border-color: #F16560; }
span { border-color: rgb(241,101,96); }
td.TdClassName
{
border-color: #F16560;
}
.TagClassName
{
border-color: #F16560;
}
</style>