Shades of Bittersweet #F26660
Tints of Bittersweet #F26660
RGB
CMYK
RGB Variations
Color information
#F26660 (or 0xF26660) is known color: Bittersweet. HEX triplet: F2, 66 and 60. RGB value is (242,102,96). Sum of RGB (Red+Green+Blue) = 242+102+96=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F26660 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26660 is #0D999F. Grayscale: #8F8F8F. Windows color (decimal): -891296 or 6317810. OLE color: 6317810.
HSL color Cylindrical-coordinate representation of color #F26660: hue angle of 2.47º 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 #F26660 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 96 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.05 |
| HSL | 2.47º | 0.85% | 0.66% | - |
| HSV(B) | 2.47º | 0.6% | 0.95% | - |
| XYZ | 43.48 | 29.22 | 14.42 | - |
| YUV | 143.18 | 101.38 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 96 | 0 | 0.58 | 0.60 | 0.05 | 2.47 | 0.85 | 0.66 |
| Hex | F2 | 66 | 60 | 0 | 3A | 3C | 5 | 2 | 55 | 42 |
| Octal | 362 | 146 | 140 | 0 | 72 | 74 | 5 | 2 | 125 | 102 |
| Binary | 11110010 | 1100110 | 1100000 | 0 | 111010 | 111100 | 101 | 10 | 1010101 | 1000010 |
Color Harmonies of #F26660
Complementary color
Monochromatic Colors of #F26660
Black with #F26660
Text Example
Text Example
White with #F26660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26660; }
p { color: rgb(242,102,96); }
H1.HeaderClassName
{
color: #F26660;
}
.AnyTagClassName
{
color: #F26660;
}
</style>
background-color css
<style>
a { background-color: #F26660; }
a { background-color: rgb(242,102,96); }
div.DivClassName
{
background-color: #F26660;
}
.BgClassName
{
background-color: #F26660;
}
</style>
border-color css
<style>
span { border-color: #F26660; }
span { border-color: rgb(242,102,96); }
td.TdClassName
{
border-color: #F26660;
}
.TagClassName
{
border-color: #F26660;
}
</style>