Shades of Bittersweet #F26760
Tints of Bittersweet #F26760
RGB
CMYK
RGB Variations
Color information
#F26760 (or 0xF26760) is known color: Bittersweet. HEX triplet: F2, 67 and 60. RGB value is (242,103,96). Sum of RGB (Red+Green+Blue) = 242+103+96=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F26760 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26760 is #0D989F. Grayscale: #8F8F8F. Windows color (decimal): -891040 or 6318066. OLE color: 6318066.
HSL color Cylindrical-coordinate representation of color #F26760: hue angle of 2.88º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26760 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 96 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.05 |
| HSL | 2.88º | 0.85% | 0.66% | - |
| HSV(B) | 2.88º | 0.6% | 0.95% | - |
| XYZ | 43.58 | 29.42 | 14.45 | - |
| YUV | 143.76 | 101.05 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 96 | 0 | 0.57 | 0.60 | 0.05 | 2.88 | 0.85 | 0.66 |
| Hex | F2 | 67 | 60 | 0 | 39 | 3C | 5 | 3 | 55 | 42 |
| Octal | 362 | 147 | 140 | 0 | 71 | 74 | 5 | 3 | 125 | 102 |
| Binary | 11110010 | 1100111 | 1100000 | 0 | 111001 | 111100 | 101 | 11 | 1010101 | 1000010 |
Color Harmonies of #F26760
Complementary color
Monochromatic Colors of #F26760
Black with #F26760
Text Example
Text Example
White with #F26760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26760; }
p { color: rgb(242,103,96); }
H1.HeaderClassName
{
color: #F26760;
}
.AnyTagClassName
{
color: #F26760;
}
</style>
background-color css
<style>
a { background-color: #F26760; }
a { background-color: rgb(242,103,96); }
div.DivClassName
{
background-color: #F26760;
}
.BgClassName
{
background-color: #F26760;
}
</style>
border-color css
<style>
span { border-color: #F26760; }
span { border-color: rgb(242,103,96); }
td.TdClassName
{
border-color: #F26760;
}
.TagClassName
{
border-color: #F26760;
}
</style>