Shades of Bittersweet #F96A69
Tints of Bittersweet #F96A69
RGB
CMYK
RGB Variations
Color information
#F96A69 (or 0xF96A69) is known color: Bittersweet. HEX triplet: F9, 6A and 69. RGB value is (249,106,105). Sum of RGB (Red+Green+Blue) = 249+106+105=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96A69 is #069596. Grayscale: #949494. Windows color (decimal): -431511 or 6908665. OLE color: 6908665.
HSL color Cylindrical-coordinate representation of color #F96A69: hue angle of 0.42º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F96A69 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 106 | 105 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.02 |
| HSL | 0.42º | 0.92% | 0.69% | - |
| HSV(B) | 0.42º | 0.58% | 0.98% | - |
| XYZ | 46.77 | 31.47 | 16.97 | - |
| YUV | 148.64 | 103.38 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 106 | 105 | 0 | 0.57 | 0.58 | 0.02 | 0.42 | 0.92 | 0.69 |
| Hex | F9 | 6A | 69 | 0 | 39 | 3A | 2 | 0 | 5C | 45 |
| Octal | 371 | 152 | 151 | 0 | 71 | 72 | 2 | 0 | 134 | 105 |
| Binary | 11111001 | 1101010 | 1101001 | 0 | 111001 | 111010 | 10 | 0 | 1011100 | 1000101 |
Color Harmonies of #F96A69
Complementary color
Monochromatic Colors of #F96A69
Black with #F96A69
Text Example
Text Example
White with #F96A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96A69; }
p { color: rgb(249,106,105); }
H1.HeaderClassName
{
color: #F96A69;
}
.AnyTagClassName
{
color: #F96A69;
}
</style>
background-color css
<style>
a { background-color: #F96A69; }
a { background-color: rgb(249,106,105); }
div.DivClassName
{
background-color: #F96A69;
}
.BgClassName
{
background-color: #F96A69;
}
</style>
border-color css
<style>
span { border-color: #F96A69; }
span { border-color: rgb(249,106,105); }
td.TdClassName
{
border-color: #F96A69;
}
.TagClassName
{
border-color: #F96A69;
}
</style>