Shades of Bittersweet #F06D60
Tints of Bittersweet #F06D60
RGB
CMYK
RGB Variations
Color information
#F06D60 (or 0xF06D60) is known color: Bittersweet. HEX triplet: F0, 6D and 60. RGB value is (240,109,96). Sum of RGB (Red+Green+Blue) = 240+109+96=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06D60 is #0F929F. Grayscale: #929292. Windows color (decimal): -1020576 or 6319600. OLE color: 6319600.
HSL color Cylindrical-coordinate representation of color #F06D60: hue angle of 5.42º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F06D60 is Cyan = 0, Magento = 0.55, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 96 | - |
| CMYK | 0 | 0.55 | 0.6 | 0.06 |
| HSL | 5.42º | 0.83% | 0.66% | - |
| HSV(B) | 5.42º | 0.6% | 0.94% | - |
| XYZ | 43.52 | 30.31 | 14.62 | - |
| YUV | 146.69 | 99.4 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 96 | 0 | 0.55 | 0.6 | 0.06 | 5.42 | 0.83 | 0.66 |
| Hex | F0 | 6D | 60 | 0 | 37 | 3C | 6 | 5 | 53 | 42 |
| Octal | 360 | 155 | 140 | 0 | 67 | 74 | 6 | 5 | 123 | 102 |
| Binary | 11110000 | 1101101 | 1100000 | 0 | 110111 | 111100 | 110 | 101 | 1010011 | 1000010 |
Color Harmonies of #F06D60
Complementary color
Monochromatic Colors of #F06D60
Black with #F06D60
Text Example
Text Example
White with #F06D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D60; }
p { color: rgb(240,109,96); }
H1.HeaderClassName
{
color: #F06D60;
}
.AnyTagClassName
{
color: #F06D60;
}
</style>
background-color css
<style>
a { background-color: #F06D60; }
a { background-color: rgb(240,109,96); }
div.DivClassName
{
background-color: #F06D60;
}
.BgClassName
{
background-color: #F06D60;
}
</style>
border-color css
<style>
span { border-color: #F06D60; }
span { border-color: rgb(240,109,96); }
td.TdClassName
{
border-color: #F06D60;
}
.TagClassName
{
border-color: #F06D60;
}
</style>