Shades of Bittersweet #F16968
Tints of Bittersweet #F16968
RGB
CMYK
RGB Variations
Color information
#F16968 (or 0xF16968) is known color: Bittersweet. HEX triplet: F1, 69 and 68. RGB value is (241,105,104). Sum of RGB (Red+Green+Blue) = 241+105+104=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F16968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16968 is #0E9697. Grayscale: #919191. Windows color (decimal): -956056 or 6842865. OLE color: 6842865.
HSL color Cylindrical-coordinate representation of color #F16968: hue angle of 0.44º 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 #F16968 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 104 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.05 |
| HSL | 0.44º | 0.83% | 0.68% | - |
| HSV(B) | 0.44º | 0.57% | 0.95% | - |
| XYZ | 43.83 | 29.8 | 16.54 | - |
| YUV | 145.55 | 104.56 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 104 | 0 | 0.56 | 0.57 | 0.05 | 0.44 | 0.83 | 0.68 |
| Hex | F1 | 69 | 68 | 0 | 38 | 39 | 5 | 0 | 53 | 44 |
| Octal | 361 | 151 | 150 | 0 | 70 | 71 | 5 | 0 | 123 | 104 |
| Binary | 11110001 | 1101001 | 1101000 | 0 | 111000 | 111001 | 101 | 0 | 1010011 | 1000100 |
Color Harmonies of #F16968
Complementary color
Monochromatic Colors of #F16968
Black with #F16968
Text Example
Text Example
White with #F16968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16968; }
p { color: rgb(241,105,104); }
H1.HeaderClassName
{
color: #F16968;
}
.AnyTagClassName
{
color: #F16968;
}
</style>
background-color css
<style>
a { background-color: #F16968; }
a { background-color: rgb(241,105,104); }
div.DivClassName
{
background-color: #F16968;
}
.BgClassName
{
background-color: #F16968;
}
</style>
border-color css
<style>
span { border-color: #F16968; }
span { border-color: rgb(241,105,104); }
td.TdClassName
{
border-color: #F16968;
}
.TagClassName
{
border-color: #F16968;
}
</style>