#FA7F7A

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

Shades of Salmon #FA7F7A

Tints of Salmon #FA7F7A

Color information

#FA7F7A (or 0xFA7F7A) is unknown color: approx Salmon. HEX triplet: FA, 7F and 7A. RGB value is (250,127,122). Sum of RGB (Red+Green+Blue) = 250+127+122=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7F7A is #058085. Grayscale: #A3A3A3. Windows color (decimal): -360582 or 8028154. OLE color: 8028154.

HSL color Cylindrical-coordinate representation of color #FA7F7A: hue angle of 2.34º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7F7A is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB250127122-
CMYK00.490.510.02
HSL2.34º92.75%72.94%-
HSV(B)2.34º51.2%98.04%-
XYZ50.5336.9122.87-
YUV163.21104.75189.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.10%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 122 (48.05% from 255) = 24.45%
R=50.10%
G=25.45%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012712200.490.510.022.3492.7572.94
HexFA7F7A03133225d49
Octal3721771720616322135111
Binary11111010111111111110100110001110011101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7F7A; }

 p { color: rgb(250,127,122); }

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

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

 a { background-color: rgb(250,127,122); }

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

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

 span { border-color: rgb(250,127,122); }

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