#F87D74

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

Shades of Salmon #F87D74

Tints of Salmon #F87D74

Color information

#F87D74 (or 0xF87D74) is unknown color: approx Salmon. HEX triplet: F8, 7D and 74. RGB value is (248,125,116). Sum of RGB (Red+Green+Blue) = 248+125+116=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87D74 is #07828B. Grayscale: #A0A0A0. Windows color (decimal): -492172 or 7634424. OLE color: 7634424.

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

Color convert

RGB248125116-
CMYK00.500.530.03
HSL4.09º90.41%71.37%-
HSV(B)4.09º53.23%97.25%-
XYZ49.235.8820.86-
YUV160.75102.75190.23-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.72%
GREEN value IS 125 (49.22% from 255) = 25.56%
BLUE value IS 116 (45.70% from 255) = 23.72%
R=50.72%
G=25.56%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812511600.500.530.034.0990.4171.37
HexF87D7403235345a47
Octal3701751640626534132107
Binary111110001111101111010001100101101011110010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87D74; }

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

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

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

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

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

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

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

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