Shades of Bittersweet #F0655F
Tints of Bittersweet #F0655F
RGB
CMYK
RGB Variations
Color information
#F0655F (or 0xF0655F) is known color: Bittersweet. HEX triplet: F0, 65 and 5F. RGB value is (240,101,95). Sum of RGB (Red+Green+Blue) = 240+101+95=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0655F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0655F is #0F9AA0. Grayscale: #8E8E8E. Windows color (decimal): -1022625 or 6252016. OLE color: 6252016.
HSL color Cylindrical-coordinate representation of color #F0655F: hue angle of 2.48º 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 #F0655F is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 95 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.06 |
| HSL | 2.48º | 0.83% | 0.66% | - |
| HSV(B) | 2.48º | 0.6% | 0.94% | - |
| XYZ | 42.65 | 28.66 | 14.11 | - |
| YUV | 141.88 | 101.55 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 95 | 0 | 0.58 | 0.60 | 0.06 | 2.48 | 0.83 | 0.66 |
| Hex | F0 | 65 | 5F | 0 | 3A | 3C | 6 | 2 | 53 | 42 |
| Octal | 360 | 145 | 137 | 0 | 72 | 74 | 6 | 2 | 123 | 102 |
| Binary | 11110000 | 1100101 | 1011111 | 0 | 111010 | 111100 | 110 | 10 | 1010011 | 1000010 |
Color Harmonies of #F0655F
Complementary color
Monochromatic Colors of #F0655F
Black with #F0655F
Text Example
Text Example
White with #F0655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0655F; }
p { color: rgb(240,101,95); }
H1.HeaderClassName
{
color: #F0655F;
}
.AnyTagClassName
{
color: #F0655F;
}
</style>
background-color css
<style>
a { background-color: #F0655F; }
a { background-color: rgb(240,101,95); }
div.DivClassName
{
background-color: #F0655F;
}
.BgClassName
{
background-color: #F0655F;
}
</style>
border-color css
<style>
span { border-color: #F0655F; }
span { border-color: rgb(240,101,95); }
td.TdClassName
{
border-color: #F0655F;
}
.TagClassName
{
border-color: #F0655F;
}
</style>