Shades of Bittersweet #F26356
Tints of Bittersweet #F26356
RGB
CMYK
RGB Variations
Color information
#F26356 (or 0xF26356) is known color: Bittersweet. HEX triplet: F2, 63 and 56. RGB value is (242,99,86). Sum of RGB (Red+Green+Blue) = 242+99+86=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F26356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26356 is #0D9CA9. Grayscale: #8C8C8C. Windows color (decimal): -892074 or 5661682. OLE color: 5661682.
HSL color Cylindrical-coordinate representation of color #F26356: hue angle of 5º 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 #F26356 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 86 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.05 |
| HSL | 5º | 0.86% | 0.64% | - |
| HSV(B) | 5º | 0.64% | 0.95% | - |
| XYZ | 42.76 | 28.47 | 12.05 | - |
| YUV | 140.28 | 97.38 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 86 | 0 | 0.59 | 0.64 | 0.05 | 5 | 0.86 | 0.64 |
| Hex | F2 | 63 | 56 | 0 | 3B | 40 | 5 | 5 | 56 | 40 |
| Octal | 362 | 143 | 126 | 0 | 73 | 100 | 5 | 5 | 126 | 100 |
| Binary | 11110010 | 1100011 | 1010110 | 0 | 111011 | 1000000 | 101 | 101 | 1010110 | 1000000 |
Color Harmonies of #F26356
Complementary color
Monochromatic Colors of #F26356
Black with #F26356
Text Example
Text Example
White with #F26356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26356; }
p { color: rgb(242,99,86); }
H1.HeaderClassName
{
color: #F26356;
}
.AnyTagClassName
{
color: #F26356;
}
</style>
background-color css
<style>
a { background-color: #F26356; }
a { background-color: rgb(242,99,86); }
div.DivClassName
{
background-color: #F26356;
}
.BgClassName
{
background-color: #F26356;
}
</style>
border-color css
<style>
span { border-color: #F26356; }
span { border-color: rgb(242,99,86); }
td.TdClassName
{
border-color: #F26356;
}
.TagClassName
{
border-color: #F26356;
}
</style>