Shades of Bittersweet #F16B5C
Tints of Bittersweet #F16B5C
RGB
CMYK
RGB Variations
Color information
#F16B5C (or 0xF16B5C) is known color: Bittersweet. HEX triplet: F1, 6B and 5C. RGB value is (241,107,92). Sum of RGB (Red+Green+Blue) = 241+107+92=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16B5C is #0E94A3. Grayscale: #919191. Windows color (decimal): -955556 or 6056945. OLE color: 6056945.
HSL color Cylindrical-coordinate representation of color #F16B5C: hue angle of 6.04º 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 #F16B5C is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 92 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.05 |
| HSL | 6.04º | 0.84% | 0.65% | - |
| HSV(B) | 6.04º | 0.62% | 0.95% | - |
| XYZ | 43.47 | 29.99 | 13.62 | - |
| YUV | 145.36 | 97.89 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 92 | 0 | 0.56 | 0.62 | 0.05 | 6.04 | 0.84 | 0.65 |
| Hex | F1 | 6B | 5C | 0 | 38 | 3E | 5 | 6 | 54 | 41 |
| Octal | 361 | 153 | 134 | 0 | 70 | 76 | 5 | 6 | 124 | 101 |
| Binary | 11110001 | 1101011 | 1011100 | 0 | 111000 | 111110 | 101 | 110 | 1010100 | 1000001 |
Color Harmonies of #F16B5C
Complementary color
Monochromatic Colors of #F16B5C
Black with #F16B5C
Text Example
Text Example
White with #F16B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16B5C; }
p { color: rgb(241,107,92); }
H1.HeaderClassName
{
color: #F16B5C;
}
.AnyTagClassName
{
color: #F16B5C;
}
</style>
background-color css
<style>
a { background-color: #F16B5C; }
a { background-color: rgb(241,107,92); }
div.DivClassName
{
background-color: #F16B5C;
}
.BgClassName
{
background-color: #F16B5C;
}
</style>
border-color css
<style>
span { border-color: #F16B5C; }
span { border-color: rgb(241,107,92); }
td.TdClassName
{
border-color: #F16B5C;
}
.TagClassName
{
border-color: #F16B5C;
}
</style>