Shades of Bittersweet #F26968
Tints of Bittersweet #F26968
RGB
CMYK
RGB Variations
Color information
#F26968 (or 0xF26968) is known color: Bittersweet. HEX triplet: F2, 69 and 68. RGB value is (242,105,104). Sum of RGB (Red+Green+Blue) = 242+105+104=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F26968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26968 is #0D9697. Grayscale: #919191. Windows color (decimal): -890520 or 6842866. OLE color: 6842866.
HSL color Cylindrical-coordinate representation of color #F26968: hue angle of 0.43º 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 #F26968 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 104 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.05 |
| HSL | 0.43º | 0.84% | 0.68% | - |
| HSV(B) | 0.43º | 0.57% | 0.95% | - |
| XYZ | 44.17 | 29.98 | 16.56 | - |
| YUV | 145.85 | 104.39 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 104 | 0 | 0.57 | 0.57 | 0.05 | 0.43 | 0.84 | 0.68 |
| Hex | F2 | 69 | 68 | 0 | 39 | 39 | 5 | 0 | 54 | 44 |
| Octal | 362 | 151 | 150 | 0 | 71 | 71 | 5 | 0 | 124 | 104 |
| Binary | 11110010 | 1101001 | 1101000 | 0 | 111001 | 111001 | 101 | 0 | 1010100 | 1000100 |
Color Harmonies of #F26968
Complementary color
Monochromatic Colors of #F26968
Black with #F26968
Text Example
Text Example
White with #F26968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26968; }
p { color: rgb(242,105,104); }
H1.HeaderClassName
{
color: #F26968;
}
.AnyTagClassName
{
color: #F26968;
}
</style>
background-color css
<style>
a { background-color: #F26968; }
a { background-color: rgb(242,105,104); }
div.DivClassName
{
background-color: #F26968;
}
.BgClassName
{
background-color: #F26968;
}
</style>
border-color css
<style>
span { border-color: #F26968; }
span { border-color: rgb(242,105,104); }
td.TdClassName
{
border-color: #F26968;
}
.TagClassName
{
border-color: #F26968;
}
</style>