Shades of Bittersweet #FF7064
Tints of Bittersweet #FF7064
RGB
CMYK
RGB Variations
Color information
#FF7064 (or 0xFF7064) is known color: Bittersweet. HEX triplet: FF, 70 and 64. RGB value is (255,112,100). Sum of RGB (Red+Green+Blue) = 255+112+100=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7064 is #008F9B. Grayscale: #999999. Windows color (decimal): -36764 or 6582527. OLE color: 6582527.
HSL color Cylindrical-coordinate representation of color #FF7064: hue angle of 4.65º 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 #FF7064 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 100 | - |
| CMYK | 0 | 0.56 | 0.61 | 0 |
| HSL | 4.65º | 1% | 0.7% | - |
| HSV(B) | 4.65º | 0.61% | 1% | - |
| XYZ | 49.33 | 33.77 | 15.97 | - |
| YUV | 153.39 | 97.88 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 100 | 0 | 0.56 | 0.61 | 0 | 4.65 | 1 | 0.7 |
| Hex | FF | 70 | 64 | 0 | 38 | 3D | 0 | 5 | 64 | 46 |
| Octal | 377 | 160 | 144 | 0 | 70 | 75 | 0 | 5 | 144 | 106 |
| Binary | 11111111 | 1110000 | 1100100 | 0 | 111000 | 111101 | 0 | 101 | 1100100 | 1000110 |
Color Harmonies of #FF7064
Complementary color
Monochromatic Colors of #FF7064
Black with #FF7064
Text Example
Text Example
White with #FF7064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7064; }
p { color: rgb(255,112,100); }
H1.HeaderClassName
{
color: #FF7064;
}
.AnyTagClassName
{
color: #FF7064;
}
</style>
background-color css
<style>
a { background-color: #FF7064; }
a { background-color: rgb(255,112,100); }
div.DivClassName
{
background-color: #FF7064;
}
.BgClassName
{
background-color: #FF7064;
}
</style>
border-color css
<style>
span { border-color: #FF7064; }
span { border-color: rgb(255,112,100); }
td.TdClassName
{
border-color: #FF7064;
}
.TagClassName
{
border-color: #FF7064;
}
</style>