Shades of Bittersweet #F65D59
Tints of Bittersweet #F65D59
RGB
CMYK
RGB Variations
Color information
#F65D59 (or 0xF65D59) is known color: Bittersweet. HEX triplet: F6, 5D and 59. RGB value is (246,93,89). Sum of RGB (Red+Green+Blue) = 246+93+89=428 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.48% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65D59 is #09A2A6. Grayscale: #8A8A8A. Windows color (decimal): -631463 or 5856758. OLE color: 5856758.
HSL color Cylindrical-coordinate representation of color #F65D59: hue angle of 1.53º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F65D59 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 89 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.04 |
| HSL | 1.53º | 0.9% | 0.66% | - |
| HSV(B) | 1.53º | 0.64% | 0.96% | - |
| XYZ | 43.72 | 28.14 | 12.58 | - |
| YUV | 138.29 | 100.19 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 89 | 0 | 0.62 | 0.64 | 0.04 | 1.53 | 0.9 | 0.66 |
| Hex | F6 | 5D | 59 | 0 | 3E | 40 | 4 | 2 | 5A | 42 |
| Octal | 366 | 135 | 131 | 0 | 76 | 100 | 4 | 2 | 132 | 102 |
| Binary | 11110110 | 1011101 | 1011001 | 0 | 111110 | 1000000 | 100 | 10 | 1011010 | 1000010 |
Color Harmonies of #F65D59
Complementary color
Monochromatic Colors of #F65D59
Black with #F65D59
Text Example
Text Example
White with #F65D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65D59; }
p { color: rgb(246,93,89); }
H1.HeaderClassName
{
color: #F65D59;
}
.AnyTagClassName
{
color: #F65D59;
}
</style>
background-color css
<style>
a { background-color: #F65D59; }
a { background-color: rgb(246,93,89); }
div.DivClassName
{
background-color: #F65D59;
}
.BgClassName
{
background-color: #F65D59;
}
</style>
border-color css
<style>
span { border-color: #F65D59; }
span { border-color: rgb(246,93,89); }
td.TdClassName
{
border-color: #F65D59;
}
.TagClassName
{
border-color: #F65D59;
}
</style>