#F1776A

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

Shades of Salmon #F1776A

Tints of Salmon #F1776A

Color information

#F1776A (or 0xF1776A) is unknown color: approx Salmon. HEX triplet: F1, 77 and 6A. RGB value is (241,119,106). Sum of RGB (Red+Green+Blue) = 241+119+106=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1776A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1776A is #0E8895. Grayscale: #9A9A9A. Windows color (decimal): -952470 or 6977521. OLE color: 6977521.

HSL color Cylindrical-coordinate representation of color #F1776A: hue angle of 5.78º 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 #F1776A is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB241119106-
CMYK00.510.560.05
HSL5.78º82.82%68.04%-
HSV(B)5.78º56.02%94.51%-
XYZ45.4732.9417.6-
YUV154100.92190.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.72%
GREEN value IS 119 (46.88% from 255) = 25.54%
BLUE value IS 106 (41.80% from 255) = 22.75%
R=51.72%
G=25.54%
B=22.75%

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
Decimal24111910600.510.560.055.7882.8268.04
HexF1776A03338565344
Octal3611671520637056123104
Binary1111000111101111101010011001111100010111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1776A; }

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

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

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

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

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

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

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

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