Shades of Bittersweet #F26958
Tints of Bittersweet #F26958
RGB
CMYK
RGB Variations
Color information
#F26958 (or 0xF26958) is known color: Bittersweet. HEX triplet: F2, 69 and 58. RGB value is (242,105,88). Sum of RGB (Red+Green+Blue) = 242+105+88=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F26958 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26958 is #0D96A7. Grayscale: #909090. Windows color (decimal): -890536 or 5794290. OLE color: 5794290.
HSL color Cylindrical-coordinate representation of color #F26958: hue angle of 6.62º 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 #F26958 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 88 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.05 |
| HSL | 6.62º | 0.86% | 0.65% | - |
| HSV(B) | 6.62º | 0.64% | 0.95% | - |
| XYZ | 43.43 | 29.68 | 12.67 | - |
| YUV | 144.03 | 96.39 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 88 | 0 | 0.57 | 0.64 | 0.05 | 6.62 | 0.86 | 0.65 |
| Hex | F2 | 69 | 58 | 0 | 39 | 40 | 5 | 7 | 56 | 41 |
| Octal | 362 | 151 | 130 | 0 | 71 | 100 | 5 | 7 | 126 | 101 |
| Binary | 11110010 | 1101001 | 1011000 | 0 | 111001 | 1000000 | 101 | 111 | 1010110 | 1000001 |
Color Harmonies of #F26958
Complementary color
Monochromatic Colors of #F26958
Black with #F26958
Text Example
Text Example
White with #F26958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26958; }
p { color: rgb(242,105,88); }
H1.HeaderClassName
{
color: #F26958;
}
.AnyTagClassName
{
color: #F26958;
}
</style>
background-color css
<style>
a { background-color: #F26958; }
a { background-color: rgb(242,105,88); }
div.DivClassName
{
background-color: #F26958;
}
.BgClassName
{
background-color: #F26958;
}
</style>
border-color css
<style>
span { border-color: #F26958; }
span { border-color: rgb(242,105,88); }
td.TdClassName
{
border-color: #F26958;
}
.TagClassName
{
border-color: #F26958;
}
</style>