Html Css Color HEX #F78373 Salmon

📋 copy color: '#F78373'

red 247 ◦ green 131 ◦ blue 115

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

Shades of Salmon #F78373

Tints of Salmon #F78373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.57%

 BLUE value IS 115 (45.31% from 255) = 23.33%

R = 50.1%
G = 26.57%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F78373 (or 0xF78373) is known color: Salmon. HEX triplet: F7, 83 and 73. RGB value is (247,131,115). Sum of RGB (Red+Green+Blue) = 247+131+115=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F78373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78373 is #087C8C. Grayscale: #A4A4A4. Windows color (decimal): -556173 or 7570423. OLE color: 7570423.

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

Color convert

RGB 247 131 115 -
CMYK 0 0.47 0.53 0.03
HSL 7.27º 0.89% 0.71% -
HSV(B) 7.27º 0.53% 0.97% -
XYZ 49.57 37.24 20.8 -
YUV 163.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 247 131 115 0 0.47 0.53 0.03 7.27 0.89 0.71
Hex F7 83 73 0 2F 35 3 7 59 47
Octal 367 203 163 0 57 65 3 7 131 107
Binary 11110111 10000011 1110011 0 101111 110101 11 111 1011001 1000111

Color Harmonies of #F78373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78373

Black with #F78373

Text Example


Text Example

White with #F78373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78373; }

 p { color: rgb(247,131,115); }

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

background-color css

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

 a { background-color: rgb(247,131,115); }

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

border-color css

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

 span { border-color: rgb(247,131,115); }

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