Shades of Bittersweet #F3645B
Tints of Bittersweet #F3645B
RGB
CMYK
RGB Variations
Color information
#F3645B (or 0xF3645B) is known color: Bittersweet. HEX triplet: F3, 64 and 5B. RGB value is (243,100,91). Sum of RGB (Red+Green+Blue) = 243+100+91=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F3645B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3645B is #0C9BA4. Grayscale: #8D8D8D. Windows color (decimal): -826277 or 5989619. OLE color: 5989619.
HSL color Cylindrical-coordinate representation of color #F3645B: hue angle of 3.55º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F3645B is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 91 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.05 |
| HSL | 3.55º | 0.86% | 0.65% | - |
| HSV(B) | 3.55º | 0.63% | 0.95% | - |
| XYZ | 43.41 | 28.92 | 13.19 | - |
| YUV | 141.73 | 99.38 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 91 | 0 | 0.59 | 0.63 | 0.05 | 3.55 | 0.86 | 0.65 |
| Hex | F3 | 64 | 5B | 0 | 3B | 3F | 5 | 4 | 56 | 41 |
| Octal | 363 | 144 | 133 | 0 | 73 | 77 | 5 | 4 | 126 | 101 |
| Binary | 11110011 | 1100100 | 1011011 | 0 | 111011 | 111111 | 101 | 100 | 1010110 | 1000001 |
Color Harmonies of #F3645B
Complementary color
Monochromatic Colors of #F3645B
Black with #F3645B
Text Example
Text Example
White with #F3645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3645B; }
p { color: rgb(243,100,91); }
H1.HeaderClassName
{
color: #F3645B;
}
.AnyTagClassName
{
color: #F3645B;
}
</style>
background-color css
<style>
a { background-color: #F3645B; }
a { background-color: rgb(243,100,91); }
div.DivClassName
{
background-color: #F3645B;
}
.BgClassName
{
background-color: #F3645B;
}
</style>
border-color css
<style>
span { border-color: #F3645B; }
span { border-color: rgb(243,100,91); }
td.TdClassName
{
border-color: #F3645B;
}
.TagClassName
{
border-color: #F3645B;
}
</style>