Shades of Bittersweet #F26A57
Tints of Bittersweet #F26A57
RGB
CMYK
RGB Variations
Color information
#F26A57 (or 0xF26A57) is known color: Bittersweet. HEX triplet: F2, 6A and 57. RGB value is (242,106,87). Sum of RGB (Red+Green+Blue) = 242+106+87=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F26A57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26A57 is #0D95A8. Grayscale: #909090. Windows color (decimal): -890281 or 5729010. OLE color: 5729010.
HSL color Cylindrical-coordinate representation of color #F26A57: hue angle of 7.35º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F26A57 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 106 | 87 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.05 |
| HSL | 7.35º | 0.86% | 0.65% | - |
| HSV(B) | 7.35º | 0.64% | 0.95% | - |
| XYZ | 43.49 | 29.87 | 12.49 | - |
| YUV | 144.5 | 95.56 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 106 | 87 | 0 | 0.56 | 0.64 | 0.05 | 7.35 | 0.86 | 0.65 |
| Hex | F2 | 6A | 57 | 0 | 38 | 40 | 5 | 7 | 56 | 41 |
| Octal | 362 | 152 | 127 | 0 | 70 | 100 | 5 | 7 | 126 | 101 |
| Binary | 11110010 | 1101010 | 1010111 | 0 | 111000 | 1000000 | 101 | 111 | 1010110 | 1000001 |
Color Harmonies of #F26A57
Complementary color
Monochromatic Colors of #F26A57
Black with #F26A57
Text Example
Text Example
White with #F26A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26A57; }
p { color: rgb(242,106,87); }
H1.HeaderClassName
{
color: #F26A57;
}
.AnyTagClassName
{
color: #F26A57;
}
</style>
background-color css
<style>
a { background-color: #F26A57; }
a { background-color: rgb(242,106,87); }
div.DivClassName
{
background-color: #F26A57;
}
.BgClassName
{
background-color: #F26A57;
}
</style>
border-color css
<style>
span { border-color: #F26A57; }
span { border-color: rgb(242,106,87); }
td.TdClassName
{
border-color: #F26A57;
}
.TagClassName
{
border-color: #F26A57;
}
</style>