#F87D77

Color #F87D77 Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salmon #F87D77

Tints of Salmon #F87D77

Color information

#F87D77 (or 0xF87D77) is unknown color: approx Salmon. HEX triplet: F8, 7D and 77. RGB value is (248,125,119). Sum of RGB (Red+Green+Blue) = 248+125+119=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87D77 is #078288. Grayscale: #A1A1A1. Windows color (decimal): -492169 or 7831032. OLE color: 7831032.

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

Color convert

RGB248125119-
CMYK00.500.520.03
HSL2.79º90.21%71.96%-
HSV(B)2.79º52.02%97.25%-
XYZ49.3735.9621.79-
YUV161.09104.25189.99-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.41%
GREEN value IS 125 (49.22% from 255) = 25.41%
BLUE value IS 119 (46.88% from 255) = 24.19%
R=50.41%
G=25.41%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812511900.500.520.032.7990.2171.96
HexF87D7703234335a48
Octal3701751670626433132110
Binary11111000111110111101110110010110100111110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87D77; }

 p { color: rgb(248,125,119); }

 H1.HeaderClassName
 {
   color: #F87D77;
 }
 .AnyTagClassName
 {
   color: #F87D77;
 }
</style>
background-color css

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

 a { background-color: rgb(248,125,119); }

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

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

 span { border-color: rgb(248,125,119); }

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