#F7746C

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

Shades of Salmon #F7746C

Tints of Salmon #F7746C

Color information

#F7746C (or 0xF7746C) is unknown color: approx Salmon. HEX triplet: F7, 74 and 6C. RGB value is (247,116,108). Sum of RGB (Red+Green+Blue) = 247+116+108=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F7746C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7746C is #088B93. Grayscale: #9A9A9A. Windows color (decimal): -560020 or 7107831. OLE color: 7107831.

HSL color Cylindrical-coordinate representation of color #F7746C: hue angle of 3.45º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7746C is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB247116108-
CMYK00.530.560.03
HSL3.45º89.68%69.61%-
HSV(B)3.45º56.28%96.86%-
XYZ47.3133.3518.13-
YUV154.26101.9194.15-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.44%
GREEN value IS 116 (45.70% from 255) = 24.63%
BLUE value IS 108 (42.58% from 255) = 22.93%
R=52.44%
G=24.63%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711610800.530.560.033.4589.6869.61
HexF7746C03538335a46
Octal3671641540657033132106
Binary11110111111010011011000110101111000111110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7746C; }

 p { color: rgb(247,116,108); }

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

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

 a { background-color: rgb(247,116,108); }

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

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

 span { border-color: rgb(247,116,108); }

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