Html Css Color HEX #F77976 Salmon

📋 copy color: '#F77976'

red 247 ◦ green 121 ◦ blue 118

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

Shades of Salmon #F77976

Tints of Salmon #F77976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.28%

R = 50.82%
G = 24.9%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F77976 (or 0xF77976) is known color: Salmon. HEX triplet: F7, 79 and 76. RGB value is (247,121,118). Sum of RGB (Red+Green+Blue) = 247+121+118=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F77976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77976 is #088689. Grayscale: #9E9E9E. Windows color (decimal): -558730 or 7764471. OLE color: 7764471.

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

Color convert

RGB 247 121 118 -
CMYK 0 0.51 0.52 0.03
HSL 1.4º 0.89% 0.72% -
HSV(B) 1.4º 0.52% 0.97% -
XYZ 48.47 34.76 21.29 -
YUV 158.33 105.24 191.24 -
System Red Green Blue C M Y K H S L
Decimal 247 121 118 0 0.51 0.52 0.03 1.4 0.89 0.72
Hex F7 79 76 0 33 34 3 1 59 48
Octal 367 171 166 0 63 64 3 1 131 110
Binary 11110111 1111001 1110110 0 110011 110100 11 1 1011001 1001000

Color Harmonies of #F77976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77976

Black with #F77976

Text Example


Text Example

White with #F77976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77976; }

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

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

background-color css

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

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

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

border-color css

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

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

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