Html Css Color HEX #F78178 Salmon

📋 copy color: '#F78178'

red 247 ◦ green 129 ◦ blue 120

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

Shades of Salmon #F78178

Tints of Salmon #F78178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.19%

R = 49.8%
G = 26.01%
B = 24.19%

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

#F78178 (or 0xF78178) is known color: Salmon. HEX triplet: F7, 81 and 78. RGB value is (247,129,120). Sum of RGB (Red+Green+Blue) = 247+129+120=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F78178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78178 is #087E87. Grayscale: #A3A3A3. Windows color (decimal): -556680 or 7897591. OLE color: 7897591.

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

Color convert

RGB 247 129 120 -
CMYK 0 0.48 0.51 0.03
HSL 4.25º 0.89% 0.72% -
HSV(B) 4.25º 0.51% 0.97% -
XYZ 49.6 36.83 22.26 -
YUV 163.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 247 129 120 0 0.48 0.51 0.03 4.25 0.89 0.72
Hex F7 81 78 0 30 33 3 4 59 48
Octal 367 201 170 0 60 63 3 4 131 110
Binary 11110111 10000001 1111000 0 110000 110011 11 100 1011001 1001000

Color Harmonies of #F78178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78178

Black with #F78178

Text Example


Text Example

White with #F78178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78178; }

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

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

background-color css

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

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

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

border-color css

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

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

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