Shades of Bittersweet #F56863
Tints of Bittersweet #F56863
RGB
CMYK
RGB Variations
Color information
#F56863 (or 0xF56863) is known color: Bittersweet. HEX triplet: F5, 68 and 63. RGB value is (245,104,99). Sum of RGB (Red+Green+Blue) = 245+104+99=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 99 (39.06% from 255 or 22.10% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F56863 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56863 is #0A979C. Grayscale: #919191. Windows color (decimal): -694173 or 6514933. OLE color: 6514933.
HSL color Cylindrical-coordinate representation of color #F56863: hue angle of 2.05º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F56863 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 99 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.04 |
| HSL | 2.05º | 0.88% | 0.67% | - |
| HSV(B) | 2.05º | 0.6% | 0.96% | - |
| XYZ | 44.86 | 30.21 | 15.27 | - |
| YUV | 145.59 | 101.71 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 99 | 0 | 0.58 | 0.60 | 0.04 | 2.05 | 0.88 | 0.67 |
| Hex | F5 | 68 | 63 | 0 | 3A | 3C | 4 | 2 | 58 | 43 |
| Octal | 365 | 150 | 143 | 0 | 72 | 74 | 4 | 2 | 130 | 103 |
| Binary | 11110101 | 1101000 | 1100011 | 0 | 111010 | 111100 | 100 | 10 | 1011000 | 1000011 |
Color Harmonies of #F56863
Complementary color
Monochromatic Colors of #F56863
Black with #F56863
Text Example
Text Example
White with #F56863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56863; }
p { color: rgb(245,104,99); }
H1.HeaderClassName
{
color: #F56863;
}
.AnyTagClassName
{
color: #F56863;
}
</style>
background-color css
<style>
a { background-color: #F56863; }
a { background-color: rgb(245,104,99); }
div.DivClassName
{
background-color: #F56863;
}
.BgClassName
{
background-color: #F56863;
}
</style>
border-color css
<style>
span { border-color: #F56863; }
span { border-color: rgb(245,104,99); }
td.TdClassName
{
border-color: #F56863;
}
.TagClassName
{
border-color: #F56863;
}
</style>