Shades of Bittersweet #FC615D
Tints of Bittersweet #FC615D
RGB
CMYK
RGB Variations
Color information
#FC615D (or 0xFC615D) is known color: Bittersweet. HEX triplet: FC, 61 and 5D. RGB value is (252,97,93). Sum of RGB (Red+Green+Blue) = 252+97+93=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC615D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC615D is #039EA2. Grayscale: #8F8F8F. Windows color (decimal): -237219 or 6119932. OLE color: 6119932.
HSL color Cylindrical-coordinate representation of color #FC615D: hue angle of 1.51º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC615D is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 93 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.01 |
| HSL | 1.51º | 0.96% | 0.68% | - |
| HSV(B) | 1.51º | 0.63% | 0.99% | - |
| XYZ | 46.4 | 30.04 | 13.71 | - |
| YUV | 142.89 | 99.85 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 93 | 0 | 0.62 | 0.63 | 0.01 | 1.51 | 0.96 | 0.68 |
| Hex | FC | 61 | 5D | 0 | 3E | 3F | 1 | 2 | 60 | 44 |
| Octal | 374 | 141 | 135 | 0 | 76 | 77 | 1 | 2 | 140 | 104 |
| Binary | 11111100 | 1100001 | 1011101 | 0 | 111110 | 111111 | 1 | 10 | 1100000 | 1000100 |
Color Harmonies of #FC615D
Complementary color
Monochromatic Colors of #FC615D
Black with #FC615D
Text Example
Text Example
White with #FC615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC615D; }
p { color: rgb(252,97,93); }
H1.HeaderClassName
{
color: #FC615D;
}
.AnyTagClassName
{
color: #FC615D;
}
</style>
background-color css
<style>
a { background-color: #FC615D; }
a { background-color: rgb(252,97,93); }
div.DivClassName
{
background-color: #FC615D;
}
.BgClassName
{
background-color: #FC615D;
}
</style>
border-color css
<style>
span { border-color: #FC615D; }
span { border-color: rgb(252,97,93); }
td.TdClassName
{
border-color: #FC615D;
}
.TagClassName
{
border-color: #FC615D;
}
</style>