Shades of Bittersweet #F76F65
Tints of Bittersweet #F76F65
RGB
CMYK
RGB Variations
Color information
#F76F65 (or 0xF76F65) is known color: Bittersweet. HEX triplet: F7, 6F and 65. RGB value is (247,111,101). Sum of RGB (Red+Green+Blue) = 247+111+101=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F76F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76F65 is #08909A. Grayscale: #969696. Windows color (decimal): -561307 or 6647799. OLE color: 6647799.
HSL color Cylindrical-coordinate representation of color #F76F65: hue angle of 4.11º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F76F65 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 111 | 101 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.03 |
| HSL | 4.11º | 0.9% | 0.68% | - |
| HSV(B) | 4.11º | 0.59% | 0.97% | - |
| XYZ | 46.39 | 32.08 | 16.06 | - |
| YUV | 150.52 | 100.06 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 111 | 101 | 0 | 0.55 | 0.59 | 0.03 | 4.11 | 0.9 | 0.68 |
| Hex | F7 | 6F | 65 | 0 | 37 | 3B | 3 | 4 | 5A | 44 |
| Octal | 367 | 157 | 145 | 0 | 67 | 73 | 3 | 4 | 132 | 104 |
| Binary | 11110111 | 1101111 | 1100101 | 0 | 110111 | 111011 | 11 | 100 | 1011010 | 1000100 |
Color Harmonies of #F76F65
Complementary color
Monochromatic Colors of #F76F65
Black with #F76F65
Text Example
Text Example
White with #F76F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76F65; }
p { color: rgb(247,111,101); }
H1.HeaderClassName
{
color: #F76F65;
}
.AnyTagClassName
{
color: #F76F65;
}
</style>
background-color css
<style>
a { background-color: #F76F65; }
a { background-color: rgb(247,111,101); }
div.DivClassName
{
background-color: #F76F65;
}
.BgClassName
{
background-color: #F76F65;
}
</style>
border-color css
<style>
span { border-color: #F76F65; }
span { border-color: rgb(247,111,101); }
td.TdClassName
{
border-color: #F76F65;
}
.TagClassName
{
border-color: #F76F65;
}
</style>