Shades of Bittersweet #F06E5B
Tints of Bittersweet #F06E5B
RGB
CMYK
RGB Variations
Color information
#F06E5B (or 0xF06E5B) is known color: Bittersweet. HEX triplet: F0, 6E and 5B. RGB value is (240,110,91). Sum of RGB (Red+Green+Blue) = 240+110+91=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06E5B is #0F91A4. Grayscale: #929292. Windows color (decimal): -1020325 or 5992176. OLE color: 5992176.
HSL color Cylindrical-coordinate representation of color #F06E5B: hue angle of 7.65º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F06E5B is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 91 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.06 |
| HSL | 7.65º | 0.83% | 0.65% | - |
| HSV(B) | 7.65º | 0.62% | 0.94% | - |
| XYZ | 43.4 | 30.43 | 13.48 | - |
| YUV | 146.7 | 96.57 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 91 | 0 | 0.54 | 0.62 | 0.06 | 7.65 | 0.83 | 0.65 |
| Hex | F0 | 6E | 5B | 0 | 36 | 3E | 6 | 8 | 53 | 41 |
| Octal | 360 | 156 | 133 | 0 | 66 | 76 | 6 | 10 | 123 | 101 |
| Binary | 11110000 | 1101110 | 1011011 | 0 | 110110 | 111110 | 110 | 1000 | 1010011 | 1000001 |
Color Harmonies of #F06E5B
Complementary color
Monochromatic Colors of #F06E5B
Black with #F06E5B
Text Example
Text Example
White with #F06E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06E5B; }
p { color: rgb(240,110,91); }
H1.HeaderClassName
{
color: #F06E5B;
}
.AnyTagClassName
{
color: #F06E5B;
}
</style>
background-color css
<style>
a { background-color: #F06E5B; }
a { background-color: rgb(240,110,91); }
div.DivClassName
{
background-color: #F06E5B;
}
.BgClassName
{
background-color: #F06E5B;
}
</style>
border-color css
<style>
span { border-color: #F06E5B; }
span { border-color: rgb(240,110,91); }
td.TdClassName
{
border-color: #F06E5B;
}
.TagClassName
{
border-color: #F06E5B;
}
</style>