Shades of Bittersweet #F26956
Tints of Bittersweet #F26956
RGB
CMYK
RGB Variations
Color information
#F26956 (or 0xF26956) is known color: Bittersweet. HEX triplet: F2, 69 and 56. RGB value is (242,105,86). Sum of RGB (Red+Green+Blue) = 242+105+86=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F26956 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26956 is #0D96A9. Grayscale: #909090. Windows color (decimal): -890538 or 5663218. OLE color: 5663218.
HSL color Cylindrical-coordinate representation of color #F26956: hue angle of 7.31º 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 #F26956 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 86 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.05 |
| HSL | 7.31º | 0.86% | 0.64% | - |
| HSV(B) | 7.31º | 0.64% | 0.95% | - |
| XYZ | 43.35 | 29.65 | 12.24 | - |
| YUV | 143.8 | 95.39 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 86 | 0 | 0.57 | 0.64 | 0.05 | 7.31 | 0.86 | 0.64 |
| Hex | F2 | 69 | 56 | 0 | 39 | 40 | 5 | 7 | 56 | 40 |
| Octal | 362 | 151 | 126 | 0 | 71 | 100 | 5 | 7 | 126 | 100 |
| Binary | 11110010 | 1101001 | 1010110 | 0 | 111001 | 1000000 | 101 | 111 | 1010110 | 1000000 |
Color Harmonies of #F26956
Complementary color
Monochromatic Colors of #F26956
Black with #F26956
Text Example
Text Example
White with #F26956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26956; }
p { color: rgb(242,105,86); }
H1.HeaderClassName
{
color: #F26956;
}
.AnyTagClassName
{
color: #F26956;
}
</style>
background-color css
<style>
a { background-color: #F26956; }
a { background-color: rgb(242,105,86); }
div.DivClassName
{
background-color: #F26956;
}
.BgClassName
{
background-color: #F26956;
}
</style>
border-color css
<style>
span { border-color: #F26956; }
span { border-color: rgb(242,105,86); }
td.TdClassName
{
border-color: #F26956;
}
.TagClassName
{
border-color: #F26956;
}
</style>