Shades of Bittersweet #FF6463
Tints of Bittersweet #FF6463
RGB
CMYK
RGB Variations
Color information
#FF6463 (or 0xFF6463) is known color: Bittersweet. HEX triplet: FF, 64 and 63. RGB value is (255,100,99). Sum of RGB (Red+Green+Blue) = 255+100+99=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6463 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6463 is #009B9C. Grayscale: #929292. Windows color (decimal): -39837 or 6513919. OLE color: 6513919.
HSL color Cylindrical-coordinate representation of color #FF6463: hue angle of 0.38º 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 #FF6463 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 99 | - |
| CMYK | 0 | 0.61 | 0.61 | 0 |
| HSL | 0.38º | 1% | 0.69% | - |
| HSV(B) | 0.38º | 0.61% | 1% | - |
| XYZ | 48.05 | 31.28 | 15.31 | - |
| YUV | 146.23 | 101.35 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 99 | 0 | 0.61 | 0.61 | 0 | 0.38 | 1 | 0.69 |
| Hex | FF | 64 | 63 | 0 | 3D | 3D | 0 | 0 | 64 | 45 |
| Octal | 377 | 144 | 143 | 0 | 75 | 75 | 0 | 0 | 144 | 105 |
| Binary | 11111111 | 1100100 | 1100011 | 0 | 111101 | 111101 | 0 | 0 | 1100100 | 1000101 |
Color Harmonies of #FF6463
Complementary color
Monochromatic Colors of #FF6463
Black with #FF6463
Text Example
Text Example
White with #FF6463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6463; }
p { color: rgb(255,100,99); }
H1.HeaderClassName
{
color: #FF6463;
}
.AnyTagClassName
{
color: #FF6463;
}
</style>
background-color css
<style>
a { background-color: #FF6463; }
a { background-color: rgb(255,100,99); }
div.DivClassName
{
background-color: #FF6463;
}
.BgClassName
{
background-color: #FF6463;
}
</style>
border-color css
<style>
span { border-color: #FF6463; }
span { border-color: rgb(255,100,99); }
td.TdClassName
{
border-color: #FF6463;
}
.TagClassName
{
border-color: #FF6463;
}
</style>