Shades of Bittersweet #F0675E
Tints of Bittersweet #F0675E
RGB
CMYK
RGB Variations
Color information
#F0675E (or 0xF0675E) is known color: Bittersweet. HEX triplet: F0, 67 and 5E. RGB value is (240,103,94). Sum of RGB (Red+Green+Blue) = 240+103+94=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F0675E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0675E is #0F98A1. Grayscale: #8F8F8F. Windows color (decimal): -1022114 or 6186992. OLE color: 6186992.
HSL color Cylindrical-coordinate representation of color #F0675E: hue angle of 3.7º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0675E is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 94 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.06 |
| HSL | 3.7º | 0.83% | 0.65% | - |
| HSV(B) | 3.7º | 0.61% | 0.94% | - |
| XYZ | 42.81 | 29.03 | 13.94 | - |
| YUV | 142.94 | 100.39 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 94 | 0 | 0.57 | 0.61 | 0.06 | 3.7 | 0.83 | 0.65 |
| Hex | F0 | 67 | 5E | 0 | 39 | 3D | 6 | 4 | 53 | 41 |
| Octal | 360 | 147 | 136 | 0 | 71 | 75 | 6 | 4 | 123 | 101 |
| Binary | 11110000 | 1100111 | 1011110 | 0 | 111001 | 111101 | 110 | 100 | 1010011 | 1000001 |
Color Harmonies of #F0675E
Complementary color
Monochromatic Colors of #F0675E
Black with #F0675E
Text Example
Text Example
White with #F0675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0675E; }
p { color: rgb(240,103,94); }
H1.HeaderClassName
{
color: #F0675E;
}
.AnyTagClassName
{
color: #F0675E;
}
</style>
background-color css
<style>
a { background-color: #F0675E; }
a { background-color: rgb(240,103,94); }
div.DivClassName
{
background-color: #F0675E;
}
.BgClassName
{
background-color: #F0675E;
}
</style>
border-color css
<style>
span { border-color: #F0675E; }
span { border-color: rgb(240,103,94); }
td.TdClassName
{
border-color: #F0675E;
}
.TagClassName
{
border-color: #F0675E;
}
</style>