Shades of Bittersweet #F26D60
Tints of Bittersweet #F26D60
RGB
CMYK
RGB Variations
Color information
#F26D60 (or 0xF26D60) is known color: Bittersweet. HEX triplet: F2, 6D and 60. RGB value is (242,109,96). Sum of RGB (Red+Green+Blue) = 242+109+96=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26D60 is #0D929F. Grayscale: #939393. Windows color (decimal): -889504 or 6319602. OLE color: 6319602.
HSL color Cylindrical-coordinate representation of color #F26D60: hue angle of 5.34º 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 #F26D60 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 96 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.05 |
| HSL | 5.34º | 0.85% | 0.66% | - |
| HSV(B) | 5.34º | 0.6% | 0.95% | - |
| XYZ | 44.2 | 30.66 | 14.65 | - |
| YUV | 147.29 | 99.06 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 96 | 0 | 0.55 | 0.60 | 0.05 | 5.34 | 0.85 | 0.66 |
| Hex | F2 | 6D | 60 | 0 | 37 | 3C | 5 | 5 | 55 | 42 |
| Octal | 362 | 155 | 140 | 0 | 67 | 74 | 5 | 5 | 125 | 102 |
| Binary | 11110010 | 1101101 | 1100000 | 0 | 110111 | 111100 | 101 | 101 | 1010101 | 1000010 |
Color Harmonies of #F26D60
Complementary color
Monochromatic Colors of #F26D60
Black with #F26D60
Text Example
Text Example
White with #F26D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D60; }
p { color: rgb(242,109,96); }
H1.HeaderClassName
{
color: #F26D60;
}
.AnyTagClassName
{
color: #F26D60;
}
</style>
background-color css
<style>
a { background-color: #F26D60; }
a { background-color: rgb(242,109,96); }
div.DivClassName
{
background-color: #F26D60;
}
.BgClassName
{
background-color: #F26D60;
}
</style>
border-color css
<style>
span { border-color: #F26D60; }
span { border-color: rgb(242,109,96); }
td.TdClassName
{
border-color: #F26D60;
}
.TagClassName
{
border-color: #F26D60;
}
</style>