Shades of Bittersweet #F47960
Tints of Bittersweet #F47960
RGB
CMYK
RGB Variations
Color information
#F47960 (or 0xF47960) is known color: Bittersweet. HEX triplet: F4, 79 and 60. RGB value is (244,121,96). Sum of RGB (Red+Green+Blue) = 244+121+96=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F47960 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47960 is #0B869F. Grayscale: #9B9B9B. Windows color (decimal): -755360 or 6322676. OLE color: 6322676.
HSL color Cylindrical-coordinate representation of color #F47960: hue angle of 10.14º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F47960 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 121 | 96 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.04 |
| HSL | 10.14º | 0.87% | 0.67% | - |
| HSV(B) | 10.14º | 0.61% | 0.96% | - |
| XYZ | 46.26 | 33.75 | 15.14 | - |
| YUV | 154.93 | 94.75 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 121 | 96 | 0 | 0.50 | 0.61 | 0.04 | 10.14 | 0.87 | 0.67 |
| Hex | F4 | 79 | 60 | 0 | 32 | 3D | 4 | A | 57 | 43 |
| Octal | 364 | 171 | 140 | 0 | 62 | 75 | 4 | 12 | 127 | 103 |
| Binary | 11110100 | 1111001 | 1100000 | 0 | 110010 | 111101 | 100 | 1010 | 1010111 | 1000011 |
Color Harmonies of #F47960
Complementary color
Monochromatic Colors of #F47960
Black with #F47960
Text Example
Text Example
White with #F47960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47960; }
p { color: rgb(244,121,96); }
H1.HeaderClassName
{
color: #F47960;
}
.AnyTagClassName
{
color: #F47960;
}
</style>
background-color css
<style>
a { background-color: #F47960; }
a { background-color: rgb(244,121,96); }
div.DivClassName
{
background-color: #F47960;
}
.BgClassName
{
background-color: #F47960;
}
</style>
border-color css
<style>
span { border-color: #F47960; }
span { border-color: rgb(244,121,96); }
td.TdClassName
{
border-color: #F47960;
}
.TagClassName
{
border-color: #F47960;
}
</style>