Shades of Bittersweet #F96867
Tints of Bittersweet #F96867
RGB
CMYK
RGB Variations
Color information
#F96867 (or 0xF96867) is known color: Bittersweet. HEX triplet: F9, 68 and 67. RGB value is (249,104,103). Sum of RGB (Red+Green+Blue) = 249+104+103=456 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.61% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 249 - color contains mainly: red. Hex color #F96867 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96867 is #069798. Grayscale: #939393. Windows color (decimal): -432025 or 6777081. OLE color: 6777081.
HSL color Cylindrical-coordinate representation of color #F96867: hue angle of 0.41º degrees, saturation: 0.92, 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 #F96867 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 103 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.02 |
| HSL | 0.41º | 0.92% | 0.69% | - |
| HSV(B) | 0.41º | 0.59% | 0.98% | - |
| XYZ | 46.47 | 31.02 | 16.37 | - |
| YUV | 147.24 | 103.04 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 103 | 0 | 0.58 | 0.59 | 0.02 | 0.41 | 0.92 | 0.69 |
| Hex | F9 | 68 | 67 | 0 | 3A | 3B | 2 | 0 | 5C | 45 |
| Octal | 371 | 150 | 147 | 0 | 72 | 73 | 2 | 0 | 134 | 105 |
| Binary | 11111001 | 1101000 | 1100111 | 0 | 111010 | 111011 | 10 | 0 | 1011100 | 1000101 |
Color Harmonies of #F96867
Complementary color
Monochromatic Colors of #F96867
Black with #F96867
Text Example
Text Example
White with #F96867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96867; }
p { color: rgb(249,104,103); }
H1.HeaderClassName
{
color: #F96867;
}
.AnyTagClassName
{
color: #F96867;
}
</style>
background-color css
<style>
a { background-color: #F96867; }
a { background-color: rgb(249,104,103); }
div.DivClassName
{
background-color: #F96867;
}
.BgClassName
{
background-color: #F96867;
}
</style>
border-color css
<style>
span { border-color: #F96867; }
span { border-color: rgb(249,104,103); }
td.TdClassName
{
border-color: #F96867;
}
.TagClassName
{
border-color: #F96867;
}
</style>