Shades of Bittersweet #FF7163
Tints of Bittersweet #FF7163
RGB
CMYK
RGB Variations
Color information
#FF7163 (or 0xFF7163) is known color: Bittersweet. HEX triplet: FF, 71 and 63. RGB value is (255,113,99). Sum of RGB (Red+Green+Blue) = 255+113+99=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7163 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7163 is #008E9C. Grayscale: #9A9A9A. Windows color (decimal): -36509 or 6517247. OLE color: 6517247.
HSL color Cylindrical-coordinate representation of color #FF7163: hue angle of 5.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 #FF7163 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 99 | - |
| CMYK | 0 | 0.56 | 0.61 | 0 |
| HSL | 5.38º | 1% | 0.69% | - |
| HSV(B) | 5.38º | 0.61% | 1% | - |
| XYZ | 49.4 | 33.97 | 15.76 | - |
| YUV | 153.86 | 97.04 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 99 | 0 | 0.56 | 0.61 | 0 | 5.38 | 1 | 0.69 |
| Hex | FF | 71 | 63 | 0 | 38 | 3D | 0 | 5 | 64 | 45 |
| Octal | 377 | 161 | 143 | 0 | 70 | 75 | 0 | 5 | 144 | 105 |
| Binary | 11111111 | 1110001 | 1100011 | 0 | 111000 | 111101 | 0 | 101 | 1100100 | 1000101 |
Color Harmonies of #FF7163
Complementary color
Monochromatic Colors of #FF7163
Black with #FF7163
Text Example
Text Example
White with #FF7163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7163; }
p { color: rgb(255,113,99); }
H1.HeaderClassName
{
color: #FF7163;
}
.AnyTagClassName
{
color: #FF7163;
}
</style>
background-color css
<style>
a { background-color: #FF7163; }
a { background-color: rgb(255,113,99); }
div.DivClassName
{
background-color: #FF7163;
}
.BgClassName
{
background-color: #FF7163;
}
</style>
border-color css
<style>
span { border-color: #FF7163; }
span { border-color: rgb(255,113,99); }
td.TdClassName
{
border-color: #FF7163;
}
.TagClassName
{
border-color: #FF7163;
}
</style>