Shades of Bittersweet #F06D68
Tints of Bittersweet #F06D68
RGB
CMYK
RGB Variations
Color information
#F06D68 (or 0xF06D68) is known color: Bittersweet. HEX triplet: F0, 6D and 68. RGB value is (240,109,104). Sum of RGB (Red+Green+Blue) = 240+109+104=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06D68 is #0F9297. Grayscale: #939393. Windows color (decimal): -1020568 or 6843888. OLE color: 6843888.
HSL color Cylindrical-coordinate representation of color #F06D68: hue angle of 2.21º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F06D68 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 104 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.06 |
| HSL | 2.21º | 0.82% | 0.67% | - |
| HSV(B) | 2.21º | 0.57% | 0.94% | - |
| XYZ | 43.9 | 30.46 | 16.66 | - |
| YUV | 147.6 | 103.4 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 104 | 0 | 0.55 | 0.57 | 0.06 | 2.21 | 0.82 | 0.67 |
| Hex | F0 | 6D | 68 | 0 | 37 | 39 | 6 | 2 | 52 | 43 |
| Octal | 360 | 155 | 150 | 0 | 67 | 71 | 6 | 2 | 122 | 103 |
| Binary | 11110000 | 1101101 | 1101000 | 0 | 110111 | 111001 | 110 | 10 | 1010010 | 1000011 |
Color Harmonies of #F06D68
Complementary color
Monochromatic Colors of #F06D68
Black with #F06D68
Text Example
Text Example
White with #F06D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D68; }
p { color: rgb(240,109,104); }
H1.HeaderClassName
{
color: #F06D68;
}
.AnyTagClassName
{
color: #F06D68;
}
</style>
background-color css
<style>
a { background-color: #F06D68; }
a { background-color: rgb(240,109,104); }
div.DivClassName
{
background-color: #F06D68;
}
.BgClassName
{
background-color: #F06D68;
}
</style>
border-color css
<style>
span { border-color: #F06D68; }
span { border-color: rgb(240,109,104); }
td.TdClassName
{
border-color: #F06D68;
}
.TagClassName
{
border-color: #F06D68;
}
</style>