#F1766A

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

Shades of Salmon #F1766A

Tints of Salmon #F1766A

Color information

#F1766A (or 0xF1766A) is unknown color: approx Salmon. HEX triplet: F1, 76 and 6A. RGB value is (241,118,106). Sum of RGB (Red+Green+Blue) = 241+118+106=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F1766A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1766A is #0E8995. Grayscale: #999999. Windows color (decimal): -952726 or 6977265. OLE color: 6977265.

HSL color Cylindrical-coordinate representation of color #F1766A: hue angle of 5.33º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1766A is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB241118106-
CMYK00.510.560.05
HSL5.33º82.82%68.04%-
HSV(B)5.33º56.02%94.51%-
XYZ45.3632.717.56-
YUV153.41101.25190.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.83%
GREEN value IS 118 (46.48% from 255) = 25.38%
BLUE value IS 106 (41.80% from 255) = 22.80%
R=51.83%
G=25.38%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111810600.510.560.055.3382.8268.04
HexF1766A03338555344
Octal3611661520637055123104
Binary1111000111101101101010011001111100010110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1766A; }

 p { color: rgb(241,118,106); }

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

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

 a { background-color: rgb(241,118,106); }

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

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

 span { border-color: rgb(241,118,106); }

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