Shades of Bittersweet #F3645E
Tints of Bittersweet #F3645E
RGB
CMYK
RGB Variations
Color information
#F3645E (or 0xF3645E) is known color: Bittersweet. HEX triplet: F3, 64 and 5E. RGB value is (243,100,94). Sum of RGB (Red+Green+Blue) = 243+100+94=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F3645E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3645E is #0C9BA1. Grayscale: #8E8E8E. Windows color (decimal): -826274 or 6186227. OLE color: 6186227.
HSL color Cylindrical-coordinate representation of color #F3645E: hue angle of 2.42º degrees, saturation: 0.86, 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 #F3645E is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 94 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.05 |
| HSL | 2.42º | 0.86% | 0.66% | - |
| HSV(B) | 2.42º | 0.61% | 0.95% | - |
| XYZ | 43.54 | 28.98 | 13.89 | - |
| YUV | 142.07 | 100.88 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 94 | 0 | 0.59 | 0.61 | 0.05 | 2.42 | 0.86 | 0.66 |
| Hex | F3 | 64 | 5E | 0 | 3B | 3D | 5 | 2 | 56 | 42 |
| Octal | 363 | 144 | 136 | 0 | 73 | 75 | 5 | 2 | 126 | 102 |
| Binary | 11110011 | 1100100 | 1011110 | 0 | 111011 | 111101 | 101 | 10 | 1010110 | 1000010 |
Color Harmonies of #F3645E
Complementary color
Monochromatic Colors of #F3645E
Black with #F3645E
Text Example
Text Example
White with #F3645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3645E; }
p { color: rgb(243,100,94); }
H1.HeaderClassName
{
color: #F3645E;
}
.AnyTagClassName
{
color: #F3645E;
}
</style>
background-color css
<style>
a { background-color: #F3645E; }
a { background-color: rgb(243,100,94); }
div.DivClassName
{
background-color: #F3645E;
}
.BgClassName
{
background-color: #F3645E;
}
</style>
border-color css
<style>
span { border-color: #F3645E; }
span { border-color: rgb(243,100,94); }
td.TdClassName
{
border-color: #F3645E;
}
.TagClassName
{
border-color: #F3645E;
}
</style>