#f56c56

Color #F56C56 Bittersweet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bittersweet #F56C56

Tints of Bittersweet #F56C56

Color information

#F56C56 (or 0xF56C56) is unknown color: approx Bittersweet. HEX triplet: F5, 6C and 56. RGB value is (245,108,86). Sum of RGB (Red+Green+Blue) = 245+108+86=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 86 (33.98% from 255 or 19.59% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F56C56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56C56 is #0A93A9. Grayscale: #929292. Windows color (decimal): -693162 or 5663989. OLE color: 5663989.

HSL color Cylindrical-coordinate representation of color #F56C56: hue angle of 8.3º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F56C56 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB24510886-
CMYK00.560.650.04
HSL8.3º88.83%64.9%-
HSV(B)8.3º64.9%96.08%-
XYZ44.730.8112.4-
YUV146.4593.89198.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 55.81%
GREEN value IS 108 (42.58% from 255) = 24.60%
BLUE value IS 86 (33.98% from 255) = 19.59%
R=55.81%
G=24.60%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451088600.560.650.048.388.8364.9
HexF56C5603841485941
Octal365154126070101410131101
Binary111101011101100101011001110001000001100100010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f56c56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f56c56; }

 p { color: rgb(245,108,86); }

 H1.HeaderClassName
 {
   color: #f56c56;
 }
 .AnyTagClassName
 {
   color: #f56c56;
 }
</style>
background-color css

<style>
 a { background-color: #f56c56; }

 a { background-color: rgb(245,108,86); }

 div.DivClassName
 {
   background-color: #f56c56;
 }
 .BgClassName
 {
   background-color: #f56c56;
 }
</style>
border-color css

<style>
 span { border-color: #f56c56; }

 span { border-color: rgb(245,108,86); }

 td.TdClassName
 {
   border-color: #f56c56;
 }
 .TagClassName
 {
   border-color: #f56c56;
 }
</style>