Html Css Color HEX #F77F74 Salmon

📋 copy color: '#F77F74'

red 247 ◦ green 127 ◦ blue 116

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

Shades of Salmon #F77F74

Tints of Salmon #F77F74

RGB

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

 GREEN value IS 127 (50% from 255) = 25.92%

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

R = 50.41%
G = 25.92%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F77F74 (or 0xF77F74) is known color: Salmon. HEX triplet: F7, 7F and 74. RGB value is (247,127,116). Sum of RGB (Red+Green+Blue) = 247+127+116=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77F74 is #08808B. Grayscale: #A1A1A1. Windows color (decimal): -557196 or 7634935. OLE color: 7634935.

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

Color convert

RGB 247 127 116 -
CMYK 0 0.49 0.53 0.03
HSL 5.04º 0.89% 0.71% -
HSV(B) 5.04º 0.53% 0.97% -
XYZ 49.1 36.21 20.93 -
YUV 161.63 102.26 188.89 -
System Red Green Blue C M Y K H S L
Decimal 247 127 116 0 0.49 0.53 0.03 5.04 0.89 0.71
Hex F7 7F 74 0 31 35 3 5 59 47
Octal 367 177 164 0 61 65 3 5 131 107
Binary 11110111 1111111 1110100 0 110001 110101 11 101 1011001 1000111

Color Harmonies of #F77F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77F74

Black with #F77F74

Text Example


Text Example

White with #F77F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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