Shades of Bittersweet #F16756
Tints of Bittersweet #F16756
RGB
CMYK
RGB Variations
Color information
#F16756 (or 0xF16756) is known color: Bittersweet. HEX triplet: F1, 67 and 56. RGB value is (241,103,86). Sum of RGB (Red+Green+Blue) = 241+103+86=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F16756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16756 is #0E98A9. Grayscale: #8E8E8E. Windows color (decimal): -956586 or 5662705. OLE color: 5662705.
HSL color Cylindrical-coordinate representation of color #F16756: hue angle of 6.58º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F16756 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 86 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.05 |
| HSL | 6.58º | 0.85% | 0.64% | - |
| HSV(B) | 6.58º | 0.64% | 0.95% | - |
| XYZ | 42.81 | 29.07 | 12.16 | - |
| YUV | 142.32 | 96.22 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 86 | 0 | 0.57 | 0.64 | 0.05 | 6.58 | 0.85 | 0.64 |
| Hex | F1 | 67 | 56 | 0 | 39 | 40 | 5 | 7 | 55 | 40 |
| Octal | 361 | 147 | 126 | 0 | 71 | 100 | 5 | 7 | 125 | 100 |
| Binary | 11110001 | 1100111 | 1010110 | 0 | 111001 | 1000000 | 101 | 111 | 1010101 | 1000000 |
Color Harmonies of #F16756
Complementary color
Monochromatic Colors of #F16756
Black with #F16756
Text Example
Text Example
White with #F16756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16756; }
p { color: rgb(241,103,86); }
H1.HeaderClassName
{
color: #F16756;
}
.AnyTagClassName
{
color: #F16756;
}
</style>
background-color css
<style>
a { background-color: #F16756; }
a { background-color: rgb(241,103,86); }
div.DivClassName
{
background-color: #F16756;
}
.BgClassName
{
background-color: #F16756;
}
</style>
border-color css
<style>
span { border-color: #F16756; }
span { border-color: rgb(241,103,86); }
td.TdClassName
{
border-color: #F16756;
}
.TagClassName
{
border-color: #F16756;
}
</style>