Shades of Bittersweet #F06060
Tints of Bittersweet #F06060
RGB
CMYK
RGB Variations
Color information
#F06060 (or 0xF06060) is known color: Bittersweet. HEX triplet: F0, 60 and 60. RGB value is (240,96,96). Sum of RGB (Red+Green+Blue) = 240+96+96=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F06060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06060 is #0F9F9F. Grayscale: #8B8B8B. Windows color (decimal): -1023904 or 6316272. OLE color: 6316272.
HSL color Cylindrical-coordinate representation of color #F06060: hue angle of 0º 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 #F06060 is Cyan = 0, Magento = 0.6, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 96 | - |
| CMYK | 0 | 0.6 | 0.6 | 0.06 |
| HSL | 0º | 0.83% | 0.66% | - |
| HSV(B) | 0º | 0.6% | 0.94% | - |
| XYZ | 42.23 | 27.74 | 14.19 | - |
| YUV | 139.06 | 103.71 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 96 | 0 | 0.6 | 0.6 | 0.06 | 0 | 0.83 | 0.66 |
| Hex | F0 | 60 | 60 | 0 | 3C | 3C | 6 | 0 | 53 | 42 |
| Octal | 360 | 140 | 140 | 0 | 74 | 74 | 6 | 0 | 123 | 102 |
| Binary | 11110000 | 1100000 | 1100000 | 0 | 111100 | 111100 | 110 | 0 | 1010011 | 1000010 |
Color Harmonies of #F06060
Complementary color
Monochromatic Colors of #F06060
Black with #F06060
Text Example
Text Example
White with #F06060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06060; }
p { color: rgb(240,96,96); }
H1.HeaderClassName
{
color: #F06060;
}
.AnyTagClassName
{
color: #F06060;
}
</style>
background-color css
<style>
a { background-color: #F06060; }
a { background-color: rgb(240,96,96); }
div.DivClassName
{
background-color: #F06060;
}
.BgClassName
{
background-color: #F06060;
}
</style>
border-color css
<style>
span { border-color: #F06060; }
span { border-color: rgb(240,96,96); }
td.TdClassName
{
border-color: #F06060;
}
.TagClassName
{
border-color: #F06060;
}
</style>