Shades of Bittersweet #F66666
Tints of Bittersweet #F66666
RGB
CMYK
RGB Variations
Color information
#F66666 (or 0xF66666) is known color: Bittersweet. HEX triplet: F6, 66 and 66. RGB value is (246,102,102). Sum of RGB (Red+Green+Blue) = 246+102+102=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F66666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66666 is #099999. Grayscale: #919191. Windows color (decimal): -629146 or 6711030. OLE color: 6711030.
HSL color Cylindrical-coordinate representation of color #F66666: hue angle of 0º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F66666 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 102 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.04 |
| HSL | 0º | 0.89% | 0.68% | - |
| HSV(B) | 0º | 0.59% | 0.96% | - |
| XYZ | 45.16 | 30.05 | 15.99 | - |
| YUV | 145.06 | 103.71 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 102 | 0 | 0.59 | 0.59 | 0.04 | 0 | 0.89 | 0.68 |
| Hex | F6 | 66 | 66 | 0 | 3B | 3B | 4 | 0 | 59 | 44 |
| Octal | 366 | 146 | 146 | 0 | 73 | 73 | 4 | 0 | 131 | 104 |
| Binary | 11110110 | 1100110 | 1100110 | 0 | 111011 | 111011 | 100 | 0 | 1011001 | 1000100 |
Color Harmonies of #F66666
Complementary color
Monochromatic Colors of #F66666
Black with #F66666
Text Example
Text Example
White with #F66666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66666; }
p { color: rgb(246,102,102); }
H1.HeaderClassName
{
color: #F66666;
}
.AnyTagClassName
{
color: #F66666;
}
</style>
background-color css
<style>
a { background-color: #F66666; }
a { background-color: rgb(246,102,102); }
div.DivClassName
{
background-color: #F66666;
}
.BgClassName
{
background-color: #F66666;
}
</style>
border-color css
<style>
span { border-color: #F66666; }
span { border-color: rgb(246,102,102); }
td.TdClassName
{
border-color: #F66666;
}
.TagClassName
{
border-color: #F66666;
}
</style>