Shades of Bittersweet #F2795F
Tints of Bittersweet #F2795F
RGB
CMYK
RGB Variations
Color information
#F2795F (or 0xF2795F) is known color: Bittersweet. HEX triplet: F2, 79 and 5F. RGB value is (242,121,95). Sum of RGB (Red+Green+Blue) = 242+121+95=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F2795F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2795F is #0D86A0. Grayscale: #9A9A9A. Windows color (decimal): -886433 or 6257138. OLE color: 6257138.
HSL color Cylindrical-coordinate representation of color #F2795F: hue angle of 10.61º 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 #F2795F is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 95 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.05 |
| HSL | 10.61º | 0.85% | 0.66% | - |
| HSV(B) | 10.61º | 0.61% | 0.95% | - |
| XYZ | 45.52 | 33.38 | 14.87 | - |
| YUV | 154.22 | 94.59 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 95 | 0 | 0.50 | 0.61 | 0.05 | 10.61 | 0.85 | 0.66 |
| Hex | F2 | 79 | 5F | 0 | 32 | 3D | 5 | B | 55 | 42 |
| Octal | 362 | 171 | 137 | 0 | 62 | 75 | 5 | 13 | 125 | 102 |
| Binary | 11110010 | 1111001 | 1011111 | 0 | 110010 | 111101 | 101 | 1011 | 1010101 | 1000010 |
Color Harmonies of #F2795F
Complementary color
Monochromatic Colors of #F2795F
Black with #F2795F
Text Example
Text Example
White with #F2795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2795F; }
p { color: rgb(242,121,95); }
H1.HeaderClassName
{
color: #F2795F;
}
.AnyTagClassName
{
color: #F2795F;
}
</style>
background-color css
<style>
a { background-color: #F2795F; }
a { background-color: rgb(242,121,95); }
div.DivClassName
{
background-color: #F2795F;
}
.BgClassName
{
background-color: #F2795F;
}
</style>
border-color css
<style>
span { border-color: #F2795F; }
span { border-color: rgb(242,121,95); }
td.TdClassName
{
border-color: #F2795F;
}
.TagClassName
{
border-color: #F2795F;
}
</style>