Shades of Bittersweet #F16F5D
Tints of Bittersweet #F16F5D
RGB
CMYK
RGB Variations
Color information
#F16F5D (or 0xF16F5D) is known color: Bittersweet. HEX triplet: F1, 6F and 5D. RGB value is (241,111,93). Sum of RGB (Red+Green+Blue) = 241+111+93=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16F5D is #0E90A2. Grayscale: #949494. Windows color (decimal): -954531 or 6123505. OLE color: 6123505.
HSL color Cylindrical-coordinate representation of color #F16F5D: hue angle of 7.3º 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 #F16F5D is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 93 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.05 |
| HSL | 7.3º | 0.84% | 0.65% | - |
| HSV(B) | 7.3º | 0.61% | 0.95% | - |
| XYZ | 43.94 | 30.86 | 14 | - |
| YUV | 147.82 | 97.07 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 93 | 0 | 0.54 | 0.61 | 0.05 | 7.3 | 0.84 | 0.65 |
| Hex | F1 | 6F | 5D | 0 | 36 | 3D | 5 | 7 | 54 | 41 |
| Octal | 361 | 157 | 135 | 0 | 66 | 75 | 5 | 7 | 124 | 101 |
| Binary | 11110001 | 1101111 | 1011101 | 0 | 110110 | 111101 | 101 | 111 | 1010100 | 1000001 |
Color Harmonies of #F16F5D
Complementary color
Monochromatic Colors of #F16F5D
Black with #F16F5D
Text Example
Text Example
White with #F16F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F5D; }
p { color: rgb(241,111,93); }
H1.HeaderClassName
{
color: #F16F5D;
}
.AnyTagClassName
{
color: #F16F5D;
}
</style>
background-color css
<style>
a { background-color: #F16F5D; }
a { background-color: rgb(241,111,93); }
div.DivClassName
{
background-color: #F16F5D;
}
.BgClassName
{
background-color: #F16F5D;
}
</style>
border-color css
<style>
span { border-color: #F16F5D; }
span { border-color: rgb(241,111,93); }
td.TdClassName
{
border-color: #F16F5D;
}
.TagClassName
{
border-color: #F16F5D;
}
</style>