Html Css Color HEX #F78171 Salmon

📋 copy color: '#F78171'

red 247 ◦ green 129 ◦ blue 113

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

Shades of Salmon #F78171

Tints of Salmon #F78171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.38%

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

R = 50.51%
G = 26.38%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F78171 (or 0xF78171) is known color: Salmon. HEX triplet: F7, 81 and 71. RGB value is (247,129,113). Sum of RGB (Red+Green+Blue) = 247+129+113=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F78171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78171 is #087E8E. Grayscale: #A2A2A2. Windows color (decimal): -556687 or 7438839. OLE color: 7438839.

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

Color convert

RGB 247 129 113 -
CMYK 0 0.48 0.54 0.03
HSL 7.16º 0.89% 0.71% -
HSV(B) 7.16º 0.54% 0.97% -
XYZ 49.19 36.67 20.11 -
YUV 162.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 247 129 113 0 0.48 0.54 0.03 7.16 0.89 0.71
Hex F7 81 71 0 30 36 3 7 59 47
Octal 367 201 161 0 60 66 3 7 131 107
Binary 11110111 10000001 1110001 0 110000 110110 11 111 1011001 1000111

Color Harmonies of #F78171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78171

Black with #F78171

Text Example


Text Example

White with #F78171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78171; }

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

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

background-color css

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

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

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

border-color css

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

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

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