Shades of Bittersweet #F96A60
Tints of Bittersweet #F96A60
RGB
CMYK
RGB Variations
Color information
#F96A60 (or 0xF96A60) is known color: Bittersweet. HEX triplet: F9, 6A and 60. RGB value is (249,106,96). Sum of RGB (Red+Green+Blue) = 249+106+96=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96A60 is #06959F. Grayscale: #939393. Windows color (decimal): -431520 or 6318841. OLE color: 6318841.
HSL color Cylindrical-coordinate representation of color #F96A60: hue angle of 3.92º 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 #F96A60 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 106 | 96 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.02 |
| HSL | 3.92º | 0.93% | 0.68% | - |
| HSV(B) | 3.92º | 0.61% | 0.98% | - |
| XYZ | 46.33 | 31.29 | 14.66 | - |
| YUV | 147.62 | 98.88 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 106 | 96 | 0 | 0.57 | 0.61 | 0.02 | 3.92 | 0.93 | 0.68 |
| Hex | F9 | 6A | 60 | 0 | 39 | 3D | 2 | 4 | 5D | 44 |
| Octal | 371 | 152 | 140 | 0 | 71 | 75 | 2 | 4 | 135 | 104 |
| Binary | 11111001 | 1101010 | 1100000 | 0 | 111001 | 111101 | 10 | 100 | 1011101 | 1000100 |
Color Harmonies of #F96A60
Complementary color
Monochromatic Colors of #F96A60
Black with #F96A60
Text Example
Text Example
White with #F96A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96A60; }
p { color: rgb(249,106,96); }
H1.HeaderClassName
{
color: #F96A60;
}
.AnyTagClassName
{
color: #F96A60;
}
</style>
background-color css
<style>
a { background-color: #F96A60; }
a { background-color: rgb(249,106,96); }
div.DivClassName
{
background-color: #F96A60;
}
.BgClassName
{
background-color: #F96A60;
}
</style>
border-color css
<style>
span { border-color: #F96A60; }
span { border-color: rgb(249,106,96); }
td.TdClassName
{
border-color: #F96A60;
}
.TagClassName
{
border-color: #F96A60;
}
</style>