Shades of Bittersweet #FF6865
Tints of Bittersweet #FF6865
RGB
CMYK
RGB Variations
Color information
#FF6865 (or 0xFF6865) is known color: Bittersweet. HEX triplet: FF, 68 and 65. RGB value is (255,104,101). Sum of RGB (Red+Green+Blue) = 255+104+101=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6865 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6865 is #00979A. Grayscale: #949494. Windows color (decimal): -38811 or 6646015. OLE color: 6646015.
HSL color Cylindrical-coordinate representation of color #FF6865: hue angle of 1.17º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6865 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 101 | - |
| CMYK | 0 | 0.59 | 0.60 | 0 |
| HSL | 1.17º | 1% | 0.7% | - |
| HSV(B) | 1.17º | 0.6% | 1% | - |
| XYZ | 48.54 | 32.1 | 15.95 | - |
| YUV | 148.81 | 101.03 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 101 | 0 | 0.59 | 0.60 | 0 | 1.17 | 1 | 0.7 |
| Hex | FF | 68 | 65 | 0 | 3B | 3C | 0 | 1 | 64 | 46 |
| Octal | 377 | 150 | 145 | 0 | 73 | 74 | 0 | 1 | 144 | 106 |
| Binary | 11111111 | 1101000 | 1100101 | 0 | 111011 | 111100 | 0 | 1 | 1100100 | 1000110 |
Color Harmonies of #FF6865
Complementary color
Monochromatic Colors of #FF6865
Black with #FF6865
Text Example
Text Example
White with #FF6865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6865; }
p { color: rgb(255,104,101); }
H1.HeaderClassName
{
color: #FF6865;
}
.AnyTagClassName
{
color: #FF6865;
}
</style>
background-color css
<style>
a { background-color: #FF6865; }
a { background-color: rgb(255,104,101); }
div.DivClassName
{
background-color: #FF6865;
}
.BgClassName
{
background-color: #FF6865;
}
</style>
border-color css
<style>
span { border-color: #FF6865; }
span { border-color: rgb(255,104,101); }
td.TdClassName
{
border-color: #FF6865;
}
.TagClassName
{
border-color: #FF6865;
}
</style>