Shades of Bittersweet #F56862
Tints of Bittersweet #F56862
RGB
CMYK
RGB Variations
Color information
#F56862 (or 0xF56862) is known color: Bittersweet. HEX triplet: F5, 68 and 62. RGB value is (245,104,98). Sum of RGB (Red+Green+Blue) = 245+104+98=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F56862 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56862 is #0A979D. Grayscale: #919191. Windows color (decimal): -694174 or 6449397. OLE color: 6449397.
HSL color Cylindrical-coordinate representation of color #F56862: hue angle of 2.45º 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 #F56862 is Cyan = 0, Magento = 0.58, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 98 | - |
| CMYK | 0 | 0.58 | 0.6 | 0.04 |
| HSL | 2.45º | 0.88% | 0.67% | - |
| HSV(B) | 2.45º | 0.6% | 0.96% | - |
| XYZ | 44.81 | 30.19 | 15.02 | - |
| YUV | 145.48 | 101.21 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 98 | 0 | 0.58 | 0.6 | 0.04 | 2.45 | 0.88 | 0.67 |
| Hex | F5 | 68 | 62 | 0 | 3A | 3C | 4 | 2 | 58 | 43 |
| Octal | 365 | 150 | 142 | 0 | 72 | 74 | 4 | 2 | 130 | 103 |
| Binary | 11110101 | 1101000 | 1100010 | 0 | 111010 | 111100 | 100 | 10 | 1011000 | 1000011 |
Color Harmonies of #F56862
Complementary color
Monochromatic Colors of #F56862
Black with #F56862
Text Example
Text Example
White with #F56862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56862; }
p { color: rgb(245,104,98); }
H1.HeaderClassName
{
color: #F56862;
}
.AnyTagClassName
{
color: #F56862;
}
</style>
background-color css
<style>
a { background-color: #F56862; }
a { background-color: rgb(245,104,98); }
div.DivClassName
{
background-color: #F56862;
}
.BgClassName
{
background-color: #F56862;
}
</style>
border-color css
<style>
span { border-color: #F56862; }
span { border-color: rgb(245,104,98); }
td.TdClassName
{
border-color: #F56862;
}
.TagClassName
{
border-color: #F56862;
}
</style>