Html Css Color HEX #F78576 Salmon

📋 copy color: '#F78576'

red 247 ◦ green 133 ◦ blue 118

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

Shades of Salmon #F78576

Tints of Salmon #F78576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.71%

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

R = 49.6%
G = 26.71%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F78576 (or 0xF78576) is known color: Salmon. HEX triplet: F7, 85 and 76. RGB value is (247,133,118). Sum of RGB (Red+Green+Blue) = 247+133+118=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F78576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78576 is #087A89. Grayscale: #A5A5A5. Windows color (decimal): -555658 or 7767543. OLE color: 7767543.

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

Color convert

RGB 247 133 118 -
CMYK 0 0.46 0.52 0.03
HSL 6.98º 0.89% 0.72% -
HSV(B) 6.98º 0.52% 0.97% -
XYZ 50.02 37.86 21.81 -
YUV 165.38 101.27 186.22 -
System Red Green Blue C M Y K H S L
Decimal 247 133 118 0 0.46 0.52 0.03 6.98 0.89 0.72
Hex F7 85 76 0 2E 34 3 7 59 48
Octal 367 205 166 0 56 64 3 7 131 110
Binary 11110111 10000101 1110110 0 101110 110100 11 111 1011001 1001000

Color Harmonies of #F78576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78576

Black with #F78576

Text Example


Text Example

White with #F78576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78576; }

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

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

background-color css

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

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

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

border-color css

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

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

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