Html Css Color HEX #F58077 Salmon

📋 copy color: '#F58077'

red 245 ◦ green 128 ◦ blue 119

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

Shades of Salmon #F58077

Tints of Salmon #F58077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.02%

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

R = 49.8%
G = 26.02%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F58077 (or 0xF58077) is known color: Salmon. HEX triplet: F5, 80 and 77. RGB value is (245,128,119). Sum of RGB (Red+Green+Blue) = 245+128+119=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F58077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58077 is #0A7F88. Grayscale: #A2A2A2. Windows color (decimal): -688009 or 7831797. OLE color: 7831797.

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

Color convert

RGB 245 128 119 -
CMYK 0 0.48 0.51 0.04
HSL 4.29º 0.86% 0.71% -
HSV(B) 4.29º 0.51% 0.96% -
XYZ 48.71 36.18 21.87 -
YUV 161.96 103.76 187.23 -
System Red Green Blue C M Y K H S L
Decimal 245 128 119 0 0.48 0.51 0.04 4.29 0.86 0.71
Hex F5 80 77 0 30 33 4 4 56 47
Octal 365 200 167 0 60 63 4 4 126 107
Binary 11110101 10000000 1110111 0 110000 110011 100 100 1010110 1000111

Color Harmonies of #F58077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58077

Black with #F58077

Text Example


Text Example

White with #F58077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58077; }

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

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

background-color css

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

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

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

border-color css

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

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

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