Html Css Color HEX #F77978 Salmon

📋 copy color: '#F77978'

red 247 ◦ green 121 ◦ blue 120

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

Shades of Salmon #F77978

Tints of Salmon #F77978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.8%

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

R = 50.61%
G = 24.8%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F77978 (or 0xF77978) is known color: Salmon. HEX triplet: F7, 79 and 78. RGB value is (247,121,120). Sum of RGB (Red+Green+Blue) = 247+121+120=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F77978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77978 is #088687. Grayscale: #9E9E9E. Windows color (decimal): -558728 or 7895543. OLE color: 7895543.

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

Color convert

RGB 247 121 120 -
CMYK 0 0.51 0.51 0.03
HSL 0.47º 0.89% 0.72% -
HSV(B) 0.47º 0.51% 0.97% -
XYZ 48.59 34.8 21.93 -
YUV 158.56 106.24 191.08 -
System Red Green Blue C M Y K H S L
Decimal 247 121 120 0 0.51 0.51 0.03 0.47 0.89 0.72
Hex F7 79 78 0 33 33 3 0 59 48
Octal 367 171 170 0 63 63 3 0 131 110
Binary 11110111 1111001 1111000 0 110011 110011 11 0 1011001 1001000

Color Harmonies of #F77978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77978

Black with #F77978

Text Example


Text Example

White with #F77978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77978; }

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

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

background-color css

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

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

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

border-color css

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

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

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