#FF7D7A

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

Shades of Salmon #FF7D7A

Tints of Salmon #FF7D7A

Color information

#FF7D7A (or 0xFF7D7A) is unknown color: approx Salmon. HEX triplet: FF, 7D and 7A. RGB value is (255,125,122). Sum of RGB (Red+Green+Blue) = 255+125+122=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D7A is #008285. Grayscale: #A3A3A3. Windows color (decimal): -33414 or 8027647. OLE color: 8027647.

HSL color Cylindrical-coordinate representation of color #FF7D7A: hue angle of 1.35º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7D7A is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB255125122-
CMYK00.510.520
HSL1.35º100%73.92%-
HSV(B)1.35º52.16%100%-
XYZ52.0937.3322.87-
YUV163.53104.57193.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.80%
GREEN value IS 125 (49.22% from 255) = 24.90%
BLUE value IS 122 (48.05% from 255) = 24.30%
R=50.80%
G=24.90%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512512200.510.5201.3510073.92
HexFF7D7A0333401644a
Octal3771751720636401144112
Binary111111111111101111101001100111101000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7D7A; }

 p { color: rgb(255,125,122); }

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

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

 a { background-color: rgb(255,125,122); }

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

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

 span { border-color: rgb(255,125,122); }

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