Shades of Bittersweet #F96F50
Tints of Bittersweet #F96F50
RGB
CMYK
RGB Variations
Color information
#F96F50 (or 0xF96F50) is known color: Bittersweet. HEX triplet: F9, 6F and 50. RGB value is (249,111,80). Sum of RGB (Red+Green+Blue) = 249+111+80=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96F50 is #0690AF. Grayscale: #949494. Windows color (decimal): -430256 or 5271545. OLE color: 5271545.
HSL color Cylindrical-coordinate representation of color #F96F50: hue angle of 11.01º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F96F50 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 111 | 80 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.02 |
| HSL | 11.01º | 0.93% | 0.65% | - |
| HSV(B) | 11.01º | 0.68% | 0.98% | - |
| XYZ | 46.2 | 32.09 | 11.35 | - |
| YUV | 148.73 | 89.22 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 111 | 80 | 0 | 0.55 | 0.68 | 0.02 | 11.01 | 0.93 | 0.65 |
| Hex | F9 | 6F | 50 | 0 | 37 | 44 | 2 | B | 5D | 41 |
| Octal | 371 | 157 | 120 | 0 | 67 | 104 | 2 | 13 | 135 | 101 |
| Binary | 11111001 | 1101111 | 1010000 | 0 | 110111 | 1000100 | 10 | 1011 | 1011101 | 1000001 |
Color Harmonies of #F96F50
Complementary color
Monochromatic Colors of #F96F50
Black with #F96F50
Text Example
Text Example
White with #F96F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96F50; }
p { color: rgb(249,111,80); }
H1.HeaderClassName
{
color: #F96F50;
}
.AnyTagClassName
{
color: #F96F50;
}
</style>
background-color css
<style>
a { background-color: #F96F50; }
a { background-color: rgb(249,111,80); }
div.DivClassName
{
background-color: #F96F50;
}
.BgClassName
{
background-color: #F96F50;
}
</style>
border-color css
<style>
span { border-color: #F96F50; }
span { border-color: rgb(249,111,80); }
td.TdClassName
{
border-color: #F96F50;
}
.TagClassName
{
border-color: #F96F50;
}
</style>