Shades of Bittersweet #FF6863
Tints of Bittersweet #FF6863
RGB
CMYK
RGB Variations
Color information
#FF6863 (or 0xFF6863) is known color: Bittersweet. HEX triplet: FF, 68 and 63. RGB value is (255,104,99). Sum of RGB (Red+Green+Blue) = 255+104+99=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6863 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6863 is #00979C. Grayscale: #949494. Windows color (decimal): -38813 or 6514943. OLE color: 6514943.
HSL color Cylindrical-coordinate representation of color #FF6863: hue angle of 1.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF6863 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 99 | - |
| CMYK | 0 | 0.59 | 0.61 | 0 |
| HSL | 1.92º | 1% | 0.69% | - |
| HSV(B) | 1.92º | 0.61% | 1% | - |
| XYZ | 48.44 | 32.06 | 15.44 | - |
| YUV | 148.58 | 100.03 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 99 | 0 | 0.59 | 0.61 | 0 | 1.92 | 1 | 0.69 |
| Hex | FF | 68 | 63 | 0 | 3B | 3D | 0 | 2 | 64 | 45 |
| Octal | 377 | 150 | 143 | 0 | 73 | 75 | 0 | 2 | 144 | 105 |
| Binary | 11111111 | 1101000 | 1100011 | 0 | 111011 | 111101 | 0 | 10 | 1100100 | 1000101 |
Color Harmonies of #FF6863
Complementary color
Monochromatic Colors of #FF6863
Black with #FF6863
Text Example
Text Example
White with #FF6863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6863; }
p { color: rgb(255,104,99); }
H1.HeaderClassName
{
color: #FF6863;
}
.AnyTagClassName
{
color: #FF6863;
}
</style>
background-color css
<style>
a { background-color: #FF6863; }
a { background-color: rgb(255,104,99); }
div.DivClassName
{
background-color: #FF6863;
}
.BgClassName
{
background-color: #FF6863;
}
</style>
border-color css
<style>
span { border-color: #FF6863; }
span { border-color: rgb(255,104,99); }
td.TdClassName
{
border-color: #FF6863;
}
.TagClassName
{
border-color: #FF6863;
}
</style>