Shades of Bittersweet #F16F68
Tints of Bittersweet #F16F68
RGB
CMYK
RGB Variations
Color information
#F16F68 (or 0xF16F68) is known color: Bittersweet. HEX triplet: F1, 6F and 68. RGB value is (241,111,104). Sum of RGB (Red+Green+Blue) = 241+111+104=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16F68 is #0E9097. Grayscale: #959595. Windows color (decimal): -954520 or 6844401. OLE color: 6844401.
HSL color Cylindrical-coordinate representation of color #F16F68: hue angle of 3.07º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F16F68 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 104 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.05 |
| HSL | 3.07º | 0.83% | 0.68% | - |
| HSV(B) | 3.07º | 0.57% | 0.95% | - |
| XYZ | 44.46 | 31.07 | 16.75 | - |
| YUV | 149.07 | 102.57 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 104 | 0 | 0.54 | 0.57 | 0.05 | 3.07 | 0.83 | 0.68 |
| Hex | F1 | 6F | 68 | 0 | 36 | 39 | 5 | 3 | 53 | 44 |
| Octal | 361 | 157 | 150 | 0 | 66 | 71 | 5 | 3 | 123 | 104 |
| Binary | 11110001 | 1101111 | 1101000 | 0 | 110110 | 111001 | 101 | 11 | 1010011 | 1000100 |
Color Harmonies of #F16F68
Complementary color
Monochromatic Colors of #F16F68
Black with #F16F68
Text Example
Text Example
White with #F16F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F68; }
p { color: rgb(241,111,104); }
H1.HeaderClassName
{
color: #F16F68;
}
.AnyTagClassName
{
color: #F16F68;
}
</style>
background-color css
<style>
a { background-color: #F16F68; }
a { background-color: rgb(241,111,104); }
div.DivClassName
{
background-color: #F16F68;
}
.BgClassName
{
background-color: #F16F68;
}
</style>
border-color css
<style>
span { border-color: #F16F68; }
span { border-color: rgb(241,111,104); }
td.TdClassName
{
border-color: #F16F68;
}
.TagClassName
{
border-color: #F16F68;
}
</style>