Html Css Color HEX #F77171 Salmon

📋 copy color: '#F77171'

red 247 ◦ green 113 ◦ blue 113

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

Shades of Salmon #F77171

Tints of Salmon #F77171

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.89%

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

R = 52.22%
G = 23.89%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F77171 (or 0xF77171) is known color: Salmon. HEX triplet: F7, 71 and 71. RGB value is (247,113,113). Sum of RGB (Red+Green+Blue) = 247+113+113=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F77171 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77171 is #088E8E. Grayscale: #999999. Windows color (decimal): -560783 or 7434743. OLE color: 7434743.

HSL color Cylindrical-coordinate representation of color #F77171: hue angle of 0º 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 #F77171 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 113 113 -
CMYK 0 0.54 0.54 0.03
HSL 0.89% 0.71% -
HSV(B) 0.54% 0.97% -
XYZ 47.24 32.78 19.46 -
YUV 153.07 105.39 195 -
System Red Green Blue C M Y K H S L
Decimal 247 113 113 0 0.54 0.54 0.03 0 0.89 0.71
Hex F7 71 71 0 36 36 3 0 59 47
Octal 367 161 161 0 66 66 3 0 131 107
Binary 11110111 1110001 1110001 0 110110 110110 11 0 1011001 1000111

Color Harmonies of #F77171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77171

Black with #F77171

Text Example


Text Example

White with #F77171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77171; }

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

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

background-color css

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

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

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

border-color css

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

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

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