Shades of Bittersweet #F77268
Tints of Bittersweet #F77268
RGB
CMYK
RGB Variations
Color information
#F77268 (or 0xF77268) is known color: Bittersweet. HEX triplet: F7, 72 and 68. RGB value is (247,114,104). Sum of RGB (Red+Green+Blue) = 247+114+104=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F77268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77268 is #088D97. Grayscale: #989898. Windows color (decimal): -560536 or 6845175. OLE color: 6845175.
HSL color Cylindrical-coordinate representation of color #F77268: hue angle of 4.2º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F77268 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 104 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.03 |
| HSL | 4.2º | 0.9% | 0.69% | - |
| HSV(B) | 4.2º | 0.58% | 0.97% | - |
| XYZ | 46.87 | 32.81 | 16.96 | - |
| YUV | 152.63 | 100.56 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 104 | 0 | 0.54 | 0.58 | 0.03 | 4.2 | 0.9 | 0.69 |
| Hex | F7 | 72 | 68 | 0 | 36 | 3A | 3 | 4 | 5A | 45 |
| Octal | 367 | 162 | 150 | 0 | 66 | 72 | 3 | 4 | 132 | 105 |
| Binary | 11110111 | 1110010 | 1101000 | 0 | 110110 | 111010 | 11 | 100 | 1011010 | 1000101 |
Color Harmonies of #F77268
Complementary color
Monochromatic Colors of #F77268
Black with #F77268
Text Example
Text Example
White with #F77268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77268; }
p { color: rgb(247,114,104); }
H1.HeaderClassName
{
color: #F77268;
}
.AnyTagClassName
{
color: #F77268;
}
</style>
background-color css
<style>
a { background-color: #F77268; }
a { background-color: rgb(247,114,104); }
div.DivClassName
{
background-color: #F77268;
}
.BgClassName
{
background-color: #F77268;
}
</style>
border-color css
<style>
span { border-color: #F77268; }
span { border-color: rgb(247,114,104); }
td.TdClassName
{
border-color: #F77268;
}
.TagClassName
{
border-color: #F77268;
}
</style>