Shades of Bittersweet #FF6864
Tints of Bittersweet #FF6864
RGB
CMYK
RGB Variations
Color information
#FF6864 (or 0xFF6864) is known color: Bittersweet. HEX triplet: FF, 68 and 64. RGB value is (255,104,100). Sum of RGB (Red+Green+Blue) = 255+104+100=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6864 is #00979B. Grayscale: #949494. Windows color (decimal): -38812 or 6580479. OLE color: 6580479.
HSL color Cylindrical-coordinate representation of color #FF6864: hue angle of 1.55º 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 #FF6864 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 100 | - |
| CMYK | 0 | 0.59 | 0.61 | 0 |
| HSL | 1.55º | 1% | 0.7% | - |
| HSV(B) | 1.55º | 0.61% | 1% | - |
| XYZ | 48.49 | 32.08 | 15.69 | - |
| YUV | 148.69 | 100.53 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 100 | 0 | 0.59 | 0.61 | 0 | 1.55 | 1 | 0.7 |
| Hex | FF | 68 | 64 | 0 | 3B | 3D | 0 | 2 | 64 | 46 |
| Octal | 377 | 150 | 144 | 0 | 73 | 75 | 0 | 2 | 144 | 106 |
| Binary | 11111111 | 1101000 | 1100100 | 0 | 111011 | 111101 | 0 | 10 | 1100100 | 1000110 |
Color Harmonies of #FF6864
Complementary color
Monochromatic Colors of #FF6864
Black with #FF6864
Text Example
Text Example
White with #FF6864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6864; }
p { color: rgb(255,104,100); }
H1.HeaderClassName
{
color: #FF6864;
}
.AnyTagClassName
{
color: #FF6864;
}
</style>
background-color css
<style>
a { background-color: #FF6864; }
a { background-color: rgb(255,104,100); }
div.DivClassName
{
background-color: #FF6864;
}
.BgClassName
{
background-color: #FF6864;
}
</style>
border-color css
<style>
span { border-color: #FF6864; }
span { border-color: rgb(255,104,100); }
td.TdClassName
{
border-color: #FF6864;
}
.TagClassName
{
border-color: #FF6864;
}
</style>