Shades of Bittersweet #F76D51
Tints of Bittersweet #F76D51
RGB
CMYK
RGB Variations
Color information
#F76D51 (or 0xF76D51) is known color: Bittersweet. HEX triplet: F7, 6D and 51. RGB value is (247,109,81). Sum of RGB (Red+Green+Blue) = 247+109+81=437 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.52% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 247 - color contains mainly: red. Hex color #F76D51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76D51 is #0892AE. Grayscale: #939393. Windows color (decimal): -561839 or 5336567. OLE color: 5336567.
HSL color Cylindrical-coordinate representation of color #F76D51: hue angle of 10.12º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F76D51 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 109 | 81 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.03 |
| HSL | 10.12º | 0.91% | 0.64% | - |
| HSV(B) | 10.12º | 0.67% | 0.97% | - |
| XYZ | 45.31 | 31.31 | 11.44 | - |
| YUV | 147.07 | 90.72 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 109 | 81 | 0 | 0.56 | 0.67 | 0.03 | 10.12 | 0.91 | 0.64 |
| Hex | F7 | 6D | 51 | 0 | 38 | 43 | 3 | A | 5B | 40 |
| Octal | 367 | 155 | 121 | 0 | 70 | 103 | 3 | 12 | 133 | 100 |
| Binary | 11110111 | 1101101 | 1010001 | 0 | 111000 | 1000011 | 11 | 1010 | 1011011 | 1000000 |
Color Harmonies of #F76D51
Complementary color
Monochromatic Colors of #F76D51
Black with #F76D51
Text Example
Text Example
White with #F76D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76D51; }
p { color: rgb(247,109,81); }
H1.HeaderClassName
{
color: #F76D51;
}
.AnyTagClassName
{
color: #F76D51;
}
</style>
background-color css
<style>
a { background-color: #F76D51; }
a { background-color: rgb(247,109,81); }
div.DivClassName
{
background-color: #F76D51;
}
.BgClassName
{
background-color: #F76D51;
}
</style>
border-color css
<style>
span { border-color: #F76D51; }
span { border-color: rgb(247,109,81); }
td.TdClassName
{
border-color: #F76D51;
}
.TagClassName
{
border-color: #F76D51;
}
</style>