Shades of Bittersweet #F96865
Tints of Bittersweet #F96865
RGB
CMYK
RGB Variations
Color information
#F96865 (or 0xF96865) is known color: Bittersweet. HEX triplet: F9, 68 and 65. RGB value is (249,104,101). Sum of RGB (Red+Green+Blue) = 249+104+101=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F96865 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96865 is #06979A. Grayscale: #939393. Windows color (decimal): -432027 or 6646009. OLE color: 6646009.
HSL color Cylindrical-coordinate representation of color #F96865: hue angle of 1.22º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F96865 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 101 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.02 |
| HSL | 1.22º | 0.93% | 0.69% | - |
| HSV(B) | 1.22º | 0.59% | 0.98% | - |
| XYZ | 46.37 | 30.98 | 15.85 | - |
| YUV | 147.01 | 102.04 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 101 | 0 | 0.58 | 0.59 | 0.02 | 1.22 | 0.93 | 0.69 |
| Hex | F9 | 68 | 65 | 0 | 3A | 3B | 2 | 1 | 5C | 45 |
| Octal | 371 | 150 | 145 | 0 | 72 | 73 | 2 | 1 | 134 | 105 |
| Binary | 11111001 | 1101000 | 1100101 | 0 | 111010 | 111011 | 10 | 1 | 1011100 | 1000101 |
Color Harmonies of #F96865
Complementary color
Monochromatic Colors of #F96865
Black with #F96865
Text Example
Text Example
White with #F96865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96865; }
p { color: rgb(249,104,101); }
H1.HeaderClassName
{
color: #F96865;
}
.AnyTagClassName
{
color: #F96865;
}
</style>
background-color css
<style>
a { background-color: #F96865; }
a { background-color: rgb(249,104,101); }
div.DivClassName
{
background-color: #F96865;
}
.BgClassName
{
background-color: #F96865;
}
</style>
border-color css
<style>
span { border-color: #F96865; }
span { border-color: rgb(249,104,101); }
td.TdClassName
{
border-color: #F96865;
}
.TagClassName
{
border-color: #F96865;
}
</style>