#F1776C

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

Shades of Salmon #F1776C

Tints of Salmon #F1776C

Color information

#F1776C (or 0xF1776C) is unknown color: approx Salmon. HEX triplet: F1, 77 and 6C. RGB value is (241,119,108). Sum of RGB (Red+Green+Blue) = 241+119+108=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F1776C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1776C is #0E8893. Grayscale: #9A9A9A. Windows color (decimal): -952468 or 7108593. OLE color: 7108593.

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

Color convert

RGB241119108-
CMYK00.510.550.05
HSL4.96º82.61%68.43%-
HSV(B)4.96º55.19%94.51%-
XYZ45.5832.9818.15-
YUV154.22101.92189.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.50%
GREEN value IS 119 (46.88% from 255) = 25.43%
BLUE value IS 108 (42.58% from 255) = 23.08%
R=51.50%
G=25.43%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111910800.510.550.054.9682.6168.43
HexF1776C03337555344
Octal3611671540636755123104
Binary1111000111101111101100011001111011110110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1776C; }

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

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

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

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

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

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

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

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