#F1776B

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

Shades of Salmon #F1776B

Tints of Salmon #F1776B

Color information

#F1776B (or 0xF1776B) is unknown color: approx Salmon. HEX triplet: F1, 77 and 6B. RGB value is (241,119,107). Sum of RGB (Red+Green+Blue) = 241+119+107=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F1776B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1776B is #0E8894. Grayscale: #9A9A9A. Windows color (decimal): -952469 or 7043057. OLE color: 7043057.

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

Color convert

RGB241119107-
CMYK00.510.560.05
HSL5.37º82.72%68.24%-
HSV(B)5.37º55.6%94.51%-
XYZ45.5332.9617.87-
YUV154.11101.42189.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.61%
GREEN value IS 119 (46.88% from 255) = 25.48%
BLUE value IS 107 (42.19% from 255) = 22.91%
R=51.61%
G=25.48%
B=22.91%

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
Decimal24111910700.510.560.055.3782.7268.24
HexF1776B03338555344
Octal3611671530637055123104
Binary1111000111101111101011011001111100010110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1776B; }

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

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

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

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

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

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

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

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