Shades of Bittersweet #F26D6B
Tints of Bittersweet #F26D6B
RGB
CMYK
RGB Variations
Color information
#F26D6B (or 0xF26D6B) is known color: Bittersweet. HEX triplet: F2, 6D and 6B. RGB value is (242,109,107). Sum of RGB (Red+Green+Blue) = 242+109+107=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26D6B is #0D9294. Grayscale: #949494. Windows color (decimal): -889493 or 7040498. OLE color: 7040498.
HSL color Cylindrical-coordinate representation of color #F26D6B: hue angle of 0.89º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F26D6B is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 107 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.05 |
| HSL | 0.89º | 0.84% | 0.68% | - |
| HSV(B) | 0.89º | 0.56% | 0.95% | - |
| XYZ | 44.74 | 30.88 | 17.51 | - |
| YUV | 148.54 | 104.56 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 107 | 0 | 0.55 | 0.56 | 0.05 | 0.89 | 0.84 | 0.68 |
| Hex | F2 | 6D | 6B | 0 | 37 | 38 | 5 | 1 | 54 | 44 |
| Octal | 362 | 155 | 153 | 0 | 67 | 70 | 5 | 1 | 124 | 104 |
| Binary | 11110010 | 1101101 | 1101011 | 0 | 110111 | 111000 | 101 | 1 | 1010100 | 1000100 |
Color Harmonies of #F26D6B
Complementary color
Monochromatic Colors of #F26D6B
Black with #F26D6B
Text Example
Text Example
White with #F26D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D6B; }
p { color: rgb(242,109,107); }
H1.HeaderClassName
{
color: #F26D6B;
}
.AnyTagClassName
{
color: #F26D6B;
}
</style>
background-color css
<style>
a { background-color: #F26D6B; }
a { background-color: rgb(242,109,107); }
div.DivClassName
{
background-color: #F26D6B;
}
.BgClassName
{
background-color: #F26D6B;
}
</style>
border-color css
<style>
span { border-color: #F26D6B; }
span { border-color: rgb(242,109,107); }
td.TdClassName
{
border-color: #F26D6B;
}
.TagClassName
{
border-color: #F26D6B;
}
</style>