Html Css Color HEX #F78079 Salmon

📋 copy color: '#F78079'

red 247 ◦ green 128 ◦ blue 121

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

Shades of Salmon #F78079

Tints of Salmon #F78079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.81%

 BLUE value IS 121 (47.66% from 255) = 24.4%

R = 49.8%
G = 25.81%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F78079 (or 0xF78079) is known color: Salmon. HEX triplet: F7, 80 and 79. RGB value is (247,128,121). Sum of RGB (Red+Green+Blue) = 247+128+121=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F78079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78079 is #087F86. Grayscale: #A2A2A2. Windows color (decimal): -556935 or 7962871. OLE color: 7962871.

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

Color convert

RGB 247 128 121 -
CMYK 0 0.48 0.51 0.03
HSL 3.33º 0.89% 0.72% -
HSV(B) 3.33º 0.51% 0.97% -
XYZ 49.53 36.59 22.54 -
YUV 162.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 247 128 121 0 0.48 0.51 0.03 3.33 0.89 0.72
Hex F7 80 79 0 30 33 3 3 59 48
Octal 367 200 171 0 60 63 3 3 131 110
Binary 11110111 10000000 1111001 0 110000 110011 11 11 1011001 1001000

Color Harmonies of #F78079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78079

Black with #F78079

Text Example


Text Example

White with #F78079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78079; }

 p { color: rgb(247,128,121); }

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

background-color css

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

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

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

border-color css

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

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

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