Shades of Bittersweet #F26856
Tints of Bittersweet #F26856
RGB
CMYK
RGB Variations
Color information
#F26856 (or 0xF26856) is known color: Bittersweet. HEX triplet: F2, 68 and 56. RGB value is (242,104,86). Sum of RGB (Red+Green+Blue) = 242+104+86=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F26856 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26856 is #0D97A9. Grayscale: #8F8F8F. Windows color (decimal): -890794 or 5662962. OLE color: 5662962.
HSL color Cylindrical-coordinate representation of color #F26856: hue angle of 6.92º 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 #F26856 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 86 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.05 |
| HSL | 6.92º | 0.86% | 0.64% | - |
| HSV(B) | 6.92º | 0.64% | 0.95% | - |
| XYZ | 43.25 | 29.45 | 12.21 | - |
| YUV | 143.21 | 95.72 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 86 | 0 | 0.57 | 0.64 | 0.05 | 6.92 | 0.86 | 0.64 |
| Hex | F2 | 68 | 56 | 0 | 39 | 40 | 5 | 7 | 56 | 40 |
| Octal | 362 | 150 | 126 | 0 | 71 | 100 | 5 | 7 | 126 | 100 |
| Binary | 11110010 | 1101000 | 1010110 | 0 | 111001 | 1000000 | 101 | 111 | 1010110 | 1000000 |
Color Harmonies of #F26856
Complementary color
Monochromatic Colors of #F26856
Black with #F26856
Text Example
Text Example
White with #F26856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26856; }
p { color: rgb(242,104,86); }
H1.HeaderClassName
{
color: #F26856;
}
.AnyTagClassName
{
color: #F26856;
}
</style>
background-color css
<style>
a { background-color: #F26856; }
a { background-color: rgb(242,104,86); }
div.DivClassName
{
background-color: #F26856;
}
.BgClassName
{
background-color: #F26856;
}
</style>
border-color css
<style>
span { border-color: #F26856; }
span { border-color: rgb(242,104,86); }
td.TdClassName
{
border-color: #F26856;
}
.TagClassName
{
border-color: #F26856;
}
</style>