#F7716E

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

Shades of Salmon #F7716E

Tints of Salmon #F7716E

Color information

#F7716E (or 0xF7716E) is unknown color: approx Salmon. HEX triplet: F7, 71 and 6E. RGB value is (247,113,110). Sum of RGB (Red+Green+Blue) = 247+113+110=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F7716E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7716E is #088E91. Grayscale: #989898. Windows color (decimal): -560786 or 7238135. OLE color: 7238135.

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

Color convert

RGB247113110-
CMYK00.540.550.03
HSL1.31º89.54%70%-
HSV(B)1.31º55.47%96.86%-
XYZ47.0832.7118.58-
YUV152.72103.89195.24-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.55%
GREEN value IS 113 (44.53% from 255) = 24.04%
BLUE value IS 110 (43.36% from 255) = 23.40%
R=52.55%
G=24.04%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711311000.540.550.031.3189.5470
HexF7716E03637315a46
Octal3671611560666731132106
Binary1111011111100011101110011011011011111110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7716E; }

 p { color: rgb(247,113,110); }

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

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

 a { background-color: rgb(247,113,110); }

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

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

 span { border-color: rgb(247,113,110); }

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