Shades of Bittersweet #F26160
Tints of Bittersweet #F26160
RGB
CMYK
RGB Variations
Color information
#F26160 (or 0xF26160) is known color: Bittersweet. HEX triplet: F2, 61 and 60. RGB value is (242,97,96). Sum of RGB (Red+Green+Blue) = 242+97+96=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F26160 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26160 is #0D9E9F. Grayscale: #8C8C8C. Windows color (decimal): -892576 or 6316530. OLE color: 6316530.
HSL color Cylindrical-coordinate representation of color #F26160: hue angle of 0.41º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26160 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 96 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.05 |
| HSL | 0.41º | 0.85% | 0.66% | - |
| HSV(B) | 0.41º | 0.6% | 0.95% | - |
| XYZ | 43 | 28.27 | 14.26 | - |
| YUV | 140.24 | 103.04 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 96 | 0 | 0.60 | 0.60 | 0.05 | 0.41 | 0.85 | 0.66 |
| Hex | F2 | 61 | 60 | 0 | 3C | 3C | 5 | 0 | 55 | 42 |
| Octal | 362 | 141 | 140 | 0 | 74 | 74 | 5 | 0 | 125 | 102 |
| Binary | 11110010 | 1100001 | 1100000 | 0 | 111100 | 111100 | 101 | 0 | 1010101 | 1000010 |
Color Harmonies of #F26160
Complementary color
Monochromatic Colors of #F26160
Black with #F26160
Text Example
Text Example
White with #F26160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26160; }
p { color: rgb(242,97,96); }
H1.HeaderClassName
{
color: #F26160;
}
.AnyTagClassName
{
color: #F26160;
}
</style>
background-color css
<style>
a { background-color: #F26160; }
a { background-color: rgb(242,97,96); }
div.DivClassName
{
background-color: #F26160;
}
.BgClassName
{
background-color: #F26160;
}
</style>
border-color css
<style>
span { border-color: #F26160; }
span { border-color: rgb(242,97,96); }
td.TdClassName
{
border-color: #F26160;
}
.TagClassName
{
border-color: #F26160;
}
</style>