#F5776B

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

Shades of Salmon #F5776B

Tints of Salmon #F5776B

Color information

#F5776B (or 0xF5776B) is unknown color: approx Salmon. HEX triplet: F5, 77 and 6B. RGB value is (245,119,107). Sum of RGB (Red+Green+Blue) = 245+119+107=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F5776B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5776B is #0A8894. Grayscale: #9B9B9B. Windows color (decimal): -690325 or 7043061. OLE color: 7043061.

HSL color Cylindrical-coordinate representation of color #F5776B: hue angle of 5.22º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5776B is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB245119107-
CMYK00.510.560.04
HSL5.22º87.34%69.02%-
HSV(B)5.22º56.33%96.08%-
XYZ46.9133.6717.94-
YUV155.31100.74191.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.02%
GREEN value IS 119 (46.88% from 255) = 25.27%
BLUE value IS 107 (42.19% from 255) = 22.72%
R=52.02%
G=25.27%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511910700.510.560.045.2287.3469.02
HexF5776B03338455745
Octal3651671530637045127105
Binary1111010111101111101011011001111100010010110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5776B; }

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

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

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

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

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

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

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

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