Shades of Bittersweet #FC6B60
Tints of Bittersweet #FC6B60
RGB
CMYK
RGB Variations
Color information
#FC6B60 (or 0xFC6B60) is known color: Bittersweet. HEX triplet: FC, 6B and 60. RGB value is (252,107,96). Sum of RGB (Red+Green+Blue) = 252+107+96=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6B60 is #03949F. Grayscale: #959595. Windows color (decimal): -234656 or 6319100. OLE color: 6319100.
HSL color Cylindrical-coordinate representation of color #FC6B60: hue angle of 4.23º 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 #FC6B60 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 96 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.01 |
| HSL | 4.23º | 0.96% | 0.68% | - |
| HSV(B) | 4.23º | 0.62% | 0.99% | - |
| XYZ | 47.51 | 32.06 | 14.75 | - |
| YUV | 149.1 | 98.04 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 96 | 0 | 0.58 | 0.62 | 0.01 | 4.23 | 0.96 | 0.68 |
| Hex | FC | 6B | 60 | 0 | 3A | 3E | 1 | 4 | 60 | 44 |
| Octal | 374 | 153 | 140 | 0 | 72 | 76 | 1 | 4 | 140 | 104 |
| Binary | 11111100 | 1101011 | 1100000 | 0 | 111010 | 111110 | 1 | 100 | 1100000 | 1000100 |
Color Harmonies of #FC6B60
Complementary color
Monochromatic Colors of #FC6B60
Black with #FC6B60
Text Example
Text Example
White with #FC6B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6B60; }
p { color: rgb(252,107,96); }
H1.HeaderClassName
{
color: #FC6B60;
}
.AnyTagClassName
{
color: #FC6B60;
}
</style>
background-color css
<style>
a { background-color: #FC6B60; }
a { background-color: rgb(252,107,96); }
div.DivClassName
{
background-color: #FC6B60;
}
.BgClassName
{
background-color: #FC6B60;
}
</style>
border-color css
<style>
span { border-color: #FC6B60; }
span { border-color: rgb(252,107,96); }
td.TdClassName
{
border-color: #FC6B60;
}
.TagClassName
{
border-color: #FC6B60;
}
</style>