Shades of Bittersweet #F06D67
Tints of Bittersweet #F06D67
RGB
CMYK
RGB Variations
Color information
#F06D67 (or 0xF06D67) is known color: Bittersweet. HEX triplet: F0, 6D and 67. RGB value is (240,109,103). Sum of RGB (Red+Green+Blue) = 240+109+103=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 103 (40.62% from 255 or 22.79% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06D67 is #0F9298. Grayscale: #939393. Windows color (decimal): -1020569 or 6778352. OLE color: 6778352.
HSL color Cylindrical-coordinate representation of color #F06D67: hue angle of 2.63º 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 #F06D67 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 103 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.06 |
| HSL | 2.63º | 0.82% | 0.67% | - |
| HSV(B) | 2.63º | 0.57% | 0.94% | - |
| XYZ | 43.85 | 30.44 | 16.4 | - |
| YUV | 147.49 | 102.9 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 103 | 0 | 0.55 | 0.57 | 0.06 | 2.63 | 0.82 | 0.67 |
| Hex | F0 | 6D | 67 | 0 | 37 | 39 | 6 | 3 | 52 | 43 |
| Octal | 360 | 155 | 147 | 0 | 67 | 71 | 6 | 3 | 122 | 103 |
| Binary | 11110000 | 1101101 | 1100111 | 0 | 110111 | 111001 | 110 | 11 | 1010010 | 1000011 |
Color Harmonies of #F06D67
Complementary color
Monochromatic Colors of #F06D67
Black with #F06D67
Text Example
Text Example
White with #F06D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D67; }
p { color: rgb(240,109,103); }
H1.HeaderClassName
{
color: #F06D67;
}
.AnyTagClassName
{
color: #F06D67;
}
</style>
background-color css
<style>
a { background-color: #F06D67; }
a { background-color: rgb(240,109,103); }
div.DivClassName
{
background-color: #F06D67;
}
.BgClassName
{
background-color: #F06D67;
}
</style>
border-color css
<style>
span { border-color: #F06D67; }
span { border-color: rgb(240,109,103); }
td.TdClassName
{
border-color: #F06D67;
}
.TagClassName
{
border-color: #F06D67;
}
</style>