Shades of Bittersweet #F6645C
Tints of Bittersweet #F6645C
RGB
CMYK
RGB Variations
Color information
#F6645C (or 0xF6645C) is known color: Bittersweet. HEX triplet: F6, 64 and 5C. RGB value is (246,100,92). Sum of RGB (Red+Green+Blue) = 246+100+92=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F6645C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6645C is #099BA3. Grayscale: #8E8E8E. Windows color (decimal): -629668 or 6055158. OLE color: 6055158.
HSL color Cylindrical-coordinate representation of color #F6645C: hue angle of 3.12º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6645C is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 100 | 92 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.04 |
| HSL | 3.12º | 0.9% | 0.66% | - |
| HSV(B) | 3.12º | 0.63% | 0.96% | - |
| XYZ | 44.49 | 29.48 | 13.47 | - |
| YUV | 142.74 | 99.37 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 100 | 92 | 0 | 0.59 | 0.63 | 0.04 | 3.12 | 0.9 | 0.66 |
| Hex | F6 | 64 | 5C | 0 | 3B | 3F | 4 | 3 | 5A | 42 |
| Octal | 366 | 144 | 134 | 0 | 73 | 77 | 4 | 3 | 132 | 102 |
| Binary | 11110110 | 1100100 | 1011100 | 0 | 111011 | 111111 | 100 | 11 | 1011010 | 1000010 |
Color Harmonies of #F6645C
Complementary color
Monochromatic Colors of #F6645C
Black with #F6645C
Text Example
Text Example
White with #F6645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6645C; }
p { color: rgb(246,100,92); }
H1.HeaderClassName
{
color: #F6645C;
}
.AnyTagClassName
{
color: #F6645C;
}
</style>
background-color css
<style>
a { background-color: #F6645C; }
a { background-color: rgb(246,100,92); }
div.DivClassName
{
background-color: #F6645C;
}
.BgClassName
{
background-color: #F6645C;
}
</style>
border-color css
<style>
span { border-color: #F6645C; }
span { border-color: rgb(246,100,92); }
td.TdClassName
{
border-color: #F6645C;
}
.TagClassName
{
border-color: #F6645C;
}
</style>