Shades of Bittersweet #F06666
Tints of Bittersweet #F06666
RGB
CMYK
RGB Variations
Color information
#F06666 (or 0xF06666) is known color: Bittersweet. HEX triplet: F0, 66 and 66. RGB value is (240,102,102). Sum of RGB (Red+Green+Blue) = 240+102+102=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F06666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06666 is #0F9999. Grayscale: #8F8F8F. Windows color (decimal): -1022362 or 6711024. OLE color: 6711024.
HSL color Cylindrical-coordinate representation of color #F06666: hue angle of 0º 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 #F06666 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 102 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.06 |
| HSL | 0º | 0.82% | 0.67% | - |
| HSV(B) | 0º | 0.58% | 0.94% | - |
| XYZ | 43.08 | 28.99 | 15.89 | - |
| YUV | 143.26 | 104.72 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 102 | 0 | 0.58 | 0.58 | 0.06 | 0 | 0.82 | 0.67 |
| Hex | F0 | 66 | 66 | 0 | 3A | 3A | 6 | 0 | 52 | 43 |
| Octal | 360 | 146 | 146 | 0 | 72 | 72 | 6 | 0 | 122 | 103 |
| Binary | 11110000 | 1100110 | 1100110 | 0 | 111010 | 111010 | 110 | 0 | 1010010 | 1000011 |
Color Harmonies of #F06666
Complementary color
Monochromatic Colors of #F06666
Black with #F06666
Text Example
Text Example
White with #F06666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06666; }
p { color: rgb(240,102,102); }
H1.HeaderClassName
{
color: #F06666;
}
.AnyTagClassName
{
color: #F06666;
}
</style>
background-color css
<style>
a { background-color: #F06666; }
a { background-color: rgb(240,102,102); }
div.DivClassName
{
background-color: #F06666;
}
.BgClassName
{
background-color: #F06666;
}
</style>
border-color css
<style>
span { border-color: #F06666; }
span { border-color: rgb(240,102,102); }
td.TdClassName
{
border-color: #F06666;
}
.TagClassName
{
border-color: #F06666;
}
</style>