Html Css Color HEX #F78176 Salmon

📋 copy color: '#F78176'

red 247 ◦ green 129 ◦ blue 118

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

Shades of Salmon #F78176

Tints of Salmon #F78176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.89%

R = 50%
G = 26.11%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F78176 (or 0xF78176) is known color: Salmon. HEX triplet: F7, 81 and 76. RGB value is (247,129,118). Sum of RGB (Red+Green+Blue) = 247+129+118=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F78176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78176 is #087E89. Grayscale: #A3A3A3. Windows color (decimal): -556682 or 7766519. OLE color: 7766519.

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

Color convert

RGB 247 129 118 -
CMYK 0 0.48 0.52 0.03
HSL 5.12º 0.89% 0.72% -
HSV(B) 5.12º 0.52% 0.97% -
XYZ 49.48 36.78 21.63 -
YUV 163.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 247 129 118 0 0.48 0.52 0.03 5.12 0.89 0.72
Hex F7 81 76 0 30 34 3 5 59 48
Octal 367 201 166 0 60 64 3 5 131 110
Binary 11110111 10000001 1110110 0 110000 110100 11 101 1011001 1001000

Color Harmonies of #F78176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78176

Black with #F78176

Text Example


Text Example

White with #F78176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78176; }

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

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

background-color css

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

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

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

border-color css

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

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

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