#F77975

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

Shades of Salmon #F77975

Tints of Salmon #F77975

Color information

#F77975 (or 0xF77975) is unknown color: approx Salmon. HEX triplet: F7, 79 and 75. RGB value is (247,121,117). Sum of RGB (Red+Green+Blue) = 247+121+117=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F77975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77975 is #08868A. Grayscale: #9E9E9E. Windows color (decimal): -558731 or 7698935. OLE color: 7698935.

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

Color convert

RGB247121117-
CMYK00.510.530.03
HSL1.85º89.04%71.37%-
HSV(B)1.85º52.63%96.86%-
XYZ48.4134.7320.98-
YUV158.22104.74191.33-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.93%
GREEN value IS 121 (47.66% from 255) = 24.95%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=50.93%
G=24.95%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712111700.510.530.031.8589.0471.37
HexF7797503335325947
Octal3671711650636532131107
Binary11110111111100111101010110011110101111010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77975; }

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

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

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

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

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

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

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

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