Shades of Bittersweet #F37063
Tints of Bittersweet #F37063
RGB
CMYK
RGB Variations
Color information
#F37063 (or 0xF37063) is known color: Bittersweet. HEX triplet: F3, 70 and 63. RGB value is (243,112,99). Sum of RGB (Red+Green+Blue) = 243+112+99=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F37063 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37063 is #0C8F9C. Grayscale: #959595. Windows color (decimal): -823197 or 6516979. OLE color: 6516979.
HSL color Cylindrical-coordinate representation of color #F37063: hue angle of 5.42º 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 #F37063 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 99 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.05 |
| HSL | 5.42º | 0.86% | 0.67% | - |
| HSV(B) | 5.42º | 0.59% | 0.95% | - |
| XYZ | 45.01 | 31.54 | 15.52 | - |
| YUV | 149.69 | 99.4 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 99 | 0 | 0.54 | 0.59 | 0.05 | 5.42 | 0.86 | 0.67 |
| Hex | F3 | 70 | 63 | 0 | 36 | 3B | 5 | 5 | 56 | 43 |
| Octal | 363 | 160 | 143 | 0 | 66 | 73 | 5 | 5 | 126 | 103 |
| Binary | 11110011 | 1110000 | 1100011 | 0 | 110110 | 111011 | 101 | 101 | 1010110 | 1000011 |
Color Harmonies of #F37063
Complementary color
Monochromatic Colors of #F37063
Black with #F37063
Text Example
Text Example
White with #F37063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37063; }
p { color: rgb(243,112,99); }
H1.HeaderClassName
{
color: #F37063;
}
.AnyTagClassName
{
color: #F37063;
}
</style>
background-color css
<style>
a { background-color: #F37063; }
a { background-color: rgb(243,112,99); }
div.DivClassName
{
background-color: #F37063;
}
.BgClassName
{
background-color: #F37063;
}
</style>
border-color css
<style>
span { border-color: #F37063; }
span { border-color: rgb(243,112,99); }
td.TdClassName
{
border-color: #F37063;
}
.TagClassName
{
border-color: #F37063;
}
</style>