Shades of Bittersweet #F07367
Tints of Bittersweet #F07367
RGB
CMYK
RGB Variations
Color information
#F07367 (or 0xF07367) is known color: Bittersweet. HEX triplet: F0, 73 and 67. RGB value is (240,115,103). Sum of RGB (Red+Green+Blue) = 240+115+103=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F07367 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07367 is #0F8C98. Grayscale: #979797. Windows color (decimal): -1019033 or 6779888. OLE color: 6779888.
HSL color Cylindrical-coordinate representation of color #F07367: hue angle of 5.26º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F07367 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 103 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.06 |
| HSL | 5.26º | 0.82% | 0.67% | - |
| HSV(B) | 5.26º | 0.57% | 0.94% | - |
| XYZ | 44.51 | 31.77 | 16.62 | - |
| YUV | 151.01 | 100.91 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 103 | 0 | 0.52 | 0.57 | 0.06 | 5.26 | 0.82 | 0.67 |
| Hex | F0 | 73 | 67 | 0 | 34 | 39 | 6 | 5 | 52 | 43 |
| Octal | 360 | 163 | 147 | 0 | 64 | 71 | 6 | 5 | 122 | 103 |
| Binary | 11110000 | 1110011 | 1100111 | 0 | 110100 | 111001 | 110 | 101 | 1010010 | 1000011 |
Color Harmonies of #F07367
Complementary color
Monochromatic Colors of #F07367
Black with #F07367
Text Example
Text Example
White with #F07367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07367; }
p { color: rgb(240,115,103); }
H1.HeaderClassName
{
color: #F07367;
}
.AnyTagClassName
{
color: #F07367;
}
</style>
background-color css
<style>
a { background-color: #F07367; }
a { background-color: rgb(240,115,103); }
div.DivClassName
{
background-color: #F07367;
}
.BgClassName
{
background-color: #F07367;
}
</style>
border-color css
<style>
span { border-color: #F07367; }
span { border-color: rgb(240,115,103); }
td.TdClassName
{
border-color: #F07367;
}
.TagClassName
{
border-color: #F07367;
}
</style>