Shades of Bittersweet #F06A67
Tints of Bittersweet #F06A67
RGB
CMYK
RGB Variations
Color information
#F06A67 (or 0xF06A67) is known color: Bittersweet. HEX triplet: F0, 6A and 67. RGB value is (240,106,103). Sum of RGB (Red+Green+Blue) = 240+106+103=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06A67 is #0F9598. Grayscale: #919191. Windows color (decimal): -1021337 or 6777584. OLE color: 6777584.
HSL color Cylindrical-coordinate representation of color #F06A67: hue angle of 1.31º 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 #F06A67 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 103 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.06 |
| HSL | 1.31º | 0.82% | 0.67% | - |
| HSV(B) | 1.31º | 0.57% | 0.94% | - |
| XYZ | 43.54 | 29.81 | 16.29 | - |
| YUV | 145.72 | 103.89 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 103 | 0 | 0.56 | 0.57 | 0.06 | 1.31 | 0.82 | 0.67 |
| Hex | F0 | 6A | 67 | 0 | 38 | 39 | 6 | 1 | 52 | 43 |
| Octal | 360 | 152 | 147 | 0 | 70 | 71 | 6 | 1 | 122 | 103 |
| Binary | 11110000 | 1101010 | 1100111 | 0 | 111000 | 111001 | 110 | 1 | 1010010 | 1000011 |
Color Harmonies of #F06A67
Complementary color
Monochromatic Colors of #F06A67
Black with #F06A67
Text Example
Text Example
White with #F06A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06A67; }
p { color: rgb(240,106,103); }
H1.HeaderClassName
{
color: #F06A67;
}
.AnyTagClassName
{
color: #F06A67;
}
</style>
background-color css
<style>
a { background-color: #F06A67; }
a { background-color: rgb(240,106,103); }
div.DivClassName
{
background-color: #F06A67;
}
.BgClassName
{
background-color: #F06A67;
}
</style>
border-color css
<style>
span { border-color: #F06A67; }
span { border-color: rgb(240,106,103); }
td.TdClassName
{
border-color: #F06A67;
}
.TagClassName
{
border-color: #F06A67;
}
</style>