Shades of Bittersweet #F0645D
Tints of Bittersweet #F0645D
RGB
CMYK
RGB Variations
Color information
#F0645D (or 0xF0645D) is known color: Bittersweet. HEX triplet: F0, 64 and 5D. RGB value is (240,100,93). Sum of RGB (Red+Green+Blue) = 240+100+93=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0645D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0645D is #0F9BA2. Grayscale: #8D8D8D. Windows color (decimal): -1022883 or 6120688. OLE color: 6120688.
HSL color Cylindrical-coordinate representation of color #F0645D: hue angle of 2.86º 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 #F0645D is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 93 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.06 |
| HSL | 2.86º | 0.83% | 0.65% | - |
| HSV(B) | 2.86º | 0.61% | 0.94% | - |
| XYZ | 42.47 | 28.43 | 13.61 | - |
| YUV | 141.06 | 100.88 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 93 | 0 | 0.58 | 0.61 | 0.06 | 2.86 | 0.83 | 0.65 |
| Hex | F0 | 64 | 5D | 0 | 3A | 3D | 6 | 3 | 53 | 41 |
| Octal | 360 | 144 | 135 | 0 | 72 | 75 | 6 | 3 | 123 | 101 |
| Binary | 11110000 | 1100100 | 1011101 | 0 | 111010 | 111101 | 110 | 11 | 1010011 | 1000001 |
Color Harmonies of #F0645D
Complementary color
Monochromatic Colors of #F0645D
Black with #F0645D
Text Example
Text Example
White with #F0645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0645D; }
p { color: rgb(240,100,93); }
H1.HeaderClassName
{
color: #F0645D;
}
.AnyTagClassName
{
color: #F0645D;
}
</style>
background-color css
<style>
a { background-color: #F0645D; }
a { background-color: rgb(240,100,93); }
div.DivClassName
{
background-color: #F0645D;
}
.BgClassName
{
background-color: #F0645D;
}
</style>
border-color css
<style>
span { border-color: #F0645D; }
span { border-color: rgb(240,100,93); }
td.TdClassName
{
border-color: #F0645D;
}
.TagClassName
{
border-color: #F0645D;
}
</style>