Shades of Bittersweet #F16F5B
Tints of Bittersweet #F16F5B
RGB
CMYK
RGB Variations
Color information
#F16F5B (or 0xF16F5B) is known color: Bittersweet. HEX triplet: F1, 6F and 5B. RGB value is (241,111,91). Sum of RGB (Red+Green+Blue) = 241+111+91=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16F5B is #0E90A4. Grayscale: #939393. Windows color (decimal): -954533 or 5992433. OLE color: 5992433.
HSL color Cylindrical-coordinate representation of color #F16F5B: hue angle of 8º 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 #F16F5B is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 91 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.05 |
| HSL | 8º | 0.84% | 0.65% | - |
| HSV(B) | 8º | 0.62% | 0.95% | - |
| XYZ | 43.85 | 30.82 | 13.54 | - |
| YUV | 147.59 | 96.07 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 91 | 0 | 0.54 | 0.62 | 0.05 | 8 | 0.84 | 0.65 |
| Hex | F1 | 6F | 5B | 0 | 36 | 3E | 5 | 8 | 54 | 41 |
| Octal | 361 | 157 | 133 | 0 | 66 | 76 | 5 | 10 | 124 | 101 |
| Binary | 11110001 | 1101111 | 1011011 | 0 | 110110 | 111110 | 101 | 1000 | 1010100 | 1000001 |
Color Harmonies of #F16F5B
Complementary color
Monochromatic Colors of #F16F5B
Black with #F16F5B
Text Example
Text Example
White with #F16F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F5B; }
p { color: rgb(241,111,91); }
H1.HeaderClassName
{
color: #F16F5B;
}
.AnyTagClassName
{
color: #F16F5B;
}
</style>
background-color css
<style>
a { background-color: #F16F5B; }
a { background-color: rgb(241,111,91); }
div.DivClassName
{
background-color: #F16F5B;
}
.BgClassName
{
background-color: #F16F5B;
}
</style>
border-color css
<style>
span { border-color: #F16F5B; }
span { border-color: rgb(241,111,91); }
td.TdClassName
{
border-color: #F16F5B;
}
.TagClassName
{
border-color: #F16F5B;
}
</style>