Shades of Bittersweet #F06E5C
Tints of Bittersweet #F06E5C
RGB
CMYK
RGB Variations
Color information
#F06E5C (or 0xF06E5C) is known color: Bittersweet. HEX triplet: F0, 6E and 5C. RGB value is (240,110,92). Sum of RGB (Red+Green+Blue) = 240+110+92=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06E5C is #0F91A3. Grayscale: #939393. Windows color (decimal): -1020324 or 6057712. OLE color: 6057712.
HSL color Cylindrical-coordinate representation of color #F06E5C: hue angle of 7.3º 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 #F06E5C is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 92 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.06 |
| HSL | 7.3º | 0.83% | 0.65% | - |
| HSV(B) | 7.3º | 0.62% | 0.94% | - |
| XYZ | 43.44 | 30.45 | 13.71 | - |
| YUV | 146.82 | 97.07 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 92 | 0 | 0.54 | 0.62 | 0.06 | 7.3 | 0.83 | 0.65 |
| Hex | F0 | 6E | 5C | 0 | 36 | 3E | 6 | 7 | 53 | 41 |
| Octal | 360 | 156 | 134 | 0 | 66 | 76 | 6 | 7 | 123 | 101 |
| Binary | 11110000 | 1101110 | 1011100 | 0 | 110110 | 111110 | 110 | 111 | 1010011 | 1000001 |
Color Harmonies of #F06E5C
Complementary color
Monochromatic Colors of #F06E5C
Black with #F06E5C
Text Example
Text Example
White with #F06E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06E5C; }
p { color: rgb(240,110,92); }
H1.HeaderClassName
{
color: #F06E5C;
}
.AnyTagClassName
{
color: #F06E5C;
}
</style>
background-color css
<style>
a { background-color: #F06E5C; }
a { background-color: rgb(240,110,92); }
div.DivClassName
{
background-color: #F06E5C;
}
.BgClassName
{
background-color: #F06E5C;
}
</style>
border-color css
<style>
span { border-color: #F06E5C; }
span { border-color: rgb(240,110,92); }
td.TdClassName
{
border-color: #F06E5C;
}
.TagClassName
{
border-color: #F06E5C;
}
</style>