#FC716E

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

Shades of Salmon #FC716E

Tints of Salmon #FC716E

Color information

#FC716E (or 0xFC716E) is unknown color: approx Salmon. HEX triplet: FC, 71 and 6E. RGB value is (252,113,110). Sum of RGB (Red+Green+Blue) = 252+113+110=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC716E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC716E is #038E91. Grayscale: #9A9A9A. Windows color (decimal): -233106 or 7238140. OLE color: 7238140.

HSL color Cylindrical-coordinate representation of color #FC716E: hue angle of 1.27º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC716E is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB252113110-
CMYK00.550.560.01
HSL1.27º95.95%70.98%-
HSV(B)1.27º56.35%98.82%-
XYZ48.8633.6318.67-
YUV154.22103.05197.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.05%
GREEN value IS 113 (44.53% from 255) = 23.79%
BLUE value IS 110 (43.36% from 255) = 23.16%
R=53.05%
G=23.79%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211311000.550.560.011.2795.9570.98
HexFC716E03738116047
Octal3741611560677011140107
Binary111111001110001110111001101111110001111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC716E; }

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

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

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

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

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

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

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

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