Shades of Bittersweet #F26C69
Tints of Bittersweet #F26C69
RGB
CMYK
RGB Variations
Color information
#F26C69 (or 0xF26C69) is known color: Bittersweet. HEX triplet: F2, 6C and 69. RGB value is (242,108,105). Sum of RGB (Red+Green+Blue) = 242+108+105=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26C69 is #0D9396. Grayscale: #939393. Windows color (decimal): -889751 or 6909170. OLE color: 6909170.
HSL color Cylindrical-coordinate representation of color #F26C69: hue angle of 1.31º 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 #F26C69 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 105 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.05 |
| HSL | 1.31º | 0.84% | 0.68% | - |
| HSV(B) | 1.31º | 0.57% | 0.95% | - |
| XYZ | 44.53 | 30.62 | 16.93 | - |
| YUV | 147.72 | 103.89 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 105 | 0 | 0.55 | 0.57 | 0.05 | 1.31 | 0.84 | 0.68 |
| Hex | F2 | 6C | 69 | 0 | 37 | 39 | 5 | 1 | 54 | 44 |
| Octal | 362 | 154 | 151 | 0 | 67 | 71 | 5 | 1 | 124 | 104 |
| Binary | 11110010 | 1101100 | 1101001 | 0 | 110111 | 111001 | 101 | 1 | 1010100 | 1000100 |
Color Harmonies of #F26C69
Complementary color
Monochromatic Colors of #F26C69
Black with #F26C69
Text Example
Text Example
White with #F26C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26C69; }
p { color: rgb(242,108,105); }
H1.HeaderClassName
{
color: #F26C69;
}
.AnyTagClassName
{
color: #F26C69;
}
</style>
background-color css
<style>
a { background-color: #F26C69; }
a { background-color: rgb(242,108,105); }
div.DivClassName
{
background-color: #F26C69;
}
.BgClassName
{
background-color: #F26C69;
}
</style>
border-color css
<style>
span { border-color: #F26C69; }
span { border-color: rgb(242,108,105); }
td.TdClassName
{
border-color: #F26C69;
}
.TagClassName
{
border-color: #F26C69;
}
</style>