Html Css Color HEX #F77C70 Salmon

📋 copy color: '#F77C70'

red 247 ◦ green 124 ◦ blue 112

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

Shades of Salmon #F77C70

Tints of Salmon #F77C70

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.67%

 BLUE value IS 112 (44.14% from 255) = 23.19%

R = 51.14%
G = 25.67%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F77C70 (or 0xF77C70) is known color: Salmon. HEX triplet: F7, 7C and 70. RGB value is (247,124,112). Sum of RGB (Red+Green+Blue) = 247+124+112=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77C70 is #08838F. Grayscale: #9F9F9F. Windows color (decimal): -557968 or 7372023. OLE color: 7372023.

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

Color convert

RGB 247 124 112 -
CMYK 0 0.50 0.55 0.03
HSL 5.33º 0.89% 0.7% -
HSV(B) 5.33º 0.55% 0.97% -
XYZ 48.49 35.36 19.6 -
YUV 159.41 101.25 190.48 -
System Red Green Blue C M Y K H S L
Decimal 247 124 112 0 0.50 0.55 0.03 5.33 0.89 0.7
Hex F7 7C 70 0 32 37 3 5 59 46
Octal 367 174 160 0 62 67 3 5 131 106
Binary 11110111 1111100 1110000 0 110010 110111 11 101 1011001 1000110

Color Harmonies of #F77C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77C70

Black with #F77C70

Text Example


Text Example

White with #F77C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77C70; }

 p { color: rgb(247,124,112); }

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

background-color css

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

 a { background-color: rgb(247,124,112); }

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

border-color css

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

 span { border-color: rgb(247,124,112); }

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