Shades of Bittersweet #F26E6B
Tints of Bittersweet #F26E6B
RGB
CMYK
RGB Variations
Color information
#F26E6B (or 0xF26E6B) is known color: Bittersweet. HEX triplet: F2, 6E and 6B. RGB value is (242,110,107). Sum of RGB (Red+Green+Blue) = 242+110+107=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26E6B is #0D9194. Grayscale: #959595. Windows color (decimal): -889237 or 7040754. OLE color: 7040754.
HSL color Cylindrical-coordinate representation of color #F26E6B: hue angle of 1.33º 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 #F26E6B is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 110 | 107 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.05 |
| HSL | 1.33º | 0.84% | 0.68% | - |
| HSV(B) | 1.33º | 0.56% | 0.95% | - |
| XYZ | 44.85 | 31.09 | 17.55 | - |
| YUV | 149.13 | 104.23 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 110 | 107 | 0 | 0.55 | 0.56 | 0.05 | 1.33 | 0.84 | 0.68 |
| Hex | F2 | 6E | 6B | 0 | 37 | 38 | 5 | 1 | 54 | 44 |
| Octal | 362 | 156 | 153 | 0 | 67 | 70 | 5 | 1 | 124 | 104 |
| Binary | 11110010 | 1101110 | 1101011 | 0 | 110111 | 111000 | 101 | 1 | 1010100 | 1000100 |
Color Harmonies of #F26E6B
Complementary color
Monochromatic Colors of #F26E6B
Black with #F26E6B
Text Example
Text Example
White with #F26E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26E6B; }
p { color: rgb(242,110,107); }
H1.HeaderClassName
{
color: #F26E6B;
}
.AnyTagClassName
{
color: #F26E6B;
}
</style>
background-color css
<style>
a { background-color: #F26E6B; }
a { background-color: rgb(242,110,107); }
div.DivClassName
{
background-color: #F26E6B;
}
.BgClassName
{
background-color: #F26E6B;
}
</style>
border-color css
<style>
span { border-color: #F26E6B; }
span { border-color: rgb(242,110,107); }
td.TdClassName
{
border-color: #F26E6B;
}
.TagClassName
{
border-color: #F26E6B;
}
</style>