Shades of Bittersweet #F37068
Tints of Bittersweet #F37068
RGB
CMYK
RGB Variations
Color information
#F37068 (or 0xF37068) is known color: Bittersweet. HEX triplet: F3, 70 and 68. RGB value is (243,112,104). Sum of RGB (Red+Green+Blue) = 243+112+104=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F37068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37068 is #0C8F97. Grayscale: #969696. Windows color (decimal): -823192 or 6844659. OLE color: 6844659.
HSL color Cylindrical-coordinate representation of color #F37068: hue angle of 3.45º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F37068 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 104 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.05 |
| HSL | 3.45º | 0.85% | 0.68% | - |
| HSV(B) | 3.45º | 0.57% | 0.95% | - |
| XYZ | 45.26 | 31.64 | 16.82 | - |
| YUV | 150.26 | 101.9 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 104 | 0 | 0.54 | 0.57 | 0.05 | 3.45 | 0.85 | 0.68 |
| Hex | F3 | 70 | 68 | 0 | 36 | 39 | 5 | 3 | 55 | 44 |
| Octal | 363 | 160 | 150 | 0 | 66 | 71 | 5 | 3 | 125 | 104 |
| Binary | 11110011 | 1110000 | 1101000 | 0 | 110110 | 111001 | 101 | 11 | 1010101 | 1000100 |
Color Harmonies of #F37068
Complementary color
Monochromatic Colors of #F37068
Black with #F37068
Text Example
Text Example
White with #F37068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37068; }
p { color: rgb(243,112,104); }
H1.HeaderClassName
{
color: #F37068;
}
.AnyTagClassName
{
color: #F37068;
}
</style>
background-color css
<style>
a { background-color: #F37068; }
a { background-color: rgb(243,112,104); }
div.DivClassName
{
background-color: #F37068;
}
.BgClassName
{
background-color: #F37068;
}
</style>
border-color css
<style>
span { border-color: #F37068; }
span { border-color: rgb(243,112,104); }
td.TdClassName
{
border-color: #F37068;
}
.TagClassName
{
border-color: #F37068;
}
</style>