Shades of Bittersweet #F96959
Tints of Bittersweet #F96959
RGB
CMYK
RGB Variations
Color information
#F96959 (or 0xF96959) is known color: Bittersweet. HEX triplet: F9, 69 and 59. RGB value is (249,105,89). Sum of RGB (Red+Green+Blue) = 249+105+89=443 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.21% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 249 - color contains mainly: red. Hex color #F96959 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96959 is #0696A6. Grayscale: #929292. Windows color (decimal): -431783 or 5859833. OLE color: 5859833.
HSL color Cylindrical-coordinate representation of color #F96959: hue angle of 6º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F96959 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 89 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.02 |
| HSL | 6º | 0.93% | 0.66% | - |
| HSV(B) | 6º | 0.64% | 0.98% | - |
| XYZ | 45.92 | 30.96 | 13.01 | - |
| YUV | 146.23 | 95.71 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 89 | 0 | 0.58 | 0.64 | 0.02 | 6 | 0.93 | 0.66 |
| Hex | F9 | 69 | 59 | 0 | 3A | 40 | 2 | 6 | 5D | 42 |
| Octal | 371 | 151 | 131 | 0 | 72 | 100 | 2 | 6 | 135 | 102 |
| Binary | 11111001 | 1101001 | 1011001 | 0 | 111010 | 1000000 | 10 | 110 | 1011101 | 1000010 |
Color Harmonies of #F96959
Complementary color
Monochromatic Colors of #F96959
Black with #F96959
Text Example
Text Example
White with #F96959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96959; }
p { color: rgb(249,105,89); }
H1.HeaderClassName
{
color: #F96959;
}
.AnyTagClassName
{
color: #F96959;
}
</style>
background-color css
<style>
a { background-color: #F96959; }
a { background-color: rgb(249,105,89); }
div.DivClassName
{
background-color: #F96959;
}
.BgClassName
{
background-color: #F96959;
}
</style>
border-color css
<style>
span { border-color: #F96959; }
span { border-color: rgb(249,105,89); }
td.TdClassName
{
border-color: #F96959;
}
.TagClassName
{
border-color: #F96959;
}
</style>