Html Css Color HEX #FF8980 Salmon

📋 copy color: '#FF8980'

red 255 ◦ green 137 ◦ blue 128

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

Shades of Salmon #FF8980

Tints of Salmon #FF8980

RGB

 RED value IS 255 (100% from 255) = 49.04%

 GREEN value IS 137 (53.91% from 255) = 26.35%

 BLUE value IS 128 (50.39% from 255) = 24.62%

R = 49.04%
G = 26.35%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF8980 (or 0xFF8980) is known color: Salmon. HEX triplet: FF, 89 and 80. RGB value is (255,137,128). Sum of RGB (Red+Green+Blue) = 255+137+128=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8980 is #00767F. Grayscale: #ABABAB. Windows color (decimal): -30336 or 8423935. OLE color: 8423935.

HSL color Cylindrical-coordinate representation of color #FF8980: hue angle of 4.25º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF8980 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 137 128 -
CMYK 0 0.46 0.50 0
HSL 4.25º 1% 0.75% -
HSV(B) 4.25º 0.5% 1% -
XYZ 54.08 40.71 25.43 -
YUV 171.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 255 137 128 0 0.46 0.50 0 4.25 1 0.75
Hex FF 89 80 0 2E 32 0 4 64 4B
Octal 377 211 200 0 56 62 0 4 144 113
Binary 11111111 10001001 10000000 0 101110 110010 0 100 1100100 1001011

Color Harmonies of #FF8980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8980

Black with #FF8980

Text Example


Text Example

White with #FF8980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8980; }

 p { color: rgb(255,137,128); }

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

background-color css

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

 a { background-color: rgb(255,137,128); }

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

border-color css

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

 span { border-color: rgb(255,137,128); }

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