Shades of Bittersweet #F2785F
Tints of Bittersweet #F2785F
RGB
CMYK
RGB Variations
Color information
#F2785F (or 0xF2785F) is known color: Bittersweet. HEX triplet: F2, 78 and 5F. RGB value is (242,120,95). Sum of RGB (Red+Green+Blue) = 242+120+95=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F2785F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2785F is #0D87A0. Grayscale: #999999. Windows color (decimal): -886689 or 6256882. OLE color: 6256882.
HSL color Cylindrical-coordinate representation of color #F2785F: hue angle of 10.2º 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 #F2785F is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 95 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.05 |
| HSL | 10.2º | 0.85% | 0.66% | - |
| HSV(B) | 10.2º | 0.61% | 0.95% | - |
| XYZ | 45.4 | 33.14 | 14.83 | - |
| YUV | 153.63 | 94.92 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 95 | 0 | 0.50 | 0.61 | 0.05 | 10.2 | 0.85 | 0.66 |
| Hex | F2 | 78 | 5F | 0 | 32 | 3D | 5 | A | 55 | 42 |
| Octal | 362 | 170 | 137 | 0 | 62 | 75 | 5 | 12 | 125 | 102 |
| Binary | 11110010 | 1111000 | 1011111 | 0 | 110010 | 111101 | 101 | 1010 | 1010101 | 1000010 |
Color Harmonies of #F2785F
Complementary color
Monochromatic Colors of #F2785F
Black with #F2785F
Text Example
Text Example
White with #F2785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2785F; }
p { color: rgb(242,120,95); }
H1.HeaderClassName
{
color: #F2785F;
}
.AnyTagClassName
{
color: #F2785F;
}
</style>
background-color css
<style>
a { background-color: #F2785F; }
a { background-color: rgb(242,120,95); }
div.DivClassName
{
background-color: #F2785F;
}
.BgClassName
{
background-color: #F2785F;
}
</style>
border-color css
<style>
span { border-color: #F2785F; }
span { border-color: rgb(242,120,95); }
td.TdClassName
{
border-color: #F2785F;
}
.TagClassName
{
border-color: #F2785F;
}
</style>