Shades of Bittersweet #FF7063
Tints of Bittersweet #FF7063
RGB
CMYK
RGB Variations
Color information
#FF7063 (or 0xFF7063) is known color: Bittersweet. HEX triplet: FF, 70 and 63. RGB value is (255,112,99). Sum of RGB (Red+Green+Blue) = 255+112+99=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7063 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7063 is #008F9C. Grayscale: #999999. Windows color (decimal): -36765 or 6516991. OLE color: 6516991.
HSL color Cylindrical-coordinate representation of color #FF7063: hue angle of 5º 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 #FF7063 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 99 | - |
| CMYK | 0 | 0.56 | 0.61 | 0 |
| HSL | 5º | 1% | 0.69% | - |
| HSV(B) | 5º | 0.61% | 1% | - |
| XYZ | 49.29 | 33.75 | 15.72 | - |
| YUV | 153.28 | 97.38 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 99 | 0 | 0.56 | 0.61 | 0 | 5 | 1 | 0.69 |
| Hex | FF | 70 | 63 | 0 | 38 | 3D | 0 | 5 | 64 | 45 |
| Octal | 377 | 160 | 143 | 0 | 70 | 75 | 0 | 5 | 144 | 105 |
| Binary | 11111111 | 1110000 | 1100011 | 0 | 111000 | 111101 | 0 | 101 | 1100100 | 1000101 |
Color Harmonies of #FF7063
Complementary color
Monochromatic Colors of #FF7063
Black with #FF7063
Text Example
Text Example
White with #FF7063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7063; }
p { color: rgb(255,112,99); }
H1.HeaderClassName
{
color: #FF7063;
}
.AnyTagClassName
{
color: #FF7063;
}
</style>
background-color css
<style>
a { background-color: #FF7063; }
a { background-color: rgb(255,112,99); }
div.DivClassName
{
background-color: #FF7063;
}
.BgClassName
{
background-color: #FF7063;
}
</style>
border-color css
<style>
span { border-color: #FF7063; }
span { border-color: rgb(255,112,99); }
td.TdClassName
{
border-color: #FF7063;
}
.TagClassName
{
border-color: #FF7063;
}
</style>