Shades of Bittersweet #F26863
Tints of Bittersweet #F26863
RGB
CMYK
RGB Variations
Color information
#F26863 (or 0xF26863) is known color: Bittersweet. HEX triplet: F2, 68 and 63. RGB value is (242,104,99). Sum of RGB (Red+Green+Blue) = 242+104+99=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F26863 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26863 is #0D979C. Grayscale: #909090. Windows color (decimal): -890781 or 6514930. OLE color: 6514930.
HSL color Cylindrical-coordinate representation of color #F26863: hue angle of 2.1º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F26863 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 99 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.05 |
| HSL | 2.1º | 0.85% | 0.67% | - |
| HSV(B) | 2.1º | 0.59% | 0.95% | - |
| XYZ | 43.82 | 29.68 | 15.22 | - |
| YUV | 144.69 | 102.22 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 99 | 0 | 0.57 | 0.59 | 0.05 | 2.1 | 0.85 | 0.67 |
| Hex | F2 | 68 | 63 | 0 | 39 | 3B | 5 | 2 | 55 | 43 |
| Octal | 362 | 150 | 143 | 0 | 71 | 73 | 5 | 2 | 125 | 103 |
| Binary | 11110010 | 1101000 | 1100011 | 0 | 111001 | 111011 | 101 | 10 | 1010101 | 1000011 |
Color Harmonies of #F26863
Complementary color
Monochromatic Colors of #F26863
Black with #F26863
Text Example
Text Example
White with #F26863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26863; }
p { color: rgb(242,104,99); }
H1.HeaderClassName
{
color: #F26863;
}
.AnyTagClassName
{
color: #F26863;
}
</style>
background-color css
<style>
a { background-color: #F26863; }
a { background-color: rgb(242,104,99); }
div.DivClassName
{
background-color: #F26863;
}
.BgClassName
{
background-color: #F26863;
}
</style>
border-color css
<style>
span { border-color: #F26863; }
span { border-color: rgb(242,104,99); }
td.TdClassName
{
border-color: #F26863;
}
.TagClassName
{
border-color: #F26863;
}
</style>