#F56358

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

Shades of Bittersweet #F56358

Tints of Bittersweet #F56358

Color information

#F56358 (or 0xF56358) is unknown color: approx Bittersweet. HEX triplet: F5, 63 and 58. RGB value is (245,99,88). Sum of RGB (Red+Green+Blue) = 245+99+88=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F56358 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56358 is #0A9CA7. Grayscale: #8D8D8D. Windows color (decimal): -695464 or 5792757. OLE color: 5792757.

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

Color convert

RGB2459988-
CMYK00.600.640.04
HSL4.2º88.7%65.29%-
HSV(B)4.2º64.08%96.08%-
XYZ43.8829.0412.53-
YUV141.497.87201.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.71%
GREEN value IS 99 (39.06% from 255) = 22.92%
BLUE value IS 88 (34.77% from 255) = 20.37%
R=56.71%
G=22.92%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245998800.600.640.044.288.765.29
HexF5635803C40445941
Octal36514313007410044131101
Binary11110101110001110110000111100100000010010010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56358; }

 p { color: rgb(245,99,88); }

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

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

 a { background-color: rgb(245,99,88); }

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

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

 span { border-color: rgb(245,99,88); }

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