#F5746F

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

Shades of Salmon #F5746F

Tints of Salmon #F5746F

Color information

#F5746F (or 0xF5746F) is unknown color: approx Salmon. HEX triplet: F5, 74 and 6F. RGB value is (245,116,111). Sum of RGB (Red+Green+Blue) = 245+116+111=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F5746F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5746F is #0A8B90. Grayscale: #9A9A9A. Windows color (decimal): -691089 or 7304437. OLE color: 7304437.

HSL color Cylindrical-coordinate representation of color #F5746F: hue angle of 2.24º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5746F is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB245116111-
CMYK00.530.550.04
HSL2.24º87.01%69.8%-
HSV(B)2.24º54.69%96.08%-
XYZ46.7733.0518.95-
YUV154103.74192.91-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.91%
GREEN value IS 116 (45.70% from 255) = 24.58%
BLUE value IS 111 (43.75% from 255) = 23.52%
R=51.91%
G=24.58%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511611100.530.550.042.2487.0169.8
HexF5746F03537425746
Octal3651641570656742127106
Binary111101011110100110111101101011101111001010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5746F; }

 p { color: rgb(245,116,111); }

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

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

 a { background-color: rgb(245,116,111); }

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

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

 span { border-color: rgb(245,116,111); }

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