Shades of Bittersweet #FC7360
Tints of Bittersweet #FC7360
RGB
CMYK
RGB Variations
Color information
#FC7360 (or 0xFC7360) is known color: Bittersweet. HEX triplet: FC, 73 and 60. RGB value is (252,115,96). Sum of RGB (Red+Green+Blue) = 252+115+96=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7360 is #038C9F. Grayscale: #9A9A9A. Windows color (decimal): -232608 or 6321148. OLE color: 6321148.
HSL color Cylindrical-coordinate representation of color #FC7360: hue angle of 7.31º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC7360 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 96 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.01 |
| HSL | 7.31º | 0.96% | 0.68% | - |
| HSV(B) | 7.31º | 0.62% | 0.99% | - |
| XYZ | 48.39 | 33.8 | 15.04 | - |
| YUV | 153.8 | 95.39 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 96 | 0 | 0.54 | 0.62 | 0.01 | 7.31 | 0.96 | 0.68 |
| Hex | FC | 73 | 60 | 0 | 36 | 3E | 1 | 7 | 60 | 44 |
| Octal | 374 | 163 | 140 | 0 | 66 | 76 | 1 | 7 | 140 | 104 |
| Binary | 11111100 | 1110011 | 1100000 | 0 | 110110 | 111110 | 1 | 111 | 1100000 | 1000100 |
Color Harmonies of #FC7360
Complementary color
Monochromatic Colors of #FC7360
Black with #FC7360
Text Example
Text Example
White with #FC7360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7360; }
p { color: rgb(252,115,96); }
H1.HeaderClassName
{
color: #FC7360;
}
.AnyTagClassName
{
color: #FC7360;
}
</style>
background-color css
<style>
a { background-color: #FC7360; }
a { background-color: rgb(252,115,96); }
div.DivClassName
{
background-color: #FC7360;
}
.BgClassName
{
background-color: #FC7360;
}
</style>
border-color css
<style>
span { border-color: #FC7360; }
span { border-color: rgb(252,115,96); }
td.TdClassName
{
border-color: #FC7360;
}
.TagClassName
{
border-color: #FC7360;
}
</style>