Shades of Bittersweet #F26E58
Tints of Bittersweet #F26E58
RGB
CMYK
RGB Variations
Color information
#F26E58 (or 0xF26E58) is known color: Bittersweet. HEX triplet: F2, 6E and 58. RGB value is (242,110,88). Sum of RGB (Red+Green+Blue) = 242+110+88=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26E58 is #0D91A7. Grayscale: #939393. Windows color (decimal): -889256 or 5795570. OLE color: 5795570.
HSL color Cylindrical-coordinate representation of color #F26E58: hue angle of 8.57º 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 #F26E58 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 110 | 88 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.05 |
| HSL | 8.57º | 0.86% | 0.65% | - |
| HSV(B) | 8.57º | 0.64% | 0.95% | - |
| XYZ | 43.96 | 30.73 | 12.85 | - |
| YUV | 146.96 | 94.73 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 110 | 88 | 0 | 0.55 | 0.64 | 0.05 | 8.57 | 0.86 | 0.65 |
| Hex | F2 | 6E | 58 | 0 | 37 | 40 | 5 | 9 | 56 | 41 |
| Octal | 362 | 156 | 130 | 0 | 67 | 100 | 5 | 11 | 126 | 101 |
| Binary | 11110010 | 1101110 | 1011000 | 0 | 110111 | 1000000 | 101 | 1001 | 1010110 | 1000001 |
Color Harmonies of #F26E58
Complementary color
Monochromatic Colors of #F26E58
Black with #F26E58
Text Example
Text Example
White with #F26E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26E58; }
p { color: rgb(242,110,88); }
H1.HeaderClassName
{
color: #F26E58;
}
.AnyTagClassName
{
color: #F26E58;
}
</style>
background-color css
<style>
a { background-color: #F26E58; }
a { background-color: rgb(242,110,88); }
div.DivClassName
{
background-color: #F26E58;
}
.BgClassName
{
background-color: #F26E58;
}
</style>
border-color css
<style>
span { border-color: #F26E58; }
span { border-color: rgb(242,110,88); }
td.TdClassName
{
border-color: #F26E58;
}
.TagClassName
{
border-color: #F26E58;
}
</style>