#F77F6B

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

Shades of Salmon #F77F6B

Tints of Salmon #F77F6B

Color information

#F77F6B (or 0xF77F6B) is unknown color: approx Salmon. HEX triplet: F7, 7F and 6B. RGB value is (247,127,107). Sum of RGB (Red+Green+Blue) = 247+127+107=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77F6B is #088094. Grayscale: #A0A0A0. Windows color (decimal): -557205 or 7045111. OLE color: 7045111.

HSL color Cylindrical-coordinate representation of color #F77F6B: hue angle of 8.57º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F77F6B is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB247127107-
CMYK00.490.570.03
HSL8.57º89.74%69.41%-
HSV(B)8.57º56.68%96.86%-
XYZ48.636.0118.3-
YUV160.697.76189.63-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.35%
GREEN value IS 127 (50% from 255) = 26.40%
BLUE value IS 107 (42.19% from 255) = 22.25%
R=51.35%
G=26.40%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712710700.490.570.038.5789.7469.41
HexF77F6B03139395a45
Octal36717715306171311132105
Binary1111011111111111101011011000111100111100110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77F6B; }

 p { color: rgb(247,127,107); }

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

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

 a { background-color: rgb(247,127,107); }

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

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

 span { border-color: rgb(247,127,107); }

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