#F87B77

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

Shades of Salmon #F87B77

Tints of Salmon #F87B77

Color information

#F87B77 (or 0xF87B77) is unknown color: approx Salmon. HEX triplet: F8, 7B and 77. RGB value is (248,123,119). Sum of RGB (Red+Green+Blue) = 248+123+119=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F87B77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87B77 is #078488. Grayscale: #A0A0A0. Windows color (decimal): -492681 or 7830520. OLE color: 7830520.

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

Color convert

RGB248123119-
CMYK00.500.520.03
HSL1.86º90.21%71.96%-
HSV(B)1.86º52.02%97.25%-
XYZ49.1235.4521.71-
YUV159.92104.91190.83-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.61%
GREEN value IS 123 (48.44% from 255) = 25.10%
BLUE value IS 119 (46.88% from 255) = 24.29%
R=50.61%
G=25.10%
B=24.29%

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
Decimal24812311900.500.520.031.8690.2171.96
HexF87B7703234325a48
Octal3701731670626432132110
Binary11111000111101111101110110010110100111010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87B77; }

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

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

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

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

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

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

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

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