Shades of Bittersweet #F0645F
Tints of Bittersweet #F0645F
RGB
CMYK
RGB Variations
Color information
#F0645F (or 0xF0645F) is known color: Bittersweet. HEX triplet: F0, 64 and 5F. RGB value is (240,100,95). Sum of RGB (Red+Green+Blue) = 240+100+95=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0645F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0645F is #0F9BA0. Grayscale: #8D8D8D. Windows color (decimal): -1022881 or 6251760. OLE color: 6251760.
HSL color Cylindrical-coordinate representation of color #F0645F: hue angle of 2.07º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0645F is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 95 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.06 |
| HSL | 2.07º | 0.83% | 0.66% | - |
| HSV(B) | 2.07º | 0.6% | 0.94% | - |
| XYZ | 42.56 | 28.47 | 14.08 | - |
| YUV | 141.29 | 101.88 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 95 | 0 | 0.58 | 0.60 | 0.06 | 2.07 | 0.83 | 0.66 |
| Hex | F0 | 64 | 5F | 0 | 3A | 3C | 6 | 2 | 53 | 42 |
| Octal | 360 | 144 | 137 | 0 | 72 | 74 | 6 | 2 | 123 | 102 |
| Binary | 11110000 | 1100100 | 1011111 | 0 | 111010 | 111100 | 110 | 10 | 1010011 | 1000010 |
Color Harmonies of #F0645F
Complementary color
Monochromatic Colors of #F0645F
Black with #F0645F
Text Example
Text Example
White with #F0645F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0645F; }
p { color: rgb(240,100,95); }
H1.HeaderClassName
{
color: #F0645F;
}
.AnyTagClassName
{
color: #F0645F;
}
</style>
background-color css
<style>
a { background-color: #F0645F; }
a { background-color: rgb(240,100,95); }
div.DivClassName
{
background-color: #F0645F;
}
.BgClassName
{
background-color: #F0645F;
}
</style>
border-color css
<style>
span { border-color: #F0645F; }
span { border-color: rgb(240,100,95); }
td.TdClassName
{
border-color: #F0645F;
}
.TagClassName
{
border-color: #F0645F;
}
</style>