Shades of Bittersweet #F17760
Tints of Bittersweet #F17760
RGB
CMYK
RGB Variations
Color information
#F17760 (or 0xF17760) is known color: Bittersweet. HEX triplet: F1, 77 and 60. RGB value is (241,119,96). Sum of RGB (Red+Green+Blue) = 241+119+96=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F17760 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17760 is #0E889F. Grayscale: #999999. Windows color (decimal): -952480 or 6322161. OLE color: 6322161.
HSL color Cylindrical-coordinate representation of color #F17760: hue angle of 9.52º 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 #F17760 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 96 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.05 |
| HSL | 9.52º | 0.84% | 0.66% | - |
| HSV(B) | 9.52º | 0.6% | 0.95% | - |
| XYZ | 44.98 | 32.74 | 15.01 | - |
| YUV | 152.86 | 95.92 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 96 | 0 | 0.51 | 0.60 | 0.05 | 9.52 | 0.84 | 0.66 |
| Hex | F1 | 77 | 60 | 0 | 33 | 3C | 5 | A | 54 | 42 |
| Octal | 361 | 167 | 140 | 0 | 63 | 74 | 5 | 12 | 124 | 102 |
| Binary | 11110001 | 1110111 | 1100000 | 0 | 110011 | 111100 | 101 | 1010 | 1010100 | 1000010 |
Color Harmonies of #F17760
Complementary color
Monochromatic Colors of #F17760
Black with #F17760
Text Example
Text Example
White with #F17760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17760; }
p { color: rgb(241,119,96); }
H1.HeaderClassName
{
color: #F17760;
}
.AnyTagClassName
{
color: #F17760;
}
</style>
background-color css
<style>
a { background-color: #F17760; }
a { background-color: rgb(241,119,96); }
div.DivClassName
{
background-color: #F17760;
}
.BgClassName
{
background-color: #F17760;
}
</style>
border-color css
<style>
span { border-color: #F17760; }
span { border-color: rgb(241,119,96); }
td.TdClassName
{
border-color: #F17760;
}
.TagClassName
{
border-color: #F17760;
}
</style>