Shades of Bittersweet #F26F67
Tints of Bittersweet #F26F67
RGB
CMYK
RGB Variations
Color information
#F26F67 (or 0xF26F67) is known color: Bittersweet. HEX triplet: F2, 6F and 67. RGB value is (242,111,103). Sum of RGB (Red+Green+Blue) = 242+111+103=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26F67 is #0D9098. Grayscale: #959595. Windows color (decimal): -888985 or 6778866. OLE color: 6778866.
HSL color Cylindrical-coordinate representation of color #F26F67: hue angle of 3.45º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F26F67 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 103 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.05 |
| HSL | 3.45º | 0.84% | 0.68% | - |
| HSV(B) | 3.45º | 0.57% | 0.95% | - |
| XYZ | 44.75 | 31.23 | 16.5 | - |
| YUV | 149.26 | 101.9 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 103 | 0 | 0.54 | 0.57 | 0.05 | 3.45 | 0.84 | 0.68 |
| Hex | F2 | 6F | 67 | 0 | 36 | 39 | 5 | 3 | 54 | 44 |
| Octal | 362 | 157 | 147 | 0 | 66 | 71 | 5 | 3 | 124 | 104 |
| Binary | 11110010 | 1101111 | 1100111 | 0 | 110110 | 111001 | 101 | 11 | 1010100 | 1000100 |
Color Harmonies of #F26F67
Complementary color
Monochromatic Colors of #F26F67
Black with #F26F67
Text Example
Text Example
White with #F26F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26F67; }
p { color: rgb(242,111,103); }
H1.HeaderClassName
{
color: #F26F67;
}
.AnyTagClassName
{
color: #F26F67;
}
</style>
background-color css
<style>
a { background-color: #F26F67; }
a { background-color: rgb(242,111,103); }
div.DivClassName
{
background-color: #F26F67;
}
.BgClassName
{
background-color: #F26F67;
}
</style>
border-color css
<style>
span { border-color: #F26F67; }
span { border-color: rgb(242,111,103); }
td.TdClassName
{
border-color: #F26F67;
}
.TagClassName
{
border-color: #F26F67;
}
</style>