Shades of Bittersweet #F16C5D
Tints of Bittersweet #F16C5D
RGB
CMYK
RGB Variations
Color information
#F16C5D (or 0xF16C5D) is known color: Bittersweet. HEX triplet: F1, 6C and 5D. RGB value is (241,108,93). Sum of RGB (Red+Green+Blue) = 241+108+93=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16C5D is #0E93A2. Grayscale: #929292. Windows color (decimal): -955299 or 6122737. OLE color: 6122737.
HSL color Cylindrical-coordinate representation of color #F16C5D: hue angle of 6.08º 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 #F16C5D is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 93 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.05 |
| HSL | 6.08º | 0.84% | 0.65% | - |
| HSV(B) | 6.08º | 0.61% | 0.95% | - |
| XYZ | 43.61 | 30.22 | 13.89 | - |
| YUV | 146.06 | 98.06 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 93 | 0 | 0.55 | 0.61 | 0.05 | 6.08 | 0.84 | 0.65 |
| Hex | F1 | 6C | 5D | 0 | 37 | 3D | 5 | 6 | 54 | 41 |
| Octal | 361 | 154 | 135 | 0 | 67 | 75 | 5 | 6 | 124 | 101 |
| Binary | 11110001 | 1101100 | 1011101 | 0 | 110111 | 111101 | 101 | 110 | 1010100 | 1000001 |
Color Harmonies of #F16C5D
Complementary color
Monochromatic Colors of #F16C5D
Black with #F16C5D
Text Example
Text Example
White with #F16C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16C5D; }
p { color: rgb(241,108,93); }
H1.HeaderClassName
{
color: #F16C5D;
}
.AnyTagClassName
{
color: #F16C5D;
}
</style>
background-color css
<style>
a { background-color: #F16C5D; }
a { background-color: rgb(241,108,93); }
div.DivClassName
{
background-color: #F16C5D;
}
.BgClassName
{
background-color: #F16C5D;
}
</style>
border-color css
<style>
span { border-color: #F16C5D; }
span { border-color: rgb(241,108,93); }
td.TdClassName
{
border-color: #F16C5D;
}
.TagClassName
{
border-color: #F16C5D;
}
</style>