Html Css Color HEX #F57C77 Salmon

📋 copy color: '#F57C77'

red 245 ◦ green 124 ◦ blue 119

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

Shades of Salmon #F57C77

Tints of Salmon #F57C77

RGB

 RED value IS 245 (96.09% from 255) = 50.2%

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

 BLUE value IS 119 (46.88% from 255) = 24.39%

R = 50.2%
G = 25.41%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F57C77 (or 0xF57C77) is known color: Salmon. HEX triplet: F5, 7C and 77. RGB value is (245,124,119). Sum of RGB (Red+Green+Blue) = 245+124+119=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57C77 is #0A8388. Grayscale: #9F9F9F. Windows color (decimal): -689033 or 7830773. OLE color: 7830773.

HSL color Cylindrical-coordinate representation of color #F57C77: hue angle of 2.38º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F57C77 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 124 119 -
CMYK 0 0.49 0.51 0.04
HSL 2.38º 0.86% 0.71% -
HSV(B) 2.38º 0.51% 0.96% -
XYZ 48.19 35.16 21.7 -
YUV 159.61 105.09 188.91 -
System Red Green Blue C M Y K H S L
Decimal 245 124 119 0 0.49 0.51 0.04 2.38 0.86 0.71
Hex F5 7C 77 0 31 33 4 2 56 47
Octal 365 174 167 0 61 63 4 2 126 107
Binary 11110101 1111100 1110111 0 110001 110011 100 10 1010110 1000111

Color Harmonies of #F57C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57C77

Black with #F57C77

Text Example


Text Example

White with #F57C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57C77; }

 p { color: rgb(245,124,119); }

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

background-color css

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

 a { background-color: rgb(245,124,119); }

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

border-color css

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

 span { border-color: rgb(245,124,119); }

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