Html Css Color HEX #F77F79 Salmon

📋 copy color: '#F77F79'

red 247 ◦ green 127 ◦ blue 121

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

Shades of Salmon #F77F79

Tints of Salmon #F77F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.44%

R = 49.9%
G = 25.66%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F77F79 (or 0xF77F79) is known color: Salmon. HEX triplet: F7, 7F and 79. RGB value is (247,127,121). Sum of RGB (Red+Green+Blue) = 247+127+121=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77F79 is #088086. Grayscale: #A2A2A2. Windows color (decimal): -557191 or 7962615. OLE color: 7962615.

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

Color convert

RGB 247 127 121 -
CMYK 0 0.49 0.51 0.03
HSL 2.86º 0.89% 0.72% -
HSV(B) 2.86º 0.51% 0.97% -
XYZ 49.4 36.33 22.5 -
YUV 162.2 104.76 188.49 -
System Red Green Blue C M Y K H S L
Decimal 247 127 121 0 0.49 0.51 0.03 2.86 0.89 0.72
Hex F7 7F 79 0 31 33 3 3 59 48
Octal 367 177 171 0 61 63 3 3 131 110
Binary 11110111 1111111 1111001 0 110001 110011 11 11 1011001 1001000

Color Harmonies of #F77F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77F79

Black with #F77F79

Text Example


Text Example

White with #F77F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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