Shades of Bittersweet #F06F60
Tints of Bittersweet #F06F60
RGB
CMYK
RGB Variations
Color information
#F06F60 (or 0xF06F60) is known color: Bittersweet. HEX triplet: F0, 6F and 60. RGB value is (240,111,96). Sum of RGB (Red+Green+Blue) = 240+111+96=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06F60 is #0F909F. Grayscale: #949494. Windows color (decimal): -1020064 or 6320112. OLE color: 6320112.
HSL color Cylindrical-coordinate representation of color #F06F60: hue angle of 6.25º 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 #F06F60 is Cyan = 0, Magento = 0.54, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 96 | - |
| CMYK | 0 | 0.54 | 0.6 | 0.06 |
| HSL | 6.25º | 0.83% | 0.66% | - |
| HSV(B) | 6.25º | 0.6% | 0.94% | - |
| XYZ | 43.73 | 30.74 | 14.69 | - |
| YUV | 147.86 | 98.74 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 96 | 0 | 0.54 | 0.6 | 0.06 | 6.25 | 0.83 | 0.66 |
| Hex | F0 | 6F | 60 | 0 | 36 | 3C | 6 | 6 | 53 | 42 |
| Octal | 360 | 157 | 140 | 0 | 66 | 74 | 6 | 6 | 123 | 102 |
| Binary | 11110000 | 1101111 | 1100000 | 0 | 110110 | 111100 | 110 | 110 | 1010011 | 1000010 |
Color Harmonies of #F06F60
Complementary color
Monochromatic Colors of #F06F60
Black with #F06F60
Text Example
Text Example
White with #F06F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F60; }
p { color: rgb(240,111,96); }
H1.HeaderClassName
{
color: #F06F60;
}
.AnyTagClassName
{
color: #F06F60;
}
</style>
background-color css
<style>
a { background-color: #F06F60; }
a { background-color: rgb(240,111,96); }
div.DivClassName
{
background-color: #F06F60;
}
.BgClassName
{
background-color: #F06F60;
}
</style>
border-color css
<style>
span { border-color: #F06F60; }
span { border-color: rgb(240,111,96); }
td.TdClassName
{
border-color: #F06F60;
}
.TagClassName
{
border-color: #F06F60;
}
</style>