Shades of Bittersweet #F16B5D
Tints of Bittersweet #F16B5D
RGB
CMYK
RGB Variations
Color information
#F16B5D (or 0xF16B5D) is known color: Bittersweet. HEX triplet: F1, 6B and 5D. RGB value is (241,107,93). Sum of RGB (Red+Green+Blue) = 241+107+93=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16B5D is #0E94A2. Grayscale: #919191. Windows color (decimal): -955555 or 6122481. OLE color: 6122481.
HSL color Cylindrical-coordinate representation of color #F16B5D: hue angle of 5.68º 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 #F16B5D is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 93 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.05 |
| HSL | 5.68º | 0.84% | 0.65% | - |
| HSV(B) | 5.68º | 0.61% | 0.95% | - |
| XYZ | 43.51 | 30.01 | 13.85 | - |
| YUV | 145.47 | 98.39 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 93 | 0 | 0.56 | 0.61 | 0.05 | 5.68 | 0.84 | 0.65 |
| Hex | F1 | 6B | 5D | 0 | 38 | 3D | 5 | 6 | 54 | 41 |
| Octal | 361 | 153 | 135 | 0 | 70 | 75 | 5 | 6 | 124 | 101 |
| Binary | 11110001 | 1101011 | 1011101 | 0 | 111000 | 111101 | 101 | 110 | 1010100 | 1000001 |
Color Harmonies of #F16B5D
Complementary color
Monochromatic Colors of #F16B5D
Black with #F16B5D
Text Example
Text Example
White with #F16B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16B5D; }
p { color: rgb(241,107,93); }
H1.HeaderClassName
{
color: #F16B5D;
}
.AnyTagClassName
{
color: #F16B5D;
}
</style>
background-color css
<style>
a { background-color: #F16B5D; }
a { background-color: rgb(241,107,93); }
div.DivClassName
{
background-color: #F16B5D;
}
.BgClassName
{
background-color: #F16B5D;
}
</style>
border-color css
<style>
span { border-color: #F16B5D; }
span { border-color: rgb(241,107,93); }
td.TdClassName
{
border-color: #F16B5D;
}
.TagClassName
{
border-color: #F16B5D;
}
</style>