Shades of Bittersweet #F26759
Tints of Bittersweet #F26759
RGB
CMYK
RGB Variations
Color information
#F26759 (or 0xF26759) is known color: Bittersweet. HEX triplet: F2, 67 and 59. RGB value is (242,103,89). Sum of RGB (Red+Green+Blue) = 242+103+89=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F26759 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26759 is #0D98A6. Grayscale: #8F8F8F. Windows color (decimal): -891047 or 5859314. OLE color: 5859314.
HSL color Cylindrical-coordinate representation of color #F26759: hue angle of 5.49º 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 #F26759 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 89 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.05 |
| HSL | 5.49º | 0.85% | 0.65% | - |
| HSV(B) | 5.49º | 0.63% | 0.95% | - |
| XYZ | 43.27 | 29.3 | 12.83 | - |
| YUV | 142.97 | 97.55 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 89 | 0 | 0.57 | 0.63 | 0.05 | 5.49 | 0.85 | 0.65 |
| Hex | F2 | 67 | 59 | 0 | 39 | 3F | 5 | 5 | 55 | 41 |
| Octal | 362 | 147 | 131 | 0 | 71 | 77 | 5 | 5 | 125 | 101 |
| Binary | 11110010 | 1100111 | 1011001 | 0 | 111001 | 111111 | 101 | 101 | 1010101 | 1000001 |
Color Harmonies of #F26759
Complementary color
Monochromatic Colors of #F26759
Black with #F26759
Text Example
Text Example
White with #F26759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26759; }
p { color: rgb(242,103,89); }
H1.HeaderClassName
{
color: #F26759;
}
.AnyTagClassName
{
color: #F26759;
}
</style>
background-color css
<style>
a { background-color: #F26759; }
a { background-color: rgb(242,103,89); }
div.DivClassName
{
background-color: #F26759;
}
.BgClassName
{
background-color: #F26759;
}
</style>
border-color css
<style>
span { border-color: #F26759; }
span { border-color: rgb(242,103,89); }
td.TdClassName
{
border-color: #F26759;
}
.TagClassName
{
border-color: #F26759;
}
</style>