Shades of Bittersweet #F2685F
Tints of Bittersweet #F2685F
RGB
CMYK
RGB Variations
Color information
#F2685F (or 0xF2685F) is known color: Bittersweet. HEX triplet: F2, 68 and 5F. RGB value is (242,104,95). Sum of RGB (Red+Green+Blue) = 242+104+95=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F2685F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2685F is #0D97A0. Grayscale: #909090. Windows color (decimal): -890785 or 6252786. OLE color: 6252786.
HSL color Cylindrical-coordinate representation of color #F2685F: hue angle of 3.67º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2685F is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 95 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.05 |
| HSL | 3.67º | 0.85% | 0.66% | - |
| HSV(B) | 3.67º | 0.61% | 0.95% | - |
| XYZ | 43.63 | 29.6 | 14.24 | - |
| YUV | 144.24 | 100.22 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 95 | 0 | 0.57 | 0.61 | 0.05 | 3.67 | 0.85 | 0.66 |
| Hex | F2 | 68 | 5F | 0 | 39 | 3D | 5 | 4 | 55 | 42 |
| Octal | 362 | 150 | 137 | 0 | 71 | 75 | 5 | 4 | 125 | 102 |
| Binary | 11110010 | 1101000 | 1011111 | 0 | 111001 | 111101 | 101 | 100 | 1010101 | 1000010 |
Color Harmonies of #F2685F
Complementary color
Monochromatic Colors of #F2685F
Black with #F2685F
Text Example
Text Example
White with #F2685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2685F; }
p { color: rgb(242,104,95); }
H1.HeaderClassName
{
color: #F2685F;
}
.AnyTagClassName
{
color: #F2685F;
}
</style>
background-color css
<style>
a { background-color: #F2685F; }
a { background-color: rgb(242,104,95); }
div.DivClassName
{
background-color: #F2685F;
}
.BgClassName
{
background-color: #F2685F;
}
</style>
border-color css
<style>
span { border-color: #F2685F; }
span { border-color: rgb(242,104,95); }
td.TdClassName
{
border-color: #F2685F;
}
.TagClassName
{
border-color: #F2685F;
}
</style>