Shades of Bittersweet #F26D69
Tints of Bittersweet #F26D69
RGB
CMYK
RGB Variations
Color information
#F26D69 (or 0xF26D69) is known color: Bittersweet. HEX triplet: F2, 6D and 69. RGB value is (242,109,105). Sum of RGB (Red+Green+Blue) = 242+109+105=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26D69 is #0D9296. Grayscale: #949494. Windows color (decimal): -889495 or 6909426. OLE color: 6909426.
HSL color Cylindrical-coordinate representation of color #F26D69: hue angle of 1.75º 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 #F26D69 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 105 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.05 |
| HSL | 1.75º | 0.84% | 0.68% | - |
| HSV(B) | 1.75º | 0.57% | 0.95% | - |
| XYZ | 44.64 | 30.83 | 16.96 | - |
| YUV | 148.31 | 103.56 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 105 | 0 | 0.55 | 0.57 | 0.05 | 1.75 | 0.84 | 0.68 |
| Hex | F2 | 6D | 69 | 0 | 37 | 39 | 5 | 2 | 54 | 44 |
| Octal | 362 | 155 | 151 | 0 | 67 | 71 | 5 | 2 | 124 | 104 |
| Binary | 11110010 | 1101101 | 1101001 | 0 | 110111 | 111001 | 101 | 10 | 1010100 | 1000100 |
Color Harmonies of #F26D69
Complementary color
Monochromatic Colors of #F26D69
Black with #F26D69
Text Example
Text Example
White with #F26D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D69; }
p { color: rgb(242,109,105); }
H1.HeaderClassName
{
color: #F26D69;
}
.AnyTagClassName
{
color: #F26D69;
}
</style>
background-color css
<style>
a { background-color: #F26D69; }
a { background-color: rgb(242,109,105); }
div.DivClassName
{
background-color: #F26D69;
}
.BgClassName
{
background-color: #F26D69;
}
</style>
border-color css
<style>
span { border-color: #F26D69; }
span { border-color: rgb(242,109,105); }
td.TdClassName
{
border-color: #F26D69;
}
.TagClassName
{
border-color: #F26D69;
}
</style>