#F5706F

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

Shades of Salmon #F5706F

Tints of Salmon #F5706F

Color information

#F5706F (or 0xF5706F) is unknown color: approx Salmon. HEX triplet: F5, 70 and 6F. RGB value is (245,112,111). Sum of RGB (Red+Green+Blue) = 245+112+111=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F5706F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5706F is #0A8F90. Grayscale: #979797. Windows color (decimal): -692113 or 7303413. OLE color: 7303413.

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

Color convert

RGB245112111-
CMYK00.540.550.04
HSL0.45º87.01%69.8%-
HSV(B)0.45º54.69%96.08%-
XYZ46.3232.1518.8-
YUV151.65105.06194.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.35%
GREEN value IS 112 (44.14% from 255) = 23.93%
BLUE value IS 111 (43.75% from 255) = 23.72%
R=52.35%
G=23.93%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511211100.540.550.040.4587.0169.8
HexF5706F03637405746
Octal3651601570666740127106
Binary11110101111000011011110110110110111100010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5706F; }

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

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

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

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

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

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

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

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