Shades of Bittersweet #FC615B
Tints of Bittersweet #FC615B
RGB
CMYK
RGB Variations
Color information
#FC615B (or 0xFC615B) is known color: Bittersweet. HEX triplet: FC, 61 and 5B. RGB value is (252,97,91). Sum of RGB (Red+Green+Blue) = 252+97+91=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC615B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC615B is #039EA4. Grayscale: #8E8E8E. Windows color (decimal): -237221 or 5988860. OLE color: 5988860.
HSL color Cylindrical-coordinate representation of color #FC615B: hue angle of 2.24º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC615B is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 91 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.01 |
| HSL | 2.24º | 0.96% | 0.67% | - |
| HSV(B) | 2.24º | 0.64% | 0.99% | - |
| XYZ | 46.31 | 30 | 13.25 | - |
| YUV | 142.66 | 98.85 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 91 | 0 | 0.62 | 0.64 | 0.01 | 2.24 | 0.96 | 0.67 |
| Hex | FC | 61 | 5B | 0 | 3E | 40 | 1 | 2 | 60 | 43 |
| Octal | 374 | 141 | 133 | 0 | 76 | 100 | 1 | 2 | 140 | 103 |
| Binary | 11111100 | 1100001 | 1011011 | 0 | 111110 | 1000000 | 1 | 10 | 1100000 | 1000011 |
Color Harmonies of #FC615B
Complementary color
Monochromatic Colors of #FC615B
Black with #FC615B
Text Example
Text Example
White with #FC615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC615B; }
p { color: rgb(252,97,91); }
H1.HeaderClassName
{
color: #FC615B;
}
.AnyTagClassName
{
color: #FC615B;
}
</style>
background-color css
<style>
a { background-color: #FC615B; }
a { background-color: rgb(252,97,91); }
div.DivClassName
{
background-color: #FC615B;
}
.BgClassName
{
background-color: #FC615B;
}
</style>
border-color css
<style>
span { border-color: #FC615B; }
span { border-color: rgb(252,97,91); }
td.TdClassName
{
border-color: #FC615B;
}
.TagClassName
{
border-color: #FC615B;
}
</style>