Shades of Bittersweet #F26556
Tints of Bittersweet #F26556
RGB
CMYK
RGB Variations
Color information
#F26556 (or 0xF26556) is known color: Bittersweet. HEX triplet: F2, 65 and 56. RGB value is (242,101,86). Sum of RGB (Red+Green+Blue) = 242+101+86=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F26556 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26556 is #0D9AA9. Grayscale: #8D8D8D. Windows color (decimal): -891562 or 5662194. OLE color: 5662194.
HSL color Cylindrical-coordinate representation of color #F26556: hue angle of 5.77º 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 #F26556 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 86 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.05 |
| HSL | 5.77º | 0.86% | 0.64% | - |
| HSV(B) | 5.77º | 0.64% | 0.95% | - |
| XYZ | 42.95 | 28.86 | 12.11 | - |
| YUV | 141.45 | 96.71 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 86 | 0 | 0.58 | 0.64 | 0.05 | 5.77 | 0.86 | 0.64 |
| Hex | F2 | 65 | 56 | 0 | 3A | 40 | 5 | 6 | 56 | 40 |
| Octal | 362 | 145 | 126 | 0 | 72 | 100 | 5 | 6 | 126 | 100 |
| Binary | 11110010 | 1100101 | 1010110 | 0 | 111010 | 1000000 | 101 | 110 | 1010110 | 1000000 |
Color Harmonies of #F26556
Complementary color
Monochromatic Colors of #F26556
Black with #F26556
Text Example
Text Example
White with #F26556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26556; }
p { color: rgb(242,101,86); }
H1.HeaderClassName
{
color: #F26556;
}
.AnyTagClassName
{
color: #F26556;
}
</style>
background-color css
<style>
a { background-color: #F26556; }
a { background-color: rgb(242,101,86); }
div.DivClassName
{
background-color: #F26556;
}
.BgClassName
{
background-color: #F26556;
}
</style>
border-color css
<style>
span { border-color: #F26556; }
span { border-color: rgb(242,101,86); }
td.TdClassName
{
border-color: #F26556;
}
.TagClassName
{
border-color: #F26556;
}
</style>