#F5645C

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

Shades of Bittersweet #F5645C

Tints of Bittersweet #F5645C

Color information

#F5645C (or 0xF5645C) is unknown color: approx Bittersweet. HEX triplet: F5, 64 and 5C. RGB value is (245,100,92). Sum of RGB (Red+Green+Blue) = 245+100+92=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F5645C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5645C is #0A9BA3. Grayscale: #8E8E8E. Windows color (decimal): -695204 or 6055157. OLE color: 6055157.

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

Color convert

RGB24510092-
CMYK00.590.620.04
HSL3.14º88.44%66.08%-
HSV(B)3.14º62.45%96.08%-
XYZ44.1529.313.45-
YUV142.4499.54201.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.06%
GREEN value IS 100 (39.45% from 255) = 22.88%
BLUE value IS 92 (36.33% from 255) = 21.05%
R=56.06%
G=22.88%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451009200.590.620.043.1488.4466.08
HexF5645C03B3E435842
Octal3651441340737643130102
Binary111101011100100101110001110111111101001110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5645C; }

 p { color: rgb(245,100,92); }

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

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

 a { background-color: rgb(245,100,92); }

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

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

 span { border-color: rgb(245,100,92); }

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