Shades of Bittersweet #FC7363
Tints of Bittersweet #FC7363
RGB
CMYK
RGB Variations
Color information
#FC7363 (or 0xFC7363) is known color: Bittersweet. HEX triplet: FC, 73 and 63. RGB value is (252,115,99). Sum of RGB (Red+Green+Blue) = 252+115+99=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7363 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7363 is #038C9C. Grayscale: #9A9A9A. Windows color (decimal): -232605 or 6517756. OLE color: 6517756.
HSL color Cylindrical-coordinate representation of color #FC7363: hue angle of 6.27º 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 #FC7363 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 99 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.01 |
| HSL | 6.27º | 0.96% | 0.69% | - |
| HSV(B) | 6.27º | 0.61% | 0.99% | - |
| XYZ | 48.53 | 33.86 | 15.78 | - |
| YUV | 154.14 | 96.89 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 99 | 0 | 0.54 | 0.61 | 0.01 | 6.27 | 0.96 | 0.69 |
| Hex | FC | 73 | 63 | 0 | 36 | 3D | 1 | 6 | 60 | 45 |
| Octal | 374 | 163 | 143 | 0 | 66 | 75 | 1 | 6 | 140 | 105 |
| Binary | 11111100 | 1110011 | 1100011 | 0 | 110110 | 111101 | 1 | 110 | 1100000 | 1000101 |
Color Harmonies of #FC7363
Complementary color
Monochromatic Colors of #FC7363
Black with #FC7363
Text Example
Text Example
White with #FC7363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7363; }
p { color: rgb(252,115,99); }
H1.HeaderClassName
{
color: #FC7363;
}
.AnyTagClassName
{
color: #FC7363;
}
</style>
background-color css
<style>
a { background-color: #FC7363; }
a { background-color: rgb(252,115,99); }
div.DivClassName
{
background-color: #FC7363;
}
.BgClassName
{
background-color: #FC7363;
}
</style>
border-color css
<style>
span { border-color: #FC7363; }
span { border-color: rgb(252,115,99); }
td.TdClassName
{
border-color: #FC7363;
}
.TagClassName
{
border-color: #FC7363;
}
</style>