Shades of Bittersweet #F36464
Tints of Bittersweet #F36464
RGB
CMYK
RGB Variations
Color information
#F36464 (or 0xF36464) is known color: Bittersweet. HEX triplet: F3, 64 and 64. RGB value is (243,100,100). Sum of RGB (Red+Green+Blue) = 243+100+100=443 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.85% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 243 - color contains mainly: red. Hex color #F36464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36464 is #0C9B9B. Grayscale: #8E8E8E. Windows color (decimal): -826268 or 6579443. OLE color: 6579443.
HSL color Cylindrical-coordinate representation of color #F36464: 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.59%. Process color model (Four color, CMYK) of #F36464 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 100 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.05 |
| HSL | 0º | 0.86% | 0.67% | - |
| HSV(B) | 0º | 0.59% | 0.95% | - |
| XYZ | 43.82 | 29.09 | 15.36 | - |
| YUV | 142.76 | 103.88 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 100 | 0 | 0.59 | 0.59 | 0.05 | 0 | 0.86 | 0.67 |
| Hex | F3 | 64 | 64 | 0 | 3B | 3B | 5 | 0 | 56 | 43 |
| Octal | 363 | 144 | 144 | 0 | 73 | 73 | 5 | 0 | 126 | 103 |
| Binary | 11110011 | 1100100 | 1100100 | 0 | 111011 | 111011 | 101 | 0 | 1010110 | 1000011 |
Color Harmonies of #F36464
Complementary color
Monochromatic Colors of #F36464
Black with #F36464
Text Example
Text Example
White with #F36464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36464; }
p { color: rgb(243,100,100); }
H1.HeaderClassName
{
color: #F36464;
}
.AnyTagClassName
{
color: #F36464;
}
</style>
background-color css
<style>
a { background-color: #F36464; }
a { background-color: rgb(243,100,100); }
div.DivClassName
{
background-color: #F36464;
}
.BgClassName
{
background-color: #F36464;
}
</style>
border-color css
<style>
span { border-color: #F36464; }
span { border-color: rgb(243,100,100); }
td.TdClassName
{
border-color: #F36464;
}
.TagClassName
{
border-color: #F36464;
}
</style>