#F2796B

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

Shades of Salmon #F2796B

Tints of Salmon #F2796B

Color information

#F2796B (or 0xF2796B) is unknown color: approx Salmon. HEX triplet: F2, 79 and 6B. RGB value is (242,121,107). Sum of RGB (Red+Green+Blue) = 242+121+107=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2796B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2796B is #0D8694. Grayscale: #9B9B9B. Windows color (decimal): -886421 or 7043570. OLE color: 7043570.

HSL color Cylindrical-coordinate representation of color #F2796B: hue angle of 6.22º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2796B is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB242121107-
CMYK00.500.560.05
HSL6.22º83.85%68.43%-
HSV(B)6.22º55.79%94.9%-
XYZ46.1133.6117.97-
YUV155.58100.59189.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.49%
GREEN value IS 121 (47.66% from 255) = 25.74%
BLUE value IS 107 (42.19% from 255) = 22.77%
R=51.49%
G=25.74%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212110700.500.560.056.2283.8568.43
HexF2796B03238565444
Octal3621711530627056124104
Binary1111001011110011101011011001011100010111010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2796B; }

 p { color: rgb(242,121,107); }

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

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

 a { background-color: rgb(242,121,107); }

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

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

 span { border-color: rgb(242,121,107); }

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