Shades of Bittersweet #F26260
Tints of Bittersweet #F26260
RGB
CMYK
RGB Variations
Color information
#F26260 (or 0xF26260) is known color: Bittersweet. HEX triplet: F2, 62 and 60. RGB value is (242,98,96). Sum of RGB (Red+Green+Blue) = 242+98+96=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F26260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26260 is #0D9D9F. Grayscale: #8C8C8C. Windows color (decimal): -892320 or 6316786. OLE color: 6316786.
HSL color Cylindrical-coordinate representation of color #F26260: hue angle of 0.82º 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 #F26260 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 96 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.05 |
| HSL | 0.82º | 0.85% | 0.66% | - |
| HSV(B) | 0.82º | 0.6% | 0.95% | - |
| XYZ | 43.1 | 28.46 | 14.29 | - |
| YUV | 140.83 | 102.71 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 96 | 0 | 0.60 | 0.60 | 0.05 | 0.82 | 0.85 | 0.66 |
| Hex | F2 | 62 | 60 | 0 | 3C | 3C | 5 | 1 | 55 | 42 |
| Octal | 362 | 142 | 140 | 0 | 74 | 74 | 5 | 1 | 125 | 102 |
| Binary | 11110010 | 1100010 | 1100000 | 0 | 111100 | 111100 | 101 | 1 | 1010101 | 1000010 |
Color Harmonies of #F26260
Complementary color
Monochromatic Colors of #F26260
Black with #F26260
Text Example
Text Example
White with #F26260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26260; }
p { color: rgb(242,98,96); }
H1.HeaderClassName
{
color: #F26260;
}
.AnyTagClassName
{
color: #F26260;
}
</style>
background-color css
<style>
a { background-color: #F26260; }
a { background-color: rgb(242,98,96); }
div.DivClassName
{
background-color: #F26260;
}
.BgClassName
{
background-color: #F26260;
}
</style>
border-color css
<style>
span { border-color: #F26260; }
span { border-color: rgb(242,98,96); }
td.TdClassName
{
border-color: #F26260;
}
.TagClassName
{
border-color: #F26260;
}
</style>