Html Css Color HEX #F78174 Salmon

📋 copy color: '#F78174'

red 247 ◦ green 129 ◦ blue 116

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

Shades of Salmon #F78174

Tints of Salmon #F78174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.58%

R = 50.2%
G = 26.22%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F78174 (or 0xF78174) is known color: Salmon. HEX triplet: F7, 81 and 74. RGB value is (247,129,116). Sum of RGB (Red+Green+Blue) = 247+129+116=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F78174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78174 is #087E8B. Grayscale: #A2A2A2. Windows color (decimal): -556684 or 7635447. OLE color: 7635447.

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

Color convert

RGB 247 129 116 -
CMYK 0 0.48 0.53 0.03
HSL 5.95º 0.89% 0.71% -
HSV(B) 5.95º 0.53% 0.97% -
XYZ 49.36 36.74 21.01 -
YUV 162.8 101.59 188.06 -
System Red Green Blue C M Y K H S L
Decimal 247 129 116 0 0.48 0.53 0.03 5.95 0.89 0.71
Hex F7 81 74 0 30 35 3 6 59 47
Octal 367 201 164 0 60 65 3 6 131 107
Binary 11110111 10000001 1110100 0 110000 110101 11 110 1011001 1000111

Color Harmonies of #F78174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78174

Black with #F78174

Text Example


Text Example

White with #F78174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78174; }

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

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

background-color css

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

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

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

border-color css

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

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

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