Shades of Bittersweet #F16E5D
Tints of Bittersweet #F16E5D
RGB
CMYK
RGB Variations
Color information
#F16E5D (or 0xF16E5D) is known color: Bittersweet. HEX triplet: F1, 6E and 5D. RGB value is (241,110,93). Sum of RGB (Red+Green+Blue) = 241+110+93=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16E5D is #0E91A2. Grayscale: #939393. Windows color (decimal): -954787 or 6123249. OLE color: 6123249.
HSL color Cylindrical-coordinate representation of color #F16E5D: hue angle of 6.89º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F16E5D is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 93 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.05 |
| HSL | 6.89º | 0.84% | 0.65% | - |
| HSV(B) | 6.89º | 0.61% | 0.95% | - |
| XYZ | 43.83 | 30.64 | 13.96 | - |
| YUV | 147.23 | 97.4 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 93 | 0 | 0.54 | 0.61 | 0.05 | 6.89 | 0.84 | 0.65 |
| Hex | F1 | 6E | 5D | 0 | 36 | 3D | 5 | 7 | 54 | 41 |
| Octal | 361 | 156 | 135 | 0 | 66 | 75 | 5 | 7 | 124 | 101 |
| Binary | 11110001 | 1101110 | 1011101 | 0 | 110110 | 111101 | 101 | 111 | 1010100 | 1000001 |
Color Harmonies of #F16E5D
Complementary color
Monochromatic Colors of #F16E5D
Black with #F16E5D
Text Example
Text Example
White with #F16E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16E5D; }
p { color: rgb(241,110,93); }
H1.HeaderClassName
{
color: #F16E5D;
}
.AnyTagClassName
{
color: #F16E5D;
}
</style>
background-color css
<style>
a { background-color: #F16E5D; }
a { background-color: rgb(241,110,93); }
div.DivClassName
{
background-color: #F16E5D;
}
.BgClassName
{
background-color: #F16E5D;
}
</style>
border-color css
<style>
span { border-color: #F16E5D; }
span { border-color: rgb(241,110,93); }
td.TdClassName
{
border-color: #F16E5D;
}
.TagClassName
{
border-color: #F16E5D;
}
</style>