Shades of Bittersweet #F45E5B
Tints of Bittersweet #F45E5B
RGB
CMYK
RGB Variations
Color information
#F45E5B (or 0xF45E5B) is known color: Bittersweet. HEX triplet: F4, 5E and 5B. RGB value is (244,94,91). Sum of RGB (Red+Green+Blue) = 244+94+91=429 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.88% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 244 - color contains mainly: red. Hex color #F45E5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45E5B is #0BA1A4. Grayscale: #8A8A8A. Windows color (decimal): -762277 or 5988084. OLE color: 5988084.
HSL color Cylindrical-coordinate representation of color #F45E5B: hue angle of 1.18º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45E5B is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 94 | 91 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.04 |
| HSL | 1.18º | 0.87% | 0.66% | - |
| HSV(B) | 1.18º | 0.63% | 0.96% | - |
| XYZ | 43.2 | 27.99 | 13.02 | - |
| YUV | 138.51 | 101.2 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 94 | 91 | 0 | 0.61 | 0.63 | 0.04 | 1.18 | 0.87 | 0.66 |
| Hex | F4 | 5E | 5B | 0 | 3D | 3F | 4 | 1 | 57 | 42 |
| Octal | 364 | 136 | 133 | 0 | 75 | 77 | 4 | 1 | 127 | 102 |
| Binary | 11110100 | 1011110 | 1011011 | 0 | 111101 | 111111 | 100 | 1 | 1010111 | 1000010 |
Color Harmonies of #F45E5B
Complementary color
Monochromatic Colors of #F45E5B
Black with #F45E5B
Text Example
Text Example
White with #F45E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45E5B; }
p { color: rgb(244,94,91); }
H1.HeaderClassName
{
color: #F45E5B;
}
.AnyTagClassName
{
color: #F45E5B;
}
</style>
background-color css
<style>
a { background-color: #F45E5B; }
a { background-color: rgb(244,94,91); }
div.DivClassName
{
background-color: #F45E5B;
}
.BgClassName
{
background-color: #F45E5B;
}
</style>
border-color css
<style>
span { border-color: #F45E5B; }
span { border-color: rgb(244,94,91); }
td.TdClassName
{
border-color: #F45E5B;
}
.TagClassName
{
border-color: #F45E5B;
}
</style>