#F56C5A

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

Shades of Bittersweet #F56C5A

Tints of Bittersweet #F56C5A

Color information

#F56C5A (or 0xF56C5A) is unknown color: approx Bittersweet. HEX triplet: F5, 6C and 5A. RGB value is (245,108,90). Sum of RGB (Red+Green+Blue) = 245+108+90=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F56C5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56C5A is #0A93A5. Grayscale: #939393. Windows color (decimal): -693158 or 5926133. OLE color: 5926133.

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

Color convert

RGB24510890-
CMYK00.560.630.04
HSL6.97º88.57%65.69%-
HSV(B)6.97º63.27%96.08%-
XYZ44.8630.8813.27-
YUV146.9195.89197.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.30%
GREEN value IS 108 (42.58% from 255) = 24.38%
BLUE value IS 90 (35.55% from 255) = 20.32%
R=55.30%
G=24.38%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451089000.560.630.046.9788.5765.69
HexF56C5A0383F475942
Octal3651541320707747131102
Binary1111010111011001011010011100011111110011110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56C5A; }

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

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

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

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

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

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

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

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