Shades of Bittersweet #F26656
Tints of Bittersweet #F26656
RGB
CMYK
RGB Variations
Color information
#F26656 (or 0xF26656) is known color: Bittersweet. HEX triplet: F2, 66 and 56. RGB value is (242,102,86). Sum of RGB (Red+Green+Blue) = 242+102+86=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F26656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26656 is #0D99A9. Grayscale: #8E8E8E. Windows color (decimal): -891306 or 5662450. OLE color: 5662450.
HSL color Cylindrical-coordinate representation of color #F26656: hue angle of 6.15º 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 #F26656 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 86 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.05 |
| HSL | 6.15º | 0.86% | 0.64% | - |
| HSV(B) | 6.15º | 0.64% | 0.95% | - |
| XYZ | 43.05 | 29.05 | 12.14 | - |
| YUV | 142.04 | 96.38 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 86 | 0 | 0.58 | 0.64 | 0.05 | 6.15 | 0.86 | 0.64 |
| Hex | F2 | 66 | 56 | 0 | 3A | 40 | 5 | 6 | 56 | 40 |
| Octal | 362 | 146 | 126 | 0 | 72 | 100 | 5 | 6 | 126 | 100 |
| Binary | 11110010 | 1100110 | 1010110 | 0 | 111010 | 1000000 | 101 | 110 | 1010110 | 1000000 |
Color Harmonies of #F26656
Complementary color
Monochromatic Colors of #F26656
Black with #F26656
Text Example
Text Example
White with #F26656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26656; }
p { color: rgb(242,102,86); }
H1.HeaderClassName
{
color: #F26656;
}
.AnyTagClassName
{
color: #F26656;
}
</style>
background-color css
<style>
a { background-color: #F26656; }
a { background-color: rgb(242,102,86); }
div.DivClassName
{
background-color: #F26656;
}
.BgClassName
{
background-color: #F26656;
}
</style>
border-color css
<style>
span { border-color: #F26656; }
span { border-color: rgb(242,102,86); }
td.TdClassName
{
border-color: #F26656;
}
.TagClassName
{
border-color: #F26656;
}
</style>