Shades of Bittersweet #FF6563
Tints of Bittersweet #FF6563
RGB
CMYK
RGB Variations
Color information
#FF6563 (or 0xFF6563) is known color: Bittersweet. HEX triplet: FF, 65 and 63. RGB value is (255,101,99). Sum of RGB (Red+Green+Blue) = 255+101+99=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6563 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6563 is #009A9C. Grayscale: #929292. Windows color (decimal): -39581 or 6514175. OLE color: 6514175.
HSL color Cylindrical-coordinate representation of color #FF6563: hue angle of 0.77º 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 #FF6563 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 99 | - |
| CMYK | 0 | 0.60 | 0.61 | 0 |
| HSL | 0.77º | 1% | 0.69% | - |
| HSV(B) | 0.77º | 0.61% | 1% | - |
| XYZ | 48.15 | 31.47 | 15.34 | - |
| YUV | 146.82 | 101.02 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 99 | 0 | 0.60 | 0.61 | 0 | 0.77 | 1 | 0.69 |
| Hex | FF | 65 | 63 | 0 | 3C | 3D | 0 | 1 | 64 | 45 |
| Octal | 377 | 145 | 143 | 0 | 74 | 75 | 0 | 1 | 144 | 105 |
| Binary | 11111111 | 1100101 | 1100011 | 0 | 111100 | 111101 | 0 | 1 | 1100100 | 1000101 |
Color Harmonies of #FF6563
Complementary color
Monochromatic Colors of #FF6563
Black with #FF6563
Text Example
Text Example
White with #FF6563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6563; }
p { color: rgb(255,101,99); }
H1.HeaderClassName
{
color: #FF6563;
}
.AnyTagClassName
{
color: #FF6563;
}
</style>
background-color css
<style>
a { background-color: #FF6563; }
a { background-color: rgb(255,101,99); }
div.DivClassName
{
background-color: #FF6563;
}
.BgClassName
{
background-color: #FF6563;
}
</style>
border-color css
<style>
span { border-color: #FF6563; }
span { border-color: rgb(255,101,99); }
td.TdClassName
{
border-color: #FF6563;
}
.TagClassName
{
border-color: #FF6563;
}
</style>