Shades of Bittersweet #F26756
Tints of Bittersweet #F26756
RGB
CMYK
RGB Variations
Color information
#F26756 (or 0xF26756) is known color: Bittersweet. HEX triplet: F2, 67 and 56. RGB value is (242,103,86). Sum of RGB (Red+Green+Blue) = 242+103+86=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F26756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26756 is #0D98A9. Grayscale: #8E8E8E. Windows color (decimal): -891050 or 5662706. OLE color: 5662706.
HSL color Cylindrical-coordinate representation of color #F26756: hue angle of 6.54º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F26756 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 86 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.05 |
| HSL | 6.54º | 0.86% | 0.64% | - |
| HSV(B) | 6.54º | 0.64% | 0.95% | - |
| XYZ | 43.15 | 29.25 | 12.18 | - |
| YUV | 142.62 | 96.05 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 86 | 0 | 0.57 | 0.64 | 0.05 | 6.54 | 0.86 | 0.64 |
| Hex | F2 | 67 | 56 | 0 | 39 | 40 | 5 | 7 | 56 | 40 |
| Octal | 362 | 147 | 126 | 0 | 71 | 100 | 5 | 7 | 126 | 100 |
| Binary | 11110010 | 1100111 | 1010110 | 0 | 111001 | 1000000 | 101 | 111 | 1010110 | 1000000 |
Color Harmonies of #F26756
Complementary color
Monochromatic Colors of #F26756
Black with #F26756
Text Example
Text Example
White with #F26756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26756; }
p { color: rgb(242,103,86); }
H1.HeaderClassName
{
color: #F26756;
}
.AnyTagClassName
{
color: #F26756;
}
</style>
background-color css
<style>
a { background-color: #F26756; }
a { background-color: rgb(242,103,86); }
div.DivClassName
{
background-color: #F26756;
}
.BgClassName
{
background-color: #F26756;
}
</style>
border-color css
<style>
span { border-color: #F26756; }
span { border-color: rgb(242,103,86); }
td.TdClassName
{
border-color: #F26756;
}
.TagClassName
{
border-color: #F26756;
}
</style>