Shades of Bittersweet #FF6A64
Tints of Bittersweet #FF6A64
RGB
CMYK
RGB Variations
Color information
#FF6A64 (or 0xFF6A64) is known color: Bittersweet. HEX triplet: FF, 6A and 64. RGB value is (255,106,100). Sum of RGB (Red+Green+Blue) = 255+106+100=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6A64 is #00959B. Grayscale: #969696. Windows color (decimal): -38300 or 6580991. OLE color: 6580991.
HSL color Cylindrical-coordinate representation of color #FF6A64: hue angle of 2.32º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF6A64 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 100 | - |
| CMYK | 0 | 0.58 | 0.61 | 0 |
| HSL | 2.32º | 1% | 0.7% | - |
| HSV(B) | 2.32º | 0.61% | 1% | - |
| XYZ | 48.69 | 32.49 | 15.76 | - |
| YUV | 149.87 | 99.86 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 100 | 0 | 0.58 | 0.61 | 0 | 2.32 | 1 | 0.7 |
| Hex | FF | 6A | 64 | 0 | 3A | 3D | 0 | 2 | 64 | 46 |
| Octal | 377 | 152 | 144 | 0 | 72 | 75 | 0 | 2 | 144 | 106 |
| Binary | 11111111 | 1101010 | 1100100 | 0 | 111010 | 111101 | 0 | 10 | 1100100 | 1000110 |
Color Harmonies of #FF6A64
Complementary color
Monochromatic Colors of #FF6A64
Black with #FF6A64
Text Example
Text Example
White with #FF6A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A64; }
p { color: rgb(255,106,100); }
H1.HeaderClassName
{
color: #FF6A64;
}
.AnyTagClassName
{
color: #FF6A64;
}
</style>
background-color css
<style>
a { background-color: #FF6A64; }
a { background-color: rgb(255,106,100); }
div.DivClassName
{
background-color: #FF6A64;
}
.BgClassName
{
background-color: #FF6A64;
}
</style>
border-color css
<style>
span { border-color: #FF6A64; }
span { border-color: rgb(255,106,100); }
td.TdClassName
{
border-color: #FF6A64;
}
.TagClassName
{
border-color: #FF6A64;
}
</style>