#F5695E

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

Shades of Bittersweet #F5695E

Tints of Bittersweet #F5695E

Color information

#F5695E (or 0xF5695E) is unknown color: approx Bittersweet. HEX triplet: F5, 69 and 5E. RGB value is (245,105,94). Sum of RGB (Red+Green+Blue) = 245+105+94=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F5695E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5695E is #0A96A1. Grayscale: #919191. Windows color (decimal): -693922 or 6187509. OLE color: 6187509.

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

Color convert

RGB24510594-
CMYK00.570.620.04
HSL4.37º88.3%66.47%-
HSV(B)4.37º61.63%96.08%-
XYZ44.7330.3214.09-
YUV145.6198.88198.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.18%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 94 (37.11% from 255) = 21.17%
R=55.18%
G=23.65%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451059400.570.620.044.3788.366.47
HexF5695E0393E445842
Octal3651511360717644130102
Binary1111010111010011011110011100111111010010010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5695E; }

 p { color: rgb(245,105,94); }

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

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

 a { background-color: rgb(245,105,94); }

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

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

 span { border-color: rgb(245,105,94); }

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