Shades of Bittersweet #F16557
Tints of Bittersweet #F16557
RGB
CMYK
RGB Variations
Color information
#F16557 (or 0xF16557) is known color: Bittersweet. HEX triplet: F1, 65 and 57. RGB value is (241,101,87). Sum of RGB (Red+Green+Blue) = 241+101+87=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F16557 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16557 is #0E9AA8. Grayscale: #8D8D8D. Windows color (decimal): -957097 or 5727729. OLE color: 5727729.
HSL color Cylindrical-coordinate representation of color #F16557: hue angle of 5.45º 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 #F16557 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 87 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.05 |
| HSL | 5.45º | 0.85% | 0.64% | - |
| HSV(B) | 5.45º | 0.64% | 0.95% | - |
| XYZ | 42.65 | 28.7 | 12.31 | - |
| YUV | 141.26 | 97.38 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 87 | 0 | 0.58 | 0.64 | 0.05 | 5.45 | 0.85 | 0.64 |
| Hex | F1 | 65 | 57 | 0 | 3A | 40 | 5 | 5 | 55 | 40 |
| Octal | 361 | 145 | 127 | 0 | 72 | 100 | 5 | 5 | 125 | 100 |
| Binary | 11110001 | 1100101 | 1010111 | 0 | 111010 | 1000000 | 101 | 101 | 1010101 | 1000000 |
Color Harmonies of #F16557
Complementary color
Monochromatic Colors of #F16557
Black with #F16557
Text Example
Text Example
White with #F16557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16557; }
p { color: rgb(241,101,87); }
H1.HeaderClassName
{
color: #F16557;
}
.AnyTagClassName
{
color: #F16557;
}
</style>
background-color css
<style>
a { background-color: #F16557; }
a { background-color: rgb(241,101,87); }
div.DivClassName
{
background-color: #F16557;
}
.BgClassName
{
background-color: #F16557;
}
</style>
border-color css
<style>
span { border-color: #F16557; }
span { border-color: rgb(241,101,87); }
td.TdClassName
{
border-color: #F16557;
}
.TagClassName
{
border-color: #F16557;
}
</style>