Shades of Bittersweet #F07362
Tints of Bittersweet #F07362
RGB
CMYK
RGB Variations
Color information
#F07362 (or 0xF07362) is known color: Bittersweet. HEX triplet: F0, 73 and 62. RGB value is (240,115,98). Sum of RGB (Red+Green+Blue) = 240+115+98=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F07362 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07362 is #0F8C9D. Grayscale: #969696. Windows color (decimal): -1019038 or 6452208. OLE color: 6452208.
HSL color Cylindrical-coordinate representation of color #F07362: hue angle of 7.18º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F07362 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 98 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.06 |
| HSL | 7.18º | 0.83% | 0.66% | - |
| HSV(B) | 7.18º | 0.59% | 0.94% | - |
| XYZ | 44.27 | 31.67 | 15.33 | - |
| YUV | 150.44 | 98.41 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 98 | 0 | 0.52 | 0.59 | 0.06 | 7.18 | 0.83 | 0.66 |
| Hex | F0 | 73 | 62 | 0 | 34 | 3B | 6 | 7 | 53 | 42 |
| Octal | 360 | 163 | 142 | 0 | 64 | 73 | 6 | 7 | 123 | 102 |
| Binary | 11110000 | 1110011 | 1100010 | 0 | 110100 | 111011 | 110 | 111 | 1010011 | 1000010 |
Color Harmonies of #F07362
Complementary color
Monochromatic Colors of #F07362
Black with #F07362
Text Example
Text Example
White with #F07362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07362; }
p { color: rgb(240,115,98); }
H1.HeaderClassName
{
color: #F07362;
}
.AnyTagClassName
{
color: #F07362;
}
</style>
background-color css
<style>
a { background-color: #F07362; }
a { background-color: rgb(240,115,98); }
div.DivClassName
{
background-color: #F07362;
}
.BgClassName
{
background-color: #F07362;
}
</style>
border-color css
<style>
span { border-color: #F07362; }
span { border-color: rgb(240,115,98); }
td.TdClassName
{
border-color: #F07362;
}
.TagClassName
{
border-color: #F07362;
}
</style>