Shades of Bittersweet #FC7163
Tints of Bittersweet #FC7163
RGB
CMYK
RGB Variations
Color information
#FC7163 (or 0xFC7163) is known color: Bittersweet. HEX triplet: FC, 71 and 63. RGB value is (252,113,99). Sum of RGB (Red+Green+Blue) = 252+113+99=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7163 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7163 is #038E9C. Grayscale: #999999. Windows color (decimal): -233117 or 6517244. OLE color: 6517244.
HSL color Cylindrical-coordinate representation of color #FC7163: hue angle of 5.49º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC7163 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 99 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.01 |
| HSL | 5.49º | 0.96% | 0.69% | - |
| HSV(B) | 5.49º | 0.61% | 0.99% | - |
| XYZ | 48.3 | 33.41 | 15.71 | - |
| YUV | 152.97 | 97.55 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 99 | 0 | 0.55 | 0.61 | 0.01 | 5.49 | 0.96 | 0.69 |
| Hex | FC | 71 | 63 | 0 | 37 | 3D | 1 | 5 | 60 | 45 |
| Octal | 374 | 161 | 143 | 0 | 67 | 75 | 1 | 5 | 140 | 105 |
| Binary | 11111100 | 1110001 | 1100011 | 0 | 110111 | 111101 | 1 | 101 | 1100000 | 1000101 |
Color Harmonies of #FC7163
Complementary color
Monochromatic Colors of #FC7163
Black with #FC7163
Text Example
Text Example
White with #FC7163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7163; }
p { color: rgb(252,113,99); }
H1.HeaderClassName
{
color: #FC7163;
}
.AnyTagClassName
{
color: #FC7163;
}
</style>
background-color css
<style>
a { background-color: #FC7163; }
a { background-color: rgb(252,113,99); }
div.DivClassName
{
background-color: #FC7163;
}
.BgClassName
{
background-color: #FC7163;
}
</style>
border-color css
<style>
span { border-color: #FC7163; }
span { border-color: rgb(252,113,99); }
td.TdClassName
{
border-color: #FC7163;
}
.TagClassName
{
border-color: #FC7163;
}
</style>