Shades of Bittersweet #F96E60
Tints of Bittersweet #F96E60
RGB
CMYK
RGB Variations
Color information
#F96E60 (or 0xF96E60) is known color: Bittersweet. HEX triplet: F9, 6E and 60. RGB value is (249,110,96). Sum of RGB (Red+Green+Blue) = 249+110+96=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96E60 is #06919F. Grayscale: #969696. Windows color (decimal): -430496 or 6319865. OLE color: 6319865.
HSL color Cylindrical-coordinate representation of color #F96E60: hue angle of 5.49º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F96E60 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 110 | 96 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.02 |
| HSL | 5.49º | 0.93% | 0.68% | - |
| HSV(B) | 5.49º | 0.61% | 0.98% | - |
| XYZ | 46.75 | 32.14 | 14.81 | - |
| YUV | 149.97 | 97.55 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 110 | 96 | 0 | 0.56 | 0.61 | 0.02 | 5.49 | 0.93 | 0.68 |
| Hex | F9 | 6E | 60 | 0 | 38 | 3D | 2 | 5 | 5D | 44 |
| Octal | 371 | 156 | 140 | 0 | 70 | 75 | 2 | 5 | 135 | 104 |
| Binary | 11111001 | 1101110 | 1100000 | 0 | 111000 | 111101 | 10 | 101 | 1011101 | 1000100 |
Color Harmonies of #F96E60
Complementary color
Monochromatic Colors of #F96E60
Black with #F96E60
Text Example
Text Example
White with #F96E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96E60; }
p { color: rgb(249,110,96); }
H1.HeaderClassName
{
color: #F96E60;
}
.AnyTagClassName
{
color: #F96E60;
}
</style>
background-color css
<style>
a { background-color: #F96E60; }
a { background-color: rgb(249,110,96); }
div.DivClassName
{
background-color: #F96E60;
}
.BgClassName
{
background-color: #F96E60;
}
</style>
border-color css
<style>
span { border-color: #F96E60; }
span { border-color: rgb(249,110,96); }
td.TdClassName
{
border-color: #F96E60;
}
.TagClassName
{
border-color: #F96E60;
}
</style>