Html Css Color HEX #F78271 Salmon

📋 copy color: '#F78271'

red 247 ◦ green 130 ◦ blue 113

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

Shades of Salmon #F78271

Tints of Salmon #F78271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.53%

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

R = 50.41%
G = 26.53%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F78271 (or 0xF78271) is known color: Salmon. HEX triplet: F7, 82 and 71. RGB value is (247,130,113). Sum of RGB (Red+Green+Blue) = 247+130+113=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F78271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78271 is #087D8E. Grayscale: #A3A3A3. Windows color (decimal): -556431 or 7439095. OLE color: 7439095.

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

Color convert

RGB 247 130 113 -
CMYK 0 0.47 0.54 0.03
HSL 7.61º 0.89% 0.71% -
HSV(B) 7.61º 0.54% 0.97% -
XYZ 49.32 36.93 20.15 -
YUV 163.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 247 130 113 0 0.47 0.54 0.03 7.61 0.89 0.71
Hex F7 82 71 0 2F 36 3 8 59 47
Octal 367 202 161 0 57 66 3 10 131 107
Binary 11110111 10000010 1110001 0 101111 110110 11 1000 1011001 1000111

Color Harmonies of #F78271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78271

Black with #F78271

Text Example


Text Example

White with #F78271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78271; }

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

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

background-color css

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

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

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

border-color css

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

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

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