Shades of Bittersweet #F96864
Tints of Bittersweet #F96864
RGB
CMYK
RGB Variations
Color information
#F96864 (or 0xF96864) is known color: Bittersweet. HEX triplet: F9, 68 and 64. RGB value is (249,104,100). Sum of RGB (Red+Green+Blue) = 249+104+100=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F96864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96864 is #06979B. Grayscale: #939393. Windows color (decimal): -432028 or 6580473. OLE color: 6580473.
HSL color Cylindrical-coordinate representation of color #F96864: hue angle of 1.61º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F96864 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 100 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.02 |
| HSL | 1.61º | 0.93% | 0.68% | - |
| HSV(B) | 1.61º | 0.6% | 0.98% | - |
| XYZ | 46.32 | 30.96 | 15.59 | - |
| YUV | 146.9 | 101.54 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 100 | 0 | 0.58 | 0.60 | 0.02 | 1.61 | 0.93 | 0.68 |
| Hex | F9 | 68 | 64 | 0 | 3A | 3C | 2 | 2 | 5D | 44 |
| Octal | 371 | 150 | 144 | 0 | 72 | 74 | 2 | 2 | 135 | 104 |
| Binary | 11111001 | 1101000 | 1100100 | 0 | 111010 | 111100 | 10 | 10 | 1011101 | 1000100 |
Color Harmonies of #F96864
Complementary color
Monochromatic Colors of #F96864
Black with #F96864
Text Example
Text Example
White with #F96864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96864; }
p { color: rgb(249,104,100); }
H1.HeaderClassName
{
color: #F96864;
}
.AnyTagClassName
{
color: #F96864;
}
</style>
background-color css
<style>
a { background-color: #F96864; }
a { background-color: rgb(249,104,100); }
div.DivClassName
{
background-color: #F96864;
}
.BgClassName
{
background-color: #F96864;
}
</style>
border-color css
<style>
span { border-color: #F96864; }
span { border-color: rgb(249,104,100); }
td.TdClassName
{
border-color: #F96864;
}
.TagClassName
{
border-color: #F96864;
}
</style>