Shades of Bittersweet #F26C59
Tints of Bittersweet #F26C59
RGB
CMYK
RGB Variations
Color information
#F26C59 (or 0xF26C59) is known color: Bittersweet. HEX triplet: F2, 6C and 59. RGB value is (242,108,89). Sum of RGB (Red+Green+Blue) = 242+108+89=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26C59 is #0D93A6. Grayscale: #929292. Windows color (decimal): -889767 or 5860594. OLE color: 5860594.
HSL color Cylindrical-coordinate representation of color #F26C59: hue angle of 7.45º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F26C59 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 89 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.05 |
| HSL | 7.45º | 0.85% | 0.65% | - |
| HSV(B) | 7.45º | 0.63% | 0.95% | - |
| XYZ | 43.78 | 30.32 | 13 | - |
| YUV | 145.9 | 95.89 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 89 | 0 | 0.55 | 0.63 | 0.05 | 7.45 | 0.85 | 0.65 |
| Hex | F2 | 6C | 59 | 0 | 37 | 3F | 5 | 7 | 55 | 41 |
| Octal | 362 | 154 | 131 | 0 | 67 | 77 | 5 | 7 | 125 | 101 |
| Binary | 11110010 | 1101100 | 1011001 | 0 | 110111 | 111111 | 101 | 111 | 1010101 | 1000001 |
Color Harmonies of #F26C59
Complementary color
Monochromatic Colors of #F26C59
Black with #F26C59
Text Example
Text Example
White with #F26C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26C59; }
p { color: rgb(242,108,89); }
H1.HeaderClassName
{
color: #F26C59;
}
.AnyTagClassName
{
color: #F26C59;
}
</style>
background-color css
<style>
a { background-color: #F26C59; }
a { background-color: rgb(242,108,89); }
div.DivClassName
{
background-color: #F26C59;
}
.BgClassName
{
background-color: #F26C59;
}
</style>
border-color css
<style>
span { border-color: #F26C59; }
span { border-color: rgb(242,108,89); }
td.TdClassName
{
border-color: #F26C59;
}
.TagClassName
{
border-color: #F26C59;
}
</style>