#F78A75

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

Shades of Salmon #F78A75

Tints of Salmon #F78A75

Color information

#F78A75 (or 0xF78A75) is unknown color: approx Salmon. HEX triplet: F7, 8A and 75. RGB value is (247,138,117). Sum of RGB (Red+Green+Blue) = 247+138+117=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F78A75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78A75 is #08758A. Grayscale: #A8A8A8. Windows color (decimal): -554379 or 7703287. OLE color: 7703287.

HSL color Cylindrical-coordinate representation of color #F78A75: hue angle of 9.69º degrees, saturation: 0.89, 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 #F78A75 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB247138117-
CMYK00.440.530.03
HSL9.69º89.04%71.37%-
HSV(B)9.69º52.63%96.86%-
XYZ50.6639.2421.73-
YUV168.299.11184.21-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.20%
GREEN value IS 138 (54.30% from 255) = 27.49%
BLUE value IS 117 (46.09% from 255) = 23.31%
R=49.20%
G=27.49%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713811700.440.530.039.6989.0471.37
HexF78A7502C353a5947
Octal36721216505465312131107
Binary11110111100010101110101010110011010111101010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78A75; }

 p { color: rgb(247,138,117); }

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

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

 a { background-color: rgb(247,138,117); }

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

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

 span { border-color: rgb(247,138,117); }

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