Shades of Bittersweet #F6645A
Tints of Bittersweet #F6645A
RGB
CMYK
RGB Variations
Color information
#F6645A (or 0xF6645A) is known color: Bittersweet. HEX triplet: F6, 64 and 5A. RGB value is (246,100,90). Sum of RGB (Red+Green+Blue) = 246+100+90=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F6645A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6645A is #099BA5. Grayscale: #8E8E8E. Windows color (decimal): -629670 or 5924086. OLE color: 5924086.
HSL color Cylindrical-coordinate representation of color #F6645A: hue angle of 3.85º 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 #F6645A is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 100 | 90 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.04 |
| HSL | 3.85º | 0.9% | 0.66% | - |
| HSV(B) | 3.85º | 0.63% | 0.96% | - |
| XYZ | 44.41 | 29.45 | 13.02 | - |
| YUV | 142.51 | 98.37 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 100 | 90 | 0 | 0.59 | 0.63 | 0.04 | 3.85 | 0.9 | 0.66 |
| Hex | F6 | 64 | 5A | 0 | 3B | 3F | 4 | 4 | 5A | 42 |
| Octal | 366 | 144 | 132 | 0 | 73 | 77 | 4 | 4 | 132 | 102 |
| Binary | 11110110 | 1100100 | 1011010 | 0 | 111011 | 111111 | 100 | 100 | 1011010 | 1000010 |
Color Harmonies of #F6645A
Complementary color
Monochromatic Colors of #F6645A
Black with #F6645A
Text Example
Text Example
White with #F6645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6645A; }
p { color: rgb(246,100,90); }
H1.HeaderClassName
{
color: #F6645A;
}
.AnyTagClassName
{
color: #F6645A;
}
</style>
background-color css
<style>
a { background-color: #F6645A; }
a { background-color: rgb(246,100,90); }
div.DivClassName
{
background-color: #F6645A;
}
.BgClassName
{
background-color: #F6645A;
}
</style>
border-color css
<style>
span { border-color: #F6645A; }
span { border-color: rgb(246,100,90); }
td.TdClassName
{
border-color: #F6645A;
}
.TagClassName
{
border-color: #F6645A;
}
</style>