Shades of Bittersweet #F06459
Tints of Bittersweet #F06459
RGB
CMYK
RGB Variations
Color information
#F06459 (or 0xF06459) is known color: Bittersweet. HEX triplet: F0, 64 and 59. RGB value is (240,100,89). Sum of RGB (Red+Green+Blue) = 240+100+89=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F06459 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06459 is #0F9BA6. Grayscale: #8C8C8C. Windows color (decimal): -1022887 or 5858544. OLE color: 5858544.
HSL color Cylindrical-coordinate representation of color #F06459: hue angle of 4.37º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F06459 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 89 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.06 |
| HSL | 4.37º | 0.83% | 0.65% | - |
| HSV(B) | 4.37º | 0.63% | 0.94% | - |
| XYZ | 42.3 | 28.36 | 12.7 | - |
| YUV | 140.61 | 98.88 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 89 | 0 | 0.58 | 0.63 | 0.06 | 4.37 | 0.83 | 0.65 |
| Hex | F0 | 64 | 59 | 0 | 3A | 3F | 6 | 4 | 53 | 41 |
| Octal | 360 | 144 | 131 | 0 | 72 | 77 | 6 | 4 | 123 | 101 |
| Binary | 11110000 | 1100100 | 1011001 | 0 | 111010 | 111111 | 110 | 100 | 1010011 | 1000001 |
Color Harmonies of #F06459
Complementary color
Monochromatic Colors of #F06459
Black with #F06459
Text Example
Text Example
White with #F06459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06459; }
p { color: rgb(240,100,89); }
H1.HeaderClassName
{
color: #F06459;
}
.AnyTagClassName
{
color: #F06459;
}
</style>
background-color css
<style>
a { background-color: #F06459; }
a { background-color: rgb(240,100,89); }
div.DivClassName
{
background-color: #F06459;
}
.BgClassName
{
background-color: #F06459;
}
</style>
border-color css
<style>
span { border-color: #F06459; }
span { border-color: rgb(240,100,89); }
td.TdClassName
{
border-color: #F06459;
}
.TagClassName
{
border-color: #F06459;
}
</style>