Shades of Bittersweet #F16960
Tints of Bittersweet #F16960
RGB
CMYK
RGB Variations
Color information
#F16960 (or 0xF16960) is known color: Bittersweet. HEX triplet: F1, 69 and 60. RGB value is (241,105,96). Sum of RGB (Red+Green+Blue) = 241+105+96=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F16960 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16960 is #0E969F. Grayscale: #909090. Windows color (decimal): -956064 or 6318577. OLE color: 6318577.
HSL color Cylindrical-coordinate representation of color #F16960: hue angle of 3.72º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16960 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 96 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.05 |
| HSL | 3.72º | 0.84% | 0.66% | - |
| HSV(B) | 3.72º | 0.6% | 0.95% | - |
| XYZ | 43.44 | 29.65 | 14.5 | - |
| YUV | 144.64 | 100.56 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 96 | 0 | 0.56 | 0.60 | 0.05 | 3.72 | 0.84 | 0.66 |
| Hex | F1 | 69 | 60 | 0 | 38 | 3C | 5 | 4 | 54 | 42 |
| Octal | 361 | 151 | 140 | 0 | 70 | 74 | 5 | 4 | 124 | 102 |
| Binary | 11110001 | 1101001 | 1100000 | 0 | 111000 | 111100 | 101 | 100 | 1010100 | 1000010 |
Color Harmonies of #F16960
Complementary color
Monochromatic Colors of #F16960
Black with #F16960
Text Example
Text Example
White with #F16960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16960; }
p { color: rgb(241,105,96); }
H1.HeaderClassName
{
color: #F16960;
}
.AnyTagClassName
{
color: #F16960;
}
</style>
background-color css
<style>
a { background-color: #F16960; }
a { background-color: rgb(241,105,96); }
div.DivClassName
{
background-color: #F16960;
}
.BgClassName
{
background-color: #F16960;
}
</style>
border-color css
<style>
span { border-color: #F16960; }
span { border-color: rgb(241,105,96); }
td.TdClassName
{
border-color: #F16960;
}
.TagClassName
{
border-color: #F16960;
}
</style>