Html Css Color HEX #F78072 Salmon

📋 copy color: '#F78072'

red 247 ◦ green 128 ◦ blue 114

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

Shades of Salmon #F78072

Tints of Salmon #F78072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.31%

R = 50.51%
G = 26.18%
B = 23.31%

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

#F78072 (or 0xF78072) is known color: Salmon. HEX triplet: F7, 80 and 72. RGB value is (247,128,114). Sum of RGB (Red+Green+Blue) = 247+128+114=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F78072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78072 is #087F8D. Grayscale: #A2A2A2. Windows color (decimal): -556942 or 7504119. OLE color: 7504119.

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

Color convert

RGB 247 128 114 -
CMYK 0 0.48 0.54 0.03
HSL 6.32º 0.89% 0.71% -
HSV(B) 6.32º 0.54% 0.97% -
XYZ 49.11 36.43 20.36 -
YUV 161.99 100.92 188.64 -
System Red Green Blue C M Y K H S L
Decimal 247 128 114 0 0.48 0.54 0.03 6.32 0.89 0.71
Hex F7 80 72 0 30 36 3 6 59 47
Octal 367 200 162 0 60 66 3 6 131 107
Binary 11110111 10000000 1110010 0 110000 110110 11 110 1011001 1000111

Color Harmonies of #F78072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78072

Black with #F78072

Text Example


Text Example

White with #F78072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78072; }

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

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

background-color css

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

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

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

border-color css

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

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

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