Shades of Bittersweet #F2685D
Tints of Bittersweet #F2685D
RGB
CMYK
RGB Variations
Color information
#F2685D (or 0xF2685D) is known color: Bittersweet. HEX triplet: F2, 68 and 5D. RGB value is (242,104,93). Sum of RGB (Red+Green+Blue) = 242+104+93=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F2685D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2685D is #0D97A2. Grayscale: #909090. Windows color (decimal): -890787 or 6121714. OLE color: 6121714.
HSL color Cylindrical-coordinate representation of color #F2685D: hue angle of 4.43º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2685D is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 93 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.05 |
| HSL | 4.43º | 0.85% | 0.66% | - |
| HSV(B) | 4.43º | 0.62% | 0.95% | - |
| XYZ | 43.54 | 29.57 | 13.77 | - |
| YUV | 144.01 | 99.22 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 93 | 0 | 0.57 | 0.62 | 0.05 | 4.43 | 0.85 | 0.66 |
| Hex | F2 | 68 | 5D | 0 | 39 | 3E | 5 | 4 | 55 | 42 |
| Octal | 362 | 150 | 135 | 0 | 71 | 76 | 5 | 4 | 125 | 102 |
| Binary | 11110010 | 1101000 | 1011101 | 0 | 111001 | 111110 | 101 | 100 | 1010101 | 1000010 |
Color Harmonies of #F2685D
Complementary color
Monochromatic Colors of #F2685D
Black with #F2685D
Text Example
Text Example
White with #F2685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2685D; }
p { color: rgb(242,104,93); }
H1.HeaderClassName
{
color: #F2685D;
}
.AnyTagClassName
{
color: #F2685D;
}
</style>
background-color css
<style>
a { background-color: #F2685D; }
a { background-color: rgb(242,104,93); }
div.DivClassName
{
background-color: #F2685D;
}
.BgClassName
{
background-color: #F2685D;
}
</style>
border-color css
<style>
span { border-color: #F2685D; }
span { border-color: rgb(242,104,93); }
td.TdClassName
{
border-color: #F2685D;
}
.TagClassName
{
border-color: #F2685D;
}
</style>