Shades of Bittersweet #F6645D
Tints of Bittersweet #F6645D
RGB
CMYK
RGB Variations
Color information
#F6645D (or 0xF6645D) is known color: Bittersweet. HEX triplet: F6, 64 and 5D. RGB value is (246,100,93). Sum of RGB (Red+Green+Blue) = 246+100+93=439 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.04% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 246 - color contains mainly: red. Hex color #F6645D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6645D is #099BA2. Grayscale: #8F8F8F. Windows color (decimal): -629667 or 6120694. OLE color: 6120694.
HSL color Cylindrical-coordinate representation of color #F6645D: hue angle of 2.75º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6645D is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 100 | 93 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.04 |
| HSL | 2.75º | 0.89% | 0.66% | - |
| HSV(B) | 2.75º | 0.62% | 0.96% | - |
| XYZ | 44.54 | 29.5 | 13.7 | - |
| YUV | 142.86 | 99.87 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 100 | 93 | 0 | 0.59 | 0.62 | 0.04 | 2.75 | 0.89 | 0.66 |
| Hex | F6 | 64 | 5D | 0 | 3B | 3E | 4 | 3 | 59 | 42 |
| Octal | 366 | 144 | 135 | 0 | 73 | 76 | 4 | 3 | 131 | 102 |
| Binary | 11110110 | 1100100 | 1011101 | 0 | 111011 | 111110 | 100 | 11 | 1011001 | 1000010 |
Color Harmonies of #F6645D
Complementary color
Monochromatic Colors of #F6645D
Black with #F6645D
Text Example
Text Example
White with #F6645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6645D; }
p { color: rgb(246,100,93); }
H1.HeaderClassName
{
color: #F6645D;
}
.AnyTagClassName
{
color: #F6645D;
}
</style>
background-color css
<style>
a { background-color: #F6645D; }
a { background-color: rgb(246,100,93); }
div.DivClassName
{
background-color: #F6645D;
}
.BgClassName
{
background-color: #F6645D;
}
</style>
border-color css
<style>
span { border-color: #F6645D; }
span { border-color: rgb(246,100,93); }
td.TdClassName
{
border-color: #F6645D;
}
.TagClassName
{
border-color: #F6645D;
}
</style>