Shades of Bittersweet #F96F5B
Tints of Bittersweet #F96F5B
RGB
CMYK
RGB Variations
Color information
#F96F5B (or 0xF96F5B) is known color: Bittersweet. HEX triplet: F9, 6F and 5B. RGB value is (249,111,91). Sum of RGB (Red+Green+Blue) = 249+111+91=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96F5B is #0690A4. Grayscale: #969696. Windows color (decimal): -430245 or 5992441. OLE color: 5992441.
HSL color Cylindrical-coordinate representation of color #F96F5B: hue angle of 7.59º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F96F5B is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 111 | 91 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.02 |
| HSL | 7.59º | 0.93% | 0.67% | - |
| HSV(B) | 7.59º | 0.63% | 0.98% | - |
| XYZ | 46.64 | 32.26 | 13.67 | - |
| YUV | 149.98 | 94.72 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 111 | 91 | 0 | 0.55 | 0.63 | 0.02 | 7.59 | 0.93 | 0.67 |
| Hex | F9 | 6F | 5B | 0 | 37 | 3F | 2 | 8 | 5D | 43 |
| Octal | 371 | 157 | 133 | 0 | 67 | 77 | 2 | 10 | 135 | 103 |
| Binary | 11111001 | 1101111 | 1011011 | 0 | 110111 | 111111 | 10 | 1000 | 1011101 | 1000011 |
Color Harmonies of #F96F5B
Complementary color
Monochromatic Colors of #F96F5B
Black with #F96F5B
Text Example
Text Example
White with #F96F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96F5B; }
p { color: rgb(249,111,91); }
H1.HeaderClassName
{
color: #F96F5B;
}
.AnyTagClassName
{
color: #F96F5B;
}
</style>
background-color css
<style>
a { background-color: #F96F5B; }
a { background-color: rgb(249,111,91); }
div.DivClassName
{
background-color: #F96F5B;
}
.BgClassName
{
background-color: #F96F5B;
}
</style>
border-color css
<style>
span { border-color: #F96F5B; }
span { border-color: rgb(249,111,91); }
td.TdClassName
{
border-color: #F96F5B;
}
.TagClassName
{
border-color: #F96F5B;
}
</style>