Shades of Bittersweet #F0665B
Tints of Bittersweet #F0665B
RGB
CMYK
RGB Variations
Color information
#F0665B (or 0xF0665B) is known color: Bittersweet. HEX triplet: F0, 66 and 5B. RGB value is (240,102,91). Sum of RGB (Red+Green+Blue) = 240+102+91=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0665B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0665B is #0F99A4. Grayscale: #8E8E8E. Windows color (decimal): -1022373 or 5990128. OLE color: 5990128.
HSL color Cylindrical-coordinate representation of color #F0665B: hue angle of 4.43º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0665B is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 91 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.06 |
| HSL | 4.43º | 0.83% | 0.65% | - |
| HSV(B) | 4.43º | 0.62% | 0.94% | - |
| XYZ | 42.57 | 28.78 | 13.21 | - |
| YUV | 142.01 | 99.22 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 91 | 0 | 0.58 | 0.62 | 0.06 | 4.43 | 0.83 | 0.65 |
| Hex | F0 | 66 | 5B | 0 | 3A | 3E | 6 | 4 | 53 | 41 |
| Octal | 360 | 146 | 133 | 0 | 72 | 76 | 6 | 4 | 123 | 101 |
| Binary | 11110000 | 1100110 | 1011011 | 0 | 111010 | 111110 | 110 | 100 | 1010011 | 1000001 |
Color Harmonies of #F0665B
Complementary color
Monochromatic Colors of #F0665B
Black with #F0665B
Text Example
Text Example
White with #F0665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0665B; }
p { color: rgb(240,102,91); }
H1.HeaderClassName
{
color: #F0665B;
}
.AnyTagClassName
{
color: #F0665B;
}
</style>
background-color css
<style>
a { background-color: #F0665B; }
a { background-color: rgb(240,102,91); }
div.DivClassName
{
background-color: #F0665B;
}
.BgClassName
{
background-color: #F0665B;
}
</style>
border-color css
<style>
span { border-color: #F0665B; }
span { border-color: rgb(240,102,91); }
td.TdClassName
{
border-color: #F0665B;
}
.TagClassName
{
border-color: #F0665B;
}
</style>