Html Css Color HEX #F77C78 Salmon

📋 copy color: '#F77C78'

red 247 ◦ green 124 ◦ blue 120

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

Shades of Salmon #F77C78

Tints of Salmon #F77C78

RGB

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

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

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

R = 50.31%
G = 25.25%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F77C78 (or 0xF77C78) is known color: Salmon. HEX triplet: F7, 7C and 78. RGB value is (247,124,120). Sum of RGB (Red+Green+Blue) = 247+124+120=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77C78 is #088387. Grayscale: #A0A0A0. Windows color (decimal): -557960 or 7896311. OLE color: 7896311.

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

Color convert

RGB 247 124 120 -
CMYK 0 0.50 0.51 0.03
HSL 1.89º 0.89% 0.72% -
HSV(B) 1.89º 0.51% 0.97% -
XYZ 48.96 35.55 22.05 -
YUV 160.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 247 124 120 0 0.50 0.51 0.03 1.89 0.89 0.72
Hex F7 7C 78 0 32 33 3 2 59 48
Octal 367 174 170 0 62 63 3 2 131 110
Binary 11110111 1111100 1111000 0 110010 110011 11 10 1011001 1001000

Color Harmonies of #F77C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77C78

Black with #F77C78

Text Example


Text Example

White with #F77C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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