#F56160

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

Shades of Bittersweet #F56160

Tints of Bittersweet #F56160

Color information

#F56160 (or 0xF56160) is unknown color: approx Bittersweet. HEX triplet: F5, 61 and 60. RGB value is (245,97,96). Sum of RGB (Red+Green+Blue) = 245+97+96=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F56160 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56160 is #0A9E9F. Grayscale: #8D8D8D. Windows color (decimal): -695968 or 6316533. OLE color: 6316533.

HSL color Cylindrical-coordinate representation of color #F56160: hue angle of 0.4º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F56160 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB2459796-
CMYK00.600.610.04
HSL0.4º88.17%66.86%-
HSV(B)0.4º60.82%96.08%-
XYZ44.0428.8114.31-
YUV141.14102.53202.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.94%
GREEN value IS 97 (38.28% from 255) = 22.15%
BLUE value IS 96 (37.89% from 255) = 21.92%
R=55.94%
G=22.15%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245979600.600.610.040.488.1766.86
HexF5616003C3D405843
Octal3651411400747540130103
Binary11110101110000111000000111100111101100010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56160; }

 p { color: rgb(245,97,96); }

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

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

 a { background-color: rgb(245,97,96); }

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

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

 span { border-color: rgb(245,97,96); }

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