Shades of Bittersweet #FC6564
Tints of Bittersweet #FC6564
RGB
CMYK
RGB Variations
Color information
#FC6564 (or 0xFC6564) is known color: Bittersweet. HEX triplet: FC, 65 and 64. RGB value is (252,101,100). Sum of RGB (Red+Green+Blue) = 252+101+100=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6564 is #039A9B. Grayscale: #929292. Windows color (decimal): -236188 or 6579708. OLE color: 6579708.
HSL color Cylindrical-coordinate representation of color #FC6564: hue angle of 0.39º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC6564 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 100 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.01 |
| HSL | 0.39º | 0.96% | 0.69% | - |
| HSV(B) | 0.39º | 0.6% | 0.99% | - |
| XYZ | 47.1 | 30.92 | 15.54 | - |
| YUV | 146.04 | 102.03 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 100 | 0 | 0.60 | 0.60 | 0.01 | 0.39 | 0.96 | 0.69 |
| Hex | FC | 65 | 64 | 0 | 3C | 3C | 1 | 0 | 60 | 45 |
| Octal | 374 | 145 | 144 | 0 | 74 | 74 | 1 | 0 | 140 | 105 |
| Binary | 11111100 | 1100101 | 1100100 | 0 | 111100 | 111100 | 1 | 0 | 1100000 | 1000101 |
Color Harmonies of #FC6564
Complementary color
Monochromatic Colors of #FC6564
Black with #FC6564
Text Example
Text Example
White with #FC6564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6564; }
p { color: rgb(252,101,100); }
H1.HeaderClassName
{
color: #FC6564;
}
.AnyTagClassName
{
color: #FC6564;
}
</style>
background-color css
<style>
a { background-color: #FC6564; }
a { background-color: rgb(252,101,100); }
div.DivClassName
{
background-color: #FC6564;
}
.BgClassName
{
background-color: #FC6564;
}
</style>
border-color css
<style>
span { border-color: #FC6564; }
span { border-color: rgb(252,101,100); }
td.TdClassName
{
border-color: #FC6564;
}
.TagClassName
{
border-color: #FC6564;
}
</style>