#F77F6C

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

Shades of Salmon #F77F6C

Tints of Salmon #F77F6C

Color information

#F77F6C (or 0xF77F6C) is unknown color: approx Salmon. HEX triplet: F7, 7F and 6C. RGB value is (247,127,108). Sum of RGB (Red+Green+Blue) = 247+127+108=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77F6C is #088093. Grayscale: #A0A0A0. Windows color (decimal): -557204 or 7110647. OLE color: 7110647.

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

Color convert

RGB247127108-
CMYK00.490.560.03
HSL8.2º89.68%69.61%-
HSV(B)8.2º56.28%96.86%-
XYZ48.6536.0418.58-
YUV160.7198.26189.54-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.24%
GREEN value IS 127 (50% from 255) = 26.35%
BLUE value IS 108 (42.58% from 255) = 22.41%
R=51.24%
G=26.35%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712710800.490.560.038.289.6869.61
HexF77F6C03138385a46
Octal36717715406170310132106
Binary1111011111111111101100011000111100011100010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77F6C; }

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

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

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

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

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

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

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

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