Shades of Bittersweet #F36F65
Tints of Bittersweet #F36F65
RGB
CMYK
RGB Variations
Color information
#F36F65 (or 0xF36F65) is known color: Bittersweet. HEX triplet: F3, 6F and 65. RGB value is (243,111,101). Sum of RGB (Red+Green+Blue) = 243+111+101=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F36F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36F65 is #0C909A. Grayscale: #959595. Windows color (decimal): -823451 or 6647795. OLE color: 6647795.
HSL color Cylindrical-coordinate representation of color #F36F65: hue angle of 4.23º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F36F65 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 111 | 101 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.05 |
| HSL | 4.23º | 0.86% | 0.67% | - |
| HSV(B) | 4.23º | 0.58% | 0.95% | - |
| XYZ | 45 | 31.36 | 15.99 | - |
| YUV | 149.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 111 | 101 | 0 | 0.54 | 0.58 | 0.05 | 4.23 | 0.86 | 0.67 |
| Hex | F3 | 6F | 65 | 0 | 36 | 3A | 5 | 4 | 56 | 43 |
| Octal | 363 | 157 | 145 | 0 | 66 | 72 | 5 | 4 | 126 | 103 |
| Binary | 11110011 | 1101111 | 1100101 | 0 | 110110 | 111010 | 101 | 100 | 1010110 | 1000011 |
Color Harmonies of #F36F65
Complementary color
Monochromatic Colors of #F36F65
Black with #F36F65
Text Example
Text Example
White with #F36F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36F65; }
p { color: rgb(243,111,101); }
H1.HeaderClassName
{
color: #F36F65;
}
.AnyTagClassName
{
color: #F36F65;
}
</style>
background-color css
<style>
a { background-color: #F36F65; }
a { background-color: rgb(243,111,101); }
div.DivClassName
{
background-color: #F36F65;
}
.BgClassName
{
background-color: #F36F65;
}
</style>
border-color css
<style>
span { border-color: #F36F65; }
span { border-color: rgb(243,111,101); }
td.TdClassName
{
border-color: #F36F65;
}
.TagClassName
{
border-color: #F36F65;
}
</style>