Shades of Bittersweet #F16E5C
Tints of Bittersweet #F16E5C
RGB
CMYK
RGB Variations
Color information
#F16E5C (or 0xF16E5C) is known color: Bittersweet. HEX triplet: F1, 6E and 5C. RGB value is (241,110,92). Sum of RGB (Red+Green+Blue) = 241+110+92=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16E5C is #0E91A3. Grayscale: #939393. Windows color (decimal): -954788 or 6057713. OLE color: 6057713.
HSL color Cylindrical-coordinate representation of color #F16E5C: hue angle of 7.25º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F16E5C is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 110 | 92 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.05 |
| HSL | 7.25º | 0.84% | 0.65% | - |
| HSV(B) | 7.25º | 0.62% | 0.95% | - |
| XYZ | 43.78 | 30.63 | 13.73 | - |
| YUV | 147.12 | 96.9 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 110 | 92 | 0 | 0.54 | 0.62 | 0.05 | 7.25 | 0.84 | 0.65 |
| Hex | F1 | 6E | 5C | 0 | 36 | 3E | 5 | 7 | 54 | 41 |
| Octal | 361 | 156 | 134 | 0 | 66 | 76 | 5 | 7 | 124 | 101 |
| Binary | 11110001 | 1101110 | 1011100 | 0 | 110110 | 111110 | 101 | 111 | 1010100 | 1000001 |
Color Harmonies of #F16E5C
Complementary color
Monochromatic Colors of #F16E5C
Black with #F16E5C
Text Example
Text Example
White with #F16E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16E5C; }
p { color: rgb(241,110,92); }
H1.HeaderClassName
{
color: #F16E5C;
}
.AnyTagClassName
{
color: #F16E5C;
}
</style>
background-color css
<style>
a { background-color: #F16E5C; }
a { background-color: rgb(241,110,92); }
div.DivClassName
{
background-color: #F16E5C;
}
.BgClassName
{
background-color: #F16E5C;
}
</style>
border-color css
<style>
span { border-color: #F16E5C; }
span { border-color: rgb(241,110,92); }
td.TdClassName
{
border-color: #F16E5C;
}
.TagClassName
{
border-color: #F16E5C;
}
</style>