Shades of Bittersweet #F77265
Tints of Bittersweet #F77265
RGB
CMYK
RGB Variations
Color information
#F77265 (or 0xF77265) is known color: Bittersweet. HEX triplet: F7, 72 and 65. RGB value is (247,114,101). Sum of RGB (Red+Green+Blue) = 247+114+101=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F77265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77265 is #088D9A. Grayscale: #989898. Windows color (decimal): -560539 or 6648567. OLE color: 6648567.
HSL color Cylindrical-coordinate representation of color #F77265: hue angle of 5.34º 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 #F77265 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 101 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.03 |
| HSL | 5.34º | 0.9% | 0.68% | - |
| HSV(B) | 5.34º | 0.59% | 0.97% | - |
| XYZ | 46.72 | 32.75 | 16.17 | - |
| YUV | 152.29 | 99.06 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 101 | 0 | 0.54 | 0.59 | 0.03 | 5.34 | 0.9 | 0.68 |
| Hex | F7 | 72 | 65 | 0 | 36 | 3B | 3 | 5 | 5A | 44 |
| Octal | 367 | 162 | 145 | 0 | 66 | 73 | 3 | 5 | 132 | 104 |
| Binary | 11110111 | 1110010 | 1100101 | 0 | 110110 | 111011 | 11 | 101 | 1011010 | 1000100 |
Color Harmonies of #F77265
Complementary color
Monochromatic Colors of #F77265
Black with #F77265
Text Example
Text Example
White with #F77265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77265; }
p { color: rgb(247,114,101); }
H1.HeaderClassName
{
color: #F77265;
}
.AnyTagClassName
{
color: #F77265;
}
</style>
background-color css
<style>
a { background-color: #F77265; }
a { background-color: rgb(247,114,101); }
div.DivClassName
{
background-color: #F77265;
}
.BgClassName
{
background-color: #F77265;
}
</style>
border-color css
<style>
span { border-color: #F77265; }
span { border-color: rgb(247,114,101); }
td.TdClassName
{
border-color: #F77265;
}
.TagClassName
{
border-color: #F77265;
}
</style>