Shades of Bittersweet #F0665E
Tints of Bittersweet #F0665E
RGB
CMYK
RGB Variations
Color information
#F0665E (or 0xF0665E) is known color: Bittersweet. HEX triplet: F0, 66 and 5E. RGB value is (240,102,94). Sum of RGB (Red+Green+Blue) = 240+102+94=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0665E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0665E is #0F99A1. Grayscale: #8E8E8E. Windows color (decimal): -1022370 or 6186736. OLE color: 6186736.
HSL color Cylindrical-coordinate representation of color #F0665E: hue angle of 3.29º 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 #F0665E is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 94 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.06 |
| HSL | 3.29º | 0.83% | 0.65% | - |
| HSV(B) | 3.29º | 0.61% | 0.94% | - |
| XYZ | 42.71 | 28.84 | 13.9 | - |
| YUV | 142.35 | 100.72 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 94 | 0 | 0.58 | 0.61 | 0.06 | 3.29 | 0.83 | 0.65 |
| Hex | F0 | 66 | 5E | 0 | 3A | 3D | 6 | 3 | 53 | 41 |
| Octal | 360 | 146 | 136 | 0 | 72 | 75 | 6 | 3 | 123 | 101 |
| Binary | 11110000 | 1100110 | 1011110 | 0 | 111010 | 111101 | 110 | 11 | 1010011 | 1000001 |
Color Harmonies of #F0665E
Complementary color
Monochromatic Colors of #F0665E
Black with #F0665E
Text Example
Text Example
White with #F0665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0665E; }
p { color: rgb(240,102,94); }
H1.HeaderClassName
{
color: #F0665E;
}
.AnyTagClassName
{
color: #F0665E;
}
</style>
background-color css
<style>
a { background-color: #F0665E; }
a { background-color: rgb(240,102,94); }
div.DivClassName
{
background-color: #F0665E;
}
.BgClassName
{
background-color: #F0665E;
}
</style>
border-color css
<style>
span { border-color: #F0665E; }
span { border-color: rgb(240,102,94); }
td.TdClassName
{
border-color: #F0665E;
}
.TagClassName
{
border-color: #F0665E;
}
</style>