Shades of Bittersweet #F37760
Tints of Bittersweet #F37760
RGB
CMYK
RGB Variations
Color information
#F37760 (or 0xF37760) is known color: Bittersweet. HEX triplet: F3, 77 and 60. RGB value is (243,119,96). Sum of RGB (Red+Green+Blue) = 243+119+96=458 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.06% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 243 - color contains mainly: red. Hex color #F37760 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37760 is #0C889F. Grayscale: #999999. Windows color (decimal): -821408 or 6322163. OLE color: 6322163.
HSL color Cylindrical-coordinate representation of color #F37760: hue angle of 9.39º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F37760 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 119 | 96 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.05 |
| HSL | 9.39º | 0.86% | 0.66% | - |
| HSV(B) | 9.39º | 0.6% | 0.95% | - |
| XYZ | 45.67 | 33.09 | 15.05 | - |
| YUV | 153.45 | 95.58 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 119 | 96 | 0 | 0.51 | 0.60 | 0.05 | 9.39 | 0.86 | 0.66 |
| Hex | F3 | 77 | 60 | 0 | 33 | 3C | 5 | 9 | 56 | 42 |
| Octal | 363 | 167 | 140 | 0 | 63 | 74 | 5 | 11 | 126 | 102 |
| Binary | 11110011 | 1110111 | 1100000 | 0 | 110011 | 111100 | 101 | 1001 | 1010110 | 1000010 |
Color Harmonies of #F37760
Complementary color
Monochromatic Colors of #F37760
Black with #F37760
Text Example
Text Example
White with #F37760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37760; }
p { color: rgb(243,119,96); }
H1.HeaderClassName
{
color: #F37760;
}
.AnyTagClassName
{
color: #F37760;
}
</style>
background-color css
<style>
a { background-color: #F37760; }
a { background-color: rgb(243,119,96); }
div.DivClassName
{
background-color: #F37760;
}
.BgClassName
{
background-color: #F37760;
}
</style>
border-color css
<style>
span { border-color: #F37760; }
span { border-color: rgb(243,119,96); }
td.TdClassName
{
border-color: #F37760;
}
.TagClassName
{
border-color: #F37760;
}
</style>