#F5706E

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

Shades of Salmon #F5706E

Tints of Salmon #F5706E

Color information

#F5706E (or 0xF5706E) is unknown color: approx Salmon. HEX triplet: F5, 70 and 6E. RGB value is (245,112,110). Sum of RGB (Red+Green+Blue) = 245+112+110=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F5706E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5706E is #0A8F91. Grayscale: #979797. Windows color (decimal): -692114 or 7237877. OLE color: 7237877.

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

Color convert

RGB245112110-
CMYK00.540.550.04
HSL0.89º87.1%69.61%-
HSV(B)0.89º55.1%96.08%-
XYZ46.2632.1318.51-
YUV151.54104.56194.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.46%
GREEN value IS 112 (44.14% from 255) = 23.98%
BLUE value IS 110 (43.36% from 255) = 23.55%
R=52.46%
G=23.98%
B=23.55%

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
Decimal24511211000.540.550.040.8987.169.61
HexF5706E03637415746
Octal3651601560666741127106
Binary11110101111000011011100110110110111100110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5706E; }

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

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

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

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

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

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

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

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