Shades of Bittersweet #F96E6B
Tints of Bittersweet #F96E6B
RGB
CMYK
RGB Variations
Color information
#F96E6B (or 0xF96E6B) is known color: Bittersweet. HEX triplet: F9, 6E and 6B. RGB value is (249,110,107). Sum of RGB (Red+Green+Blue) = 249+110+107=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96E6B is #069194. Grayscale: #979797. Windows color (decimal): -430485 or 7040761. OLE color: 7040761.
HSL color Cylindrical-coordinate representation of color #F96E6B: hue angle of 1.27º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96E6B is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 110 | 107 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.02 |
| HSL | 1.27º | 0.92% | 0.7% | - |
| HSV(B) | 1.27º | 0.57% | 0.98% | - |
| XYZ | 47.3 | 32.35 | 17.66 | - |
| YUV | 151.22 | 103.05 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 110 | 107 | 0 | 0.56 | 0.57 | 0.02 | 1.27 | 0.92 | 0.7 |
| Hex | F9 | 6E | 6B | 0 | 38 | 39 | 2 | 1 | 5C | 46 |
| Octal | 371 | 156 | 153 | 0 | 70 | 71 | 2 | 1 | 134 | 106 |
| Binary | 11111001 | 1101110 | 1101011 | 0 | 111000 | 111001 | 10 | 1 | 1011100 | 1000110 |
Color Harmonies of #F96E6B
Complementary color
Monochromatic Colors of #F96E6B
Black with #F96E6B
Text Example
Text Example
White with #F96E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96E6B; }
p { color: rgb(249,110,107); }
H1.HeaderClassName
{
color: #F96E6B;
}
.AnyTagClassName
{
color: #F96E6B;
}
</style>
background-color css
<style>
a { background-color: #F96E6B; }
a { background-color: rgb(249,110,107); }
div.DivClassName
{
background-color: #F96E6B;
}
.BgClassName
{
background-color: #F96E6B;
}
</style>
border-color css
<style>
span { border-color: #F96E6B; }
span { border-color: rgb(249,110,107); }
td.TdClassName
{
border-color: #F96E6B;
}
.TagClassName
{
border-color: #F96E6B;
}
</style>