#F5655C

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

Shades of Bittersweet #F5655C

Tints of Bittersweet #F5655C

Color information

#F5655C (or 0xF5655C) is unknown color: approx Bittersweet. HEX triplet: F5, 65 and 5C. RGB value is (245,101,92). Sum of RGB (Red+Green+Blue) = 245+101+92=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F5655C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5655C is #0A9AA3. Grayscale: #8F8F8F. Windows color (decimal): -694948 or 6055413. OLE color: 6055413.

HSL color Cylindrical-coordinate representation of color #F5655C: hue angle of 3.53º 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 #F5655C is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB24510192-
CMYK00.590.620.04
HSL3.53º88.44%66.08%-
HSV(B)3.53º62.45%96.08%-
XYZ44.2429.4913.49-
YUV143.0399.21200.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.94%
GREEN value IS 101 (39.84% from 255) = 23.06%
BLUE value IS 92 (36.33% from 255) = 21.00%
R=55.94%
G=23.06%
B=21.00%

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
Decimal2451019200.590.620.043.5388.4466.08
HexF5655C03B3E445842
Octal3651451340737644130102
Binary1111010111001011011100011101111111010010010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5655C; }

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

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

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

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

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

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

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

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