Shades of Bittersweet #F56964
Tints of Bittersweet #F56964
RGB
CMYK
RGB Variations
Color information
#F56964 (or 0xF56964) is known color: Bittersweet. HEX triplet: F5, 69 and 64. RGB value is (245,105,100). Sum of RGB (Red+Green+Blue) = 245+105+100=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F56964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56964 is #0A969B. Grayscale: #929292. Windows color (decimal): -693916 or 6580725. OLE color: 6580725.
HSL color Cylindrical-coordinate representation of color #F56964: hue angle of 2.07º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F56964 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 100 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.04 |
| HSL | 2.07º | 0.88% | 0.68% | - |
| HSV(B) | 2.07º | 0.59% | 0.96% | - |
| XYZ | 45.01 | 30.44 | 15.56 | - |
| YUV | 146.29 | 101.88 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 100 | 0 | 0.57 | 0.59 | 0.04 | 2.07 | 0.88 | 0.68 |
| Hex | F5 | 69 | 64 | 0 | 39 | 3B | 4 | 2 | 58 | 44 |
| Octal | 365 | 151 | 144 | 0 | 71 | 73 | 4 | 2 | 130 | 104 |
| Binary | 11110101 | 1101001 | 1100100 | 0 | 111001 | 111011 | 100 | 10 | 1011000 | 1000100 |
Color Harmonies of #F56964
Complementary color
Monochromatic Colors of #F56964
Black with #F56964
Text Example
Text Example
White with #F56964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56964; }
p { color: rgb(245,105,100); }
H1.HeaderClassName
{
color: #F56964;
}
.AnyTagClassName
{
color: #F56964;
}
</style>
background-color css
<style>
a { background-color: #F56964; }
a { background-color: rgb(245,105,100); }
div.DivClassName
{
background-color: #F56964;
}
.BgClassName
{
background-color: #F56964;
}
</style>
border-color css
<style>
span { border-color: #F56964; }
span { border-color: rgb(245,105,100); }
td.TdClassName
{
border-color: #F56964;
}
.TagClassName
{
border-color: #F56964;
}
</style>