Shades of Bittersweet #F26D65
Tints of Bittersweet #F26D65
RGB
CMYK
RGB Variations
Color information
#F26D65 (or 0xF26D65) is known color: Bittersweet. HEX triplet: F2, 6D and 65. RGB value is (242,109,101). Sum of RGB (Red+Green+Blue) = 242+109+101=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26D65 is #0D929A. Grayscale: #949494. Windows color (decimal): -889499 or 6647282. OLE color: 6647282.
HSL color Cylindrical-coordinate representation of color #F26D65: hue angle of 3.4º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F26D65 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 101 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.05 |
| HSL | 3.4º | 0.84% | 0.67% | - |
| HSV(B) | 3.4º | 0.58% | 0.95% | - |
| XYZ | 44.44 | 30.75 | 15.91 | - |
| YUV | 147.86 | 101.56 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 101 | 0 | 0.55 | 0.58 | 0.05 | 3.4 | 0.84 | 0.67 |
| Hex | F2 | 6D | 65 | 0 | 37 | 3A | 5 | 3 | 54 | 43 |
| Octal | 362 | 155 | 145 | 0 | 67 | 72 | 5 | 3 | 124 | 103 |
| Binary | 11110010 | 1101101 | 1100101 | 0 | 110111 | 111010 | 101 | 11 | 1010100 | 1000011 |
Color Harmonies of #F26D65
Complementary color
Monochromatic Colors of #F26D65
Black with #F26D65
Text Example
Text Example
White with #F26D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D65; }
p { color: rgb(242,109,101); }
H1.HeaderClassName
{
color: #F26D65;
}
.AnyTagClassName
{
color: #F26D65;
}
</style>
background-color css
<style>
a { background-color: #F26D65; }
a { background-color: rgb(242,109,101); }
div.DivClassName
{
background-color: #F26D65;
}
.BgClassName
{
background-color: #F26D65;
}
</style>
border-color css
<style>
span { border-color: #F26D65; }
span { border-color: rgb(242,109,101); }
td.TdClassName
{
border-color: #F26D65;
}
.TagClassName
{
border-color: #F26D65;
}
</style>