Shades of Bittersweet #F96C6C
Tints of Bittersweet #F96C6C
RGB
CMYK
RGB Variations
Color information
#F96C6C (or 0xF96C6C) is known color: Bittersweet. HEX triplet: F9, 6C and 6C. RGB value is (249,108,108). Sum of RGB (Red+Green+Blue) = 249+108+108=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96C6C is #069393. Grayscale: #969696. Windows color (decimal): -430996 or 7105785. OLE color: 7105785.
HSL color Cylindrical-coordinate representation of color #F96C6C: hue angle of 0º 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 #F96C6C is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 108 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.02 |
| HSL | 0º | 0.92% | 0.7% | - |
| HSV(B) | 0º | 0.57% | 0.98% | - |
| XYZ | 47.14 | 31.95 | 17.87 | - |
| YUV | 150.16 | 104.21 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 108 | 0 | 0.57 | 0.57 | 0.02 | 0 | 0.92 | 0.7 |
| Hex | F9 | 6C | 6C | 0 | 39 | 39 | 2 | 0 | 5C | 46 |
| Octal | 371 | 154 | 154 | 0 | 71 | 71 | 2 | 0 | 134 | 106 |
| Binary | 11111001 | 1101100 | 1101100 | 0 | 111001 | 111001 | 10 | 0 | 1011100 | 1000110 |
Color Harmonies of #F96C6C
Complementary color
Monochromatic Colors of #F96C6C
Black with #F96C6C
Text Example
Text Example
White with #F96C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96C6C; }
p { color: rgb(249,108,108); }
H1.HeaderClassName
{
color: #F96C6C;
}
.AnyTagClassName
{
color: #F96C6C;
}
</style>
background-color css
<style>
a { background-color: #F96C6C; }
a { background-color: rgb(249,108,108); }
div.DivClassName
{
background-color: #F96C6C;
}
.BgClassName
{
background-color: #F96C6C;
}
</style>
border-color css
<style>
span { border-color: #F96C6C; }
span { border-color: rgb(249,108,108); }
td.TdClassName
{
border-color: #F96C6C;
}
.TagClassName
{
border-color: #F96C6C;
}
</style>