Shades of Bittersweet #F4755E
Tints of Bittersweet #F4755E
RGB
CMYK
RGB Variations
Color information
#F4755E (or 0xF4755E) is known color: Bittersweet. HEX triplet: F4, 75 and 5E. RGB value is (244,117,94). Sum of RGB (Red+Green+Blue) = 244+117+94=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F4755E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4755E is #0B8AA1. Grayscale: #989898. Windows color (decimal): -756386 or 6190580. OLE color: 6190580.
HSL color Cylindrical-coordinate representation of color #F4755E: hue angle of 9.2º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F4755E is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 117 | 94 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.04 |
| HSL | 9.2º | 0.87% | 0.66% | - |
| HSV(B) | 9.2º | 0.61% | 0.96% | - |
| XYZ | 45.69 | 32.76 | 14.51 | - |
| YUV | 152.35 | 95.08 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 117 | 94 | 0 | 0.52 | 0.61 | 0.04 | 9.2 | 0.87 | 0.66 |
| Hex | F4 | 75 | 5E | 0 | 34 | 3D | 4 | 9 | 57 | 42 |
| Octal | 364 | 165 | 136 | 0 | 64 | 75 | 4 | 11 | 127 | 102 |
| Binary | 11110100 | 1110101 | 1011110 | 0 | 110100 | 111101 | 100 | 1001 | 1010111 | 1000010 |
Color Harmonies of #F4755E
Complementary color
Monochromatic Colors of #F4755E
Black with #F4755E
Text Example
Text Example
White with #F4755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4755E; }
p { color: rgb(244,117,94); }
H1.HeaderClassName
{
color: #F4755E;
}
.AnyTagClassName
{
color: #F4755E;
}
</style>
background-color css
<style>
a { background-color: #F4755E; }
a { background-color: rgb(244,117,94); }
div.DivClassName
{
background-color: #F4755E;
}
.BgClassName
{
background-color: #F4755E;
}
</style>
border-color css
<style>
span { border-color: #F4755E; }
span { border-color: rgb(244,117,94); }
td.TdClassName
{
border-color: #F4755E;
}
.TagClassName
{
border-color: #F4755E;
}
</style>