Html Css Color HEX #F77F71 Salmon

📋 copy color: '#F77F71'

red 247 ◦ green 127 ◦ blue 113

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

Shades of Salmon #F77F71

Tints of Salmon #F77F71

RGB

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

 GREEN value IS 127 (50% from 255) = 26.08%

 BLUE value IS 113 (44.53% from 255) = 23.2%

R = 50.72%
G = 26.08%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F77F71 (or 0xF77F71) is known color: Salmon. HEX triplet: F7, 7F and 71. RGB value is (247,127,113). Sum of RGB (Red+Green+Blue) = 247+127+113=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77F71 is #08808E. Grayscale: #A1A1A1. Windows color (decimal): -557199 or 7438327. OLE color: 7438327.

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

Color convert

RGB 247 127 113 -
CMYK 0 0.49 0.54 0.03
HSL 6.27º 0.89% 0.71% -
HSV(B) 6.27º 0.54% 0.97% -
XYZ 48.93 36.15 20.02 -
YUV 161.28 100.76 189.14 -
System Red Green Blue C M Y K H S L
Decimal 247 127 113 0 0.49 0.54 0.03 6.27 0.89 0.71
Hex F7 7F 71 0 31 36 3 6 59 47
Octal 367 177 161 0 61 66 3 6 131 107
Binary 11110111 1111111 1110001 0 110001 110110 11 110 1011001 1000111

Color Harmonies of #F77F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77F71

Black with #F77F71

Text Example


Text Example

White with #F77F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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