Shades of Bittersweet #F16956
Tints of Bittersweet #F16956
RGB
CMYK
RGB Variations
Color information
#F16956 (or 0xF16956) is known color: Bittersweet. HEX triplet: F1, 69 and 56. RGB value is (241,105,86). Sum of RGB (Red+Green+Blue) = 241+105+86=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F16956 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16956 is #0E96A9. Grayscale: #8F8F8F. Windows color (decimal): -956074 or 5663217. OLE color: 5663217.
HSL color Cylindrical-coordinate representation of color #F16956: hue angle of 7.35º 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 #F16956 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 86 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.05 |
| HSL | 7.35º | 0.85% | 0.64% | - |
| HSV(B) | 7.35º | 0.64% | 0.95% | - |
| XYZ | 43.01 | 29.48 | 12.23 | - |
| YUV | 143.5 | 95.56 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 86 | 0 | 0.56 | 0.64 | 0.05 | 7.35 | 0.85 | 0.64 |
| Hex | F1 | 69 | 56 | 0 | 38 | 40 | 5 | 7 | 55 | 40 |
| Octal | 361 | 151 | 126 | 0 | 70 | 100 | 5 | 7 | 125 | 100 |
| Binary | 11110001 | 1101001 | 1010110 | 0 | 111000 | 1000000 | 101 | 111 | 1010101 | 1000000 |
Color Harmonies of #F16956
Complementary color
Monochromatic Colors of #F16956
Black with #F16956
Text Example
Text Example
White with #F16956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16956; }
p { color: rgb(241,105,86); }
H1.HeaderClassName
{
color: #F16956;
}
.AnyTagClassName
{
color: #F16956;
}
</style>
background-color css
<style>
a { background-color: #F16956; }
a { background-color: rgb(241,105,86); }
div.DivClassName
{
background-color: #F16956;
}
.BgClassName
{
background-color: #F16956;
}
</style>
border-color css
<style>
span { border-color: #F16956; }
span { border-color: rgb(241,105,86); }
td.TdClassName
{
border-color: #F16956;
}
.TagClassName
{
border-color: #F16956;
}
</style>