#F5645A

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

Shades of Bittersweet #F5645A

Tints of Bittersweet #F5645A

Color information

#F5645A (or 0xF5645A) is unknown color: approx Bittersweet. HEX triplet: F5, 64 and 5A. RGB value is (245,100,90). Sum of RGB (Red+Green+Blue) = 245+100+90=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F5645A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5645A is #0A9BA5. Grayscale: #8E8E8E. Windows color (decimal): -695206 or 5924085. OLE color: 5924085.

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

Color convert

RGB24510090-
CMYK00.590.630.04
HSL3.87º88.57%65.69%-
HSV(B)3.87º63.27%96.08%-
XYZ44.0629.2713-
YUV142.2198.54201.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.32%
GREEN value IS 100 (39.45% from 255) = 22.99%
BLUE value IS 90 (35.55% from 255) = 20.69%
R=56.32%
G=22.99%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451009000.590.630.043.8788.5765.69
HexF5645A03B3F445942
Octal3651441320737744131102
Binary1111010111001001011010011101111111110010010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5645A; }

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

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

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

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

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

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

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

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