Shades of Bittersweet #F36565
Tints of Bittersweet #F36565
RGB
CMYK
RGB Variations
Color information
#F36565 (or 0xF36565) is known color: Bittersweet. HEX triplet: F3, 65 and 65. RGB value is (243,101,101). Sum of RGB (Red+Green+Blue) = 243+101+101=445 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.61% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 243 - color contains mainly: red. Hex color #F36565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36565 is #0C9A9A. Grayscale: #8F8F8F. Windows color (decimal): -826011 or 6645235. OLE color: 6645235.
HSL color Cylindrical-coordinate representation of color #F36565: hue angle of 0º 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 #F36565 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 101 | 101 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.05 |
| HSL | 0º | 0.86% | 0.67% | - |
| HSV(B) | 0º | 0.58% | 0.95% | - |
| XYZ | 43.96 | 29.3 | 15.65 | - |
| YUV | 143.46 | 104.04 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 101 | 101 | 0 | 0.58 | 0.58 | 0.05 | 0 | 0.86 | 0.67 |
| Hex | F3 | 65 | 65 | 0 | 3A | 3A | 5 | 0 | 56 | 43 |
| Octal | 363 | 145 | 145 | 0 | 72 | 72 | 5 | 0 | 126 | 103 |
| Binary | 11110011 | 1100101 | 1100101 | 0 | 111010 | 111010 | 101 | 0 | 1010110 | 1000011 |
Color Harmonies of #F36565
Complementary color
Monochromatic Colors of #F36565
Black with #F36565
Text Example
Text Example
White with #F36565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36565; }
p { color: rgb(243,101,101); }
H1.HeaderClassName
{
color: #F36565;
}
.AnyTagClassName
{
color: #F36565;
}
</style>
background-color css
<style>
a { background-color: #F36565; }
a { background-color: rgb(243,101,101); }
div.DivClassName
{
background-color: #F36565;
}
.BgClassName
{
background-color: #F36565;
}
</style>
border-color css
<style>
span { border-color: #F36565; }
span { border-color: rgb(243,101,101); }
td.TdClassName
{
border-color: #F36565;
}
.TagClassName
{
border-color: #F36565;
}
</style>