Shades of Bittersweet #F2645F
Tints of Bittersweet #F2645F
RGB
CMYK
RGB Variations
Color information
#F2645F (or 0xF2645F) is known color: Bittersweet. HEX triplet: F2, 64 and 5F. RGB value is (242,100,95). Sum of RGB (Red+Green+Blue) = 242+100+95=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F2645F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2645F is #0D9BA0. Grayscale: #8E8E8E. Windows color (decimal): -891809 or 6251762. OLE color: 6251762.
HSL color Cylindrical-coordinate representation of color #F2645F: hue angle of 2.04º 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 #F2645F is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 95 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.05 |
| HSL | 2.04º | 0.85% | 0.66% | - |
| HSV(B) | 2.04º | 0.61% | 0.95% | - |
| XYZ | 43.24 | 28.82 | 14.11 | - |
| YUV | 141.89 | 101.54 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 95 | 0 | 0.59 | 0.61 | 0.05 | 2.04 | 0.85 | 0.66 |
| Hex | F2 | 64 | 5F | 0 | 3B | 3D | 5 | 2 | 55 | 42 |
| Octal | 362 | 144 | 137 | 0 | 73 | 75 | 5 | 2 | 125 | 102 |
| Binary | 11110010 | 1100100 | 1011111 | 0 | 111011 | 111101 | 101 | 10 | 1010101 | 1000010 |
Color Harmonies of #F2645F
Complementary color
Monochromatic Colors of #F2645F
Black with #F2645F
Text Example
Text Example
White with #F2645F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2645F; }
p { color: rgb(242,100,95); }
H1.HeaderClassName
{
color: #F2645F;
}
.AnyTagClassName
{
color: #F2645F;
}
</style>
background-color css
<style>
a { background-color: #F2645F; }
a { background-color: rgb(242,100,95); }
div.DivClassName
{
background-color: #F2645F;
}
.BgClassName
{
background-color: #F2645F;
}
</style>
border-color css
<style>
span { border-color: #F2645F; }
span { border-color: rgb(242,100,95); }
td.TdClassName
{
border-color: #F2645F;
}
.TagClassName
{
border-color: #F2645F;
}
</style>