Shades of Bittersweet #F26F66
Tints of Bittersweet #F26F66
RGB
CMYK
RGB Variations
Color information
#F26F66 (or 0xF26F66) is known color: Bittersweet. HEX triplet: F2, 6F and 66. RGB value is (242,111,102). Sum of RGB (Red+Green+Blue) = 242+111+102=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26F66 is #0D9099. Grayscale: #959595. Windows color (decimal): -888986 or 6713330. OLE color: 6713330.
HSL color Cylindrical-coordinate representation of color #F26F66: hue angle of 3.86º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F26F66 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 102 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.05 |
| HSL | 3.86º | 0.84% | 0.67% | - |
| HSV(B) | 3.86º | 0.58% | 0.95% | - |
| XYZ | 44.7 | 31.21 | 16.24 | - |
| YUV | 149.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 102 | 0 | 0.54 | 0.58 | 0.05 | 3.86 | 0.84 | 0.67 |
| Hex | F2 | 6F | 66 | 0 | 36 | 3A | 5 | 4 | 54 | 43 |
| Octal | 362 | 157 | 146 | 0 | 66 | 72 | 5 | 4 | 124 | 103 |
| Binary | 11110010 | 1101111 | 1100110 | 0 | 110110 | 111010 | 101 | 100 | 1010100 | 1000011 |
Color Harmonies of #F26F66
Complementary color
Monochromatic Colors of #F26F66
Black with #F26F66
Text Example
Text Example
White with #F26F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26F66; }
p { color: rgb(242,111,102); }
H1.HeaderClassName
{
color: #F26F66;
}
.AnyTagClassName
{
color: #F26F66;
}
</style>
background-color css
<style>
a { background-color: #F26F66; }
a { background-color: rgb(242,111,102); }
div.DivClassName
{
background-color: #F26F66;
}
.BgClassName
{
background-color: #F26F66;
}
</style>
border-color css
<style>
span { border-color: #F26F66; }
span { border-color: rgb(242,111,102); }
td.TdClassName
{
border-color: #F26F66;
}
.TagClassName
{
border-color: #F26F66;
}
</style>