Html Css Color HEX #F77E75 Salmon

📋 copy color: '#F77E75'

red 247 ◦ green 126 ◦ blue 117

#F77E75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #F77E75

Tints of Salmon #F77E75

RGB

 RED value IS 247 (96.88% from 255) = 50.41%

 GREEN value IS 126 (49.61% from 255) = 25.71%

 BLUE value IS 117 (46.09% from 255) = 23.88%

R = 50.41%
G = 25.71%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F77E75 (or 0xF77E75) is known color: Salmon. HEX triplet: F7, 7E and 75. RGB value is (247,126,117). Sum of RGB (Red+Green+Blue) = 247+126+117=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F77E75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77E75 is #08818A. Grayscale: #A1A1A1. Windows color (decimal): -557451 or 7700215. OLE color: 7700215.

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

Color convert

RGB 247 126 117 -
CMYK 0 0.49 0.53 0.03
HSL 4.15º 0.89% 0.71% -
HSV(B) 4.15º 0.53% 0.97% -
XYZ 49.03 35.98 21.19 -
YUV 161.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 247 126 117 0 0.49 0.53 0.03 4.15 0.89 0.71
Hex F7 7E 75 0 31 35 3 4 59 47
Octal 367 176 165 0 61 65 3 4 131 107
Binary 11110111 1111110 1110101 0 110001 110101 11 100 1011001 1000111

Color Harmonies of #F77E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77E75

Black with #F77E75

Text Example


Text Example

White with #F77E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77E75; }

 p { color: rgb(247,126,117); }

 H1.HeaderClassName
 {
   color: #F77E75;
 }
 .AnyTagClassName
 {
   color: #F77E75;
 }
</style>

background-color css

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

 a { background-color: rgb(247,126,117); }

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

border-color css

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

 span { border-color: rgb(247,126,117); }

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