Html Css Color HEX #F78574 Salmon

📋 copy color: '#F78574'

red 247 ◦ green 133 ◦ blue 116

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

Shades of Salmon #F78574

Tints of Salmon #F78574

RGB

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

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

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

R = 49.8%
G = 26.81%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F78574 (or 0xF78574) is known color: Salmon. HEX triplet: F7, 85 and 74. RGB value is (247,133,116). Sum of RGB (Red+Green+Blue) = 247+133+116=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F78574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78574 is #087A8B. Grayscale: #A5A5A5. Windows color (decimal): -555660 or 7636471. OLE color: 7636471.

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

Color convert

RGB 247 133 116 -
CMYK 0 0.46 0.53 0.03
HSL 7.79º 0.89% 0.71% -
HSV(B) 7.79º 0.53% 0.97% -
XYZ 49.9 37.81 21.19 -
YUV 165.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 247 133 116 0 0.46 0.53 0.03 7.79 0.89 0.71
Hex F7 85 74 0 2E 35 3 8 59 47
Octal 367 205 164 0 56 65 3 10 131 107
Binary 11110111 10000101 1110100 0 101110 110101 11 1000 1011001 1000111

Color Harmonies of #F78574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78574

Black with #F78574

Text Example


Text Example

White with #F78574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78574; }

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

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

background-color css

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

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

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

border-color css

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

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

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