Shades of Bittersweet #F6635E
Tints of Bittersweet #F6635E
RGB
CMYK
RGB Variations
Color information
#F6635E (or 0xF6635E) is known color: Bittersweet. HEX triplet: F6, 63 and 5E. RGB value is (246,99,94). Sum of RGB (Red+Green+Blue) = 246+99+94=439 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.04% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 246 - color contains mainly: red. Hex color #F6635E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6635E is #099CA1. Grayscale: #8E8E8E. Windows color (decimal): -629922 or 6185974. OLE color: 6185974.
HSL color Cylindrical-coordinate representation of color #F6635E: hue angle of 1.97º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6635E is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 99 | 94 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.04 |
| HSL | 1.97º | 0.89% | 0.67% | - |
| HSV(B) | 1.97º | 0.62% | 0.96% | - |
| XYZ | 44.49 | 29.32 | 13.91 | - |
| YUV | 142.38 | 100.7 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 99 | 94 | 0 | 0.60 | 0.62 | 0.04 | 1.97 | 0.89 | 0.67 |
| Hex | F6 | 63 | 5E | 0 | 3C | 3E | 4 | 2 | 59 | 43 |
| Octal | 366 | 143 | 136 | 0 | 74 | 76 | 4 | 2 | 131 | 103 |
| Binary | 11110110 | 1100011 | 1011110 | 0 | 111100 | 111110 | 100 | 10 | 1011001 | 1000011 |
Color Harmonies of #F6635E
Complementary color
Monochromatic Colors of #F6635E
Black with #F6635E
Text Example
Text Example
White with #F6635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6635E; }
p { color: rgb(246,99,94); }
H1.HeaderClassName
{
color: #F6635E;
}
.AnyTagClassName
{
color: #F6635E;
}
</style>
background-color css
<style>
a { background-color: #F6635E; }
a { background-color: rgb(246,99,94); }
div.DivClassName
{
background-color: #F6635E;
}
.BgClassName
{
background-color: #F6635E;
}
</style>
border-color css
<style>
span { border-color: #F6635E; }
span { border-color: rgb(246,99,94); }
td.TdClassName
{
border-color: #F6635E;
}
.TagClassName
{
border-color: #F6635E;
}
</style>