#F87C77

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

Shades of Salmon #F87C77

Tints of Salmon #F87C77

Color information

#F87C77 (or 0xF87C77) is unknown color: approx Salmon. HEX triplet: F8, 7C and 77. RGB value is (248,124,119). Sum of RGB (Red+Green+Blue) = 248+124+119=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87C77 is #078388. Grayscale: #A0A0A0. Windows color (decimal): -492425 or 7830776. OLE color: 7830776.

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

Color convert

RGB248124119-
CMYK00.50.520.03
HSL2.33º90.21%71.96%-
HSV(B)2.33º52.02%97.25%-
XYZ49.2535.721.75-
YUV160.51104.58190.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.51%
GREEN value IS 124 (48.83% from 255) = 25.25%
BLUE value IS 119 (46.88% from 255) = 24.24%
R=50.51%
G=25.25%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812411900.50.520.032.3390.2171.96
HexF87C7703234325a48
Octal3701741670626432132110
Binary11111000111110011101110110010110100111010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87C77; }

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

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

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

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

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

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

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

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